Home
last modified time | relevance | path

Searched refs:same_translation_unit_p (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/gcc/
HDc-tree.h545 extern int same_translation_unit_p (tree, tree);
HDc-decl.c1358 && 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()
HDc-typeck.c925 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
HDChangeLog-200414883 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.
HDChangeLog-20039700 * c-typeck.c (same_translation_unit_p): New function.