Searched refs:main_decl (Results 1 – 2 of 2) sorted by relevance
1018 tree main_decl = NULL_TREE; in build_anon_union_vars() local1076 if (main_decl == NULL_TREE) in build_anon_union_vars()1077 main_decl = decl; in build_anon_union_vars()1080 return main_decl; in build_anon_union_vars()1091 tree main_decl; in finish_anon_union() local1112 main_decl = build_anon_union_vars (type, anon_union_decl); in finish_anon_union()1113 if (main_decl == error_mark_node) in finish_anon_union()1115 if (main_decl == NULL_TREE) in finish_anon_union()1124 DECL_NAME (anon_union_decl) = DECL_NAME (main_decl); in finish_anon_union()
1313 tree main_decl = NULL_TREE; local1366 if (main_decl == NULL_TREE1367 || tree_int_cst_lt (DECL_SIZE (main_decl), DECL_SIZE (decl)))1369 if (main_decl)1370 TREE_ASM_WRITTEN (main_decl) = 1;1371 main_decl = decl;1390 return main_decl;1402 tree main_decl; local1421 main_decl 1426 if (main_decl == NULL_TREE)[all …]