Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-decl.c751 tree file_decl = build_decl (TRANSLATION_UNIT_DECL, 0, 0); in pop_scope() local
752 TREE_CHAIN (file_decl) = all_translation_units; in pop_scope()
753 all_translation_units = file_decl; in pop_scope()
754 context = file_decl; in pop_scope()