Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtemplate.h358 void trySemantic3(Scope *sc2);
H A Ddtemplate.c5955 void TemplateInstance::trySemantic3(Scope *sc2) in trySemantic3() function
6363 trySemantic3(sc2); in semantic()
6381 trySemantic3(sc2); in semantic()
6416 trySemantic3(sc2); in semantic()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddsymbolsem.d6188 tempinst.trySemantic3(sc2); in templateInstanceSemantic()
6248 tempinst.trySemantic3(sc2); in templateInstanceSemantic()
H A Ddtemplate.d7480 extern (D) final void trySemantic3(Scope* sc2) in trySemantic3() function