HomeSort by: relevance | last modified time | path
    Searched defs:main_decl (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
decl2.cc 1919 tree main_decl = NULL_TREE;
1986 if (main_decl == NULL_TREE)
1987 main_decl = decl;
1990 return main_decl;
2001 tree main_decl;
2022 main_decl = build_anon_union_vars (type, anon_union_decl);
2023 if (main_decl == error_mark_node)
2025 if (main_decl == NULL_TREE)
2033 /* Use main_decl to set the mangled name. */
2034 DECL_NAME (anon_union_decl) = DECL_NAME (main_decl);
1916 tree main_decl = NULL_TREE; local
1998 tree main_decl; local
    [all...]
decl2.cc 1919 tree main_decl = NULL_TREE;
1986 if (main_decl == NULL_TREE)
1987 main_decl = decl;
1990 return main_decl;
2001 tree main_decl;
2022 main_decl = build_anon_union_vars (type, anon_union_decl);
2023 if (main_decl == error_mark_node)
2025 if (main_decl == NULL_TREE)
2033 /* Use main_decl to set the mangled name. */
2034 DECL_NAME (anon_union_decl) = DECL_NAME (main_decl);
1916 tree main_decl = NULL_TREE; local
1998 tree main_decl; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl2.cc 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);
1802 tree main_decl = NULL_TREE; local
1884 tree main_decl; local
    [all...]
decl2.cc 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);
1802 tree main_decl = NULL_TREE; local
1884 tree main_decl; local
    [all...]

Completed in 45 milliseconds