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

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
scope.h 93 /* If minst && !tinst, it's in definitely non-speculative scope (eg. module member scope).
94 * If !minst && !tinst, it's in definitely speculative scope (eg. template constraint).
95 * If minst && tinst, it's in instantiated code scope without speculation.
96 * If !minst && tinst, it's in instantiated code scope with speculation.
99 TemplateInstance *tinst; // enclosing template instance member in struct:Scope
template.h 269 TemplateInstance *tinst; // enclosing template instance member in class:TemplateInstance
  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 59 struct tinst_level *tinst; variable in typeref:struct:tinst_level
9738 pt->tinst = NULL;
9739 set_refcount_ptr (pt->tinst, current_tinst_level);
22297 /* If we aren't explaining yet, push tinst context so we can see where
26942 tree decl = pending_templates->tinst->maybe_get_node ();
26962 tree instantiation = reopen_tinst_level ((*t)->tinst);
27010 set_refcount_ptr (drop->tinst);
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 62 struct tinst_level *tinst; variable in typeref:struct:tinst_level
9825 pt->tinst = NULL;
9826 set_refcount_ptr (pt->tinst, current_tinst_level);
22718 /* If we aren't explaining yet, push tinst context so we can see where
27540 tree decl = pending_templates->tinst->maybe_get_node ();
27560 tree instantiation = reopen_tinst_level ((*t)->tinst);
27608 set_refcount_ptr (drop->tinst);

Completed in 62 milliseconds