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

/freebsd-9.3-release/contrib/gcc/
H A Dc-tree.h538 extern int same_translation_unit_p (tree, tree);
H A Dc-decl.c863 This makes same_translation_unit_p work, and causes
1364 && same_translation_unit_p (newdecl, olddecl))
1576 && same_translation_unit_p (olddecl, newdecl)
2274 if (b && (TREE_PUBLIC (x) || same_translation_unit_p (x, b->decl))
2278 /* The point of the same_translation_unit_p check here is,
2284 && (TREE_PUBLIC (x) || same_translation_unit_p (x, b->decl))
H A Dc-typeck.c910 if (val != 1 && !same_translation_unit_p (t1, t2))
968 same_translation_unit_p (tree t1, tree t2)
962 same_translation_unit_p (tree t1, tree t2) function

Completed in 175 milliseconds