Lines Matching refs:fn_node
115 struct fn_node { struct
118 struct fn_node* next; argument
122 struct fn_node *head, *tail;
136 struct fn_node* new_node = malloc(sizeof(struct fn_node)); in fn_list_insert()
150 struct fn_node* curr = list->head; in fn_list_remove()
151 struct fn_node* prev = NULL; in fn_list_remove()
152 struct fn_node* next = NULL; in fn_list_remove()
569 struct fn_node *curr = writeout_fn_list.head; in llvm_writeout_files()
603 struct fn_node *curr = reset_fn_list.head; in llvm_reset_counters()
654 for (struct fn_node *f = writeout_fn_list.head; f; f = f->next) in __gcov_dump()
659 for (struct fn_node *f = reset_fn_list.head; f; f = f->next) in __gcov_reset()