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

/freebsd-10-stable/contrib/gcc/
H A Dvarasm.c4535 static GTY(()) tree weak_decls;
4561 /* We put the NEWDECL on the weak_decls list at some point
4563 for (pwd = &weak_decls; *pwd; pwd = &TREE_CHAIN (*pwd))
4597 /* We put the NEWDECL on the weak_decls list at some point.
4599 for (wd = weak_decls; wd; wd = TREE_CHAIN (wd))
4632 weak_decls = tree_cons (NULL, decl, weak_decls);
4729 for (p = &weak_decls; (t2 = *p) ; )
4749 for (t = weak_decls; t; t = TREE_CHAIN (t))
4777 for (p = &weak_decls; (
4509 static GTY(()) tree weak_decls; variable
[all...]

Completed in 68 milliseconds