Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dc-decl.c741 tree file_decl = build_decl (TRANSLATION_UNIT_DECL, 0, 0); in pop_scope() local
742 TREE_CHAIN (file_decl) = all_translation_units; in pop_scope()
743 all_translation_units = file_decl; in pop_scope()
744 context = file_decl; in pop_scope()