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

/freebsd-11-stable/contrib/gcc/
H A Dc-pragma.c248 static GTY(()) tree pending_weaks; variable
283 if (!pending_weaks)
297 for (p = &pending_weaks; (t = *p) ; p = &TREE_CHAIN (t))
313 for (p = &pending_weaks; (t = *p) ; p = next)
362 pending_weaks = tree_cons (name, value, pending_weaks);

Completed in 62 milliseconds