reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/profile/GCDAProfiling.c
  128   if (!list->head) {
  129     list->head = list->tail = new_node;
  137   struct fn_node* curr = list->head;
  145       if (curr == list->head) {
  146         list->head = next;
  602   struct fn_node *curr = writeout_fn_list.head;
  623   struct fn_node* curr = flush_fn_list.head;