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

/freebsd-10.0-release/contrib/gcc/
H A Dvarasm.c4534 static GTY(()) tree weak_decls;
4560 /* We put the NEWDECL on the weak_decls list at some point
4562 for (pwd = &weak_decls; *pwd; pwd = &TREE_CHAIN (*pwd))
4596 /* We put the NEWDECL on the weak_decls list at some point.
4598 for (wd = weak_decls; wd; wd = TREE_CHAIN (wd))
4631 weak_decls = tree_cons (NULL, decl, weak_decls);
4728 for (p = &weak_decls; (t2 = *p) ; )
4748 for (t = weak_decls; t; t = TREE_CHAIN (t))
4776 for (p = &weak_decls; (
4508 static GTY(()) tree weak_decls; variable
[all...]

Completed in 241 milliseconds