Home | History | Annotate | Download | only in cp

Lines Matching defs:main_decl

1805   tree main_decl = NULL_TREE;
1872 if (main_decl == NULL_TREE)
1873 main_decl = decl;
1876 return main_decl;
1887 tree main_decl;
1908 main_decl = build_anon_union_vars (type, anon_union_decl);
1909 if (main_decl == error_mark_node)
1911 if (main_decl == NULL_TREE)
1919 /* Use main_decl to set the mangled name. */
1920 DECL_NAME (anon_union_decl) = DECL_NAME (main_decl);