Home
last modified time | relevance | path

Searched refs:maybe_tmpl (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc15925 tree maybe_tmpl = decl; in xref_tag() local
15927 maybe_tmpl = CLASSTYPE_TI_TEMPLATE (t); in xref_tag()
15935 if (maybe_tmpl != decl) in xref_tag()
15941 pushdecl (maybe_tmpl); in xref_tag()
15942 if (maybe_tmpl != decl) in xref_tag()
15946 set_instantiating_module (maybe_tmpl); in xref_tag()