Searched refs:global_head (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/gcc/gcc/config/c4x/
H A Dc4x.c3917 static struct name_list *global_head;
3931 p = global_head;
3939 p->next = global_head;
3941 global_head = p;
3979 p = global_head;
3915 static struct name_list *global_head; variable in typeref:struct:name_list
/openbsd-current/gnu/usr.bin/gcc/gcc/config/c4x/
H A Dc4x.c4488 static struct name_list *global_head;
4503 p = global_head;
4511 p->next = global_head;
4513 global_head = p;
4552 p = global_head;
4486 static struct name_list *global_head; variable in typeref:struct:name_list

Completed in 141 milliseconds