Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h625 bool functionSemantic3();
H A Dfunc.d431 return functionSemantic3(); in functionSemantic()
447 return functionSemantic3() || !errors; in functionSemantic()
451 return functionSemantic3() || !errors; in functionSemantic()
460 final bool functionSemantic3() in functionSemantic3() function
H A Ddinterpret.d437 if (!fd.functionSemantic3()) in interpretFunction()
H A Dexpressionsem.d1708 fd.functionSemantic3(); in functionParameters()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.h608 bool functionSemantic3();
H A Dfunc.c2400 return functionSemantic3(); in functionSemantic()
2416 return functionSemantic3() || !errors; in functionSemantic()
2420 return functionSemantic3() || !errors; in functionSemantic()
2429 bool FuncDeclaration::functionSemantic3() in functionSemantic3() function
H A Dexpression.c1406 fd->functionSemantic3(); in functionParameters()
H A Ddinterpret.c760 if (!fd->functionSemantic3()) in interpretFunction()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Ddecl.cc952 d->functionSemantic3 (); in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Ddecl.cc846 d->functionSemantic3 (); in visit()