Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtemplate.h352 bool hasNestedArgs(Objects *tiargs, bool isstatic);
H A Ddtemplate.c930 if (ti->hasNestedArgs(ti->tiargs, this->isstatic)) // TODO: should gag error in matchWithInstance()
6037 hasNestedArgs(tiargs, tempdecl->isstatic); in semantic()
7349 bool TemplateInstance::hasNestedArgs(Objects *args, bool isstatic) in hasNestedArgs() function
7459 nested |= (int)hasNestedArgs(&va->objects, isstatic); in hasNestedArgs()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddtemplate.d1163 if (ti.hasNestedArgs(ti.tiargs, this.isstatic)) // TODO: should gag error in matchWithInstance()
7224 extern (D) final bool hasNestedArgs(Objects* args, bool isstatic) in hasNestedArgs() function
7332 nested |= cast(int)hasNestedArgs(&va.objects, isstatic); in hasNestedArgs()
H A Ddsymbolsem.d5811 tempinst.hasNestedArgs(tempinst.tiargs, tempdecl.isstatic); in templateInstanceSemantic()