Searched refs:same_translation_unit_p (Results 1 – 5 of 5) sorted by relevance
| /trueos/contrib/gcc/ |
| HD | c-tree.h | 545 extern int same_translation_unit_p (tree, tree);
|
| HD | c-decl.c | 1358 && same_translation_unit_p (newdecl, olddecl)) in diagnose_mismatched_decls() 1570 && same_translation_unit_p (olddecl, newdecl) in diagnose_mismatched_decls() 2267 if (b && (TREE_PUBLIC (x) || same_translation_unit_p (x, b->decl)) in pushdecl() 2277 && (TREE_PUBLIC (x) || same_translation_unit_p (x, b->decl)) in pushdecl()
|
| HD | c-typeck.c | 925 if (val != 1 && !same_translation_unit_p (t1, t2)) in comptypes_internal() 991 same_translation_unit_p (tree t1, tree t2) in same_translation_unit_p() function
|
| HD | ChangeLog-2004 | 14883 common_pointer_type, common_type, same_translation_unit_p, 32914 * c-typeck.c (same_translation_unit_p): Change 'b' to 'x'. 37506 * c-typeck.c (same_translation_unit_p): Export. 37584 * c-typeck.c (same_translation_unit_p): Fix pasto.
|
| HD | ChangeLog-2003 | 9700 * c-typeck.c (same_translation_unit_p): New function.
|