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

/freebsd-11-stable/contrib/gcc/
H A Dc-tree.h546 extern int same_translation_unit_p (tree, tree);
H A Dc-decl.c865 This makes same_translation_unit_p work, and causes
1366 && same_translation_unit_p (newdecl, olddecl))
1578 && same_translation_unit_p (olddecl, newdecl)
2276 if (b && (TREE_PUBLIC (x) || same_translation_unit_p (x, b->decl))
2280 /* The point of the same_translation_unit_p check here is,
2286 && (TREE_PUBLIC (x) || same_translation_unit_p (x, b->decl))
H A Dc-typeck.c930 if (val != 1 && !same_translation_unit_p (t1, t2))
997 same_translation_unit_p (tree t1, tree t2)
991 same_translation_unit_p (tree t1, tree t2) function

Completed in 197 milliseconds