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

  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 16680 tree maybe_tmpl = decl;
16682 maybe_tmpl = CLASSTYPE_TI_TEMPLATE (t);
16690 if (maybe_tmpl != decl)
16696 pushdecl (maybe_tmpl);
16697 if (maybe_tmpl != decl)
16701 set_instantiating_module (maybe_tmpl);
16662 tree maybe_tmpl = decl; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 15949 tree maybe_tmpl = decl;
15951 maybe_tmpl = CLASSTYPE_TI_TEMPLATE (t);
15959 if (maybe_tmpl != decl)
15965 pushdecl (maybe_tmpl);
15966 if (maybe_tmpl != decl)
15970 set_instantiating_module (maybe_tmpl);
15931 tree maybe_tmpl = decl; local

Completed in 41 milliseconds