Searched refs:same_translation_unit_p (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | c-tree.h | 539 extern int same_translation_unit_p (const_tree, const_tree);
|
| HD | c-decl.c | 1871 && same_translation_unit_p (newdecl, olddecl)) in diagnose_mismatched_decls() 2734 if (b && (TREE_PUBLIC (x) || same_translation_unit_p (x, b->decl)) in pushdecl() 2744 && (TREE_PUBLIC (x) || same_translation_unit_p (x, b->decl)) in pushdecl()
|
| HD | c-typeck.c | 1161 if (val != 1 && !same_translation_unit_p (t1, t2)) in comptypes_internal() 1236 same_translation_unit_p (const_tree t1, const_tree t2) in same_translation_unit_p() function
|
| /dragonfly/contrib/gcc-8.0/gcc/c/ |
| HD | c-tree.h | 630 extern bool same_translation_unit_p (const_tree, const_tree);
|
| HD | c-decl.c | 2043 && same_translation_unit_p (newdecl, olddecl)) in diagnose_mismatched_decls() 3005 if (b && (TREE_PUBLIC (x) || same_translation_unit_p (x, b->decl)) in pushdecl() 3015 && (TREE_PUBLIC (x) || same_translation_unit_p (x, b->decl)) in pushdecl()
|
| HD | c-typeck.c | 1222 if (val != 1 && !same_translation_unit_p (t1, t2)) in comptypes_internal() 1316 same_translation_unit_p (const_tree t1, const_tree t2) in same_translation_unit_p() function
|