Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Diasm.c35 sc->func->hasReturnExp |= 8; in asmSemantic()
H A Dfunc.c332 hasReturnExp = 0; in FuncDeclaration()
351 hasReturnExp = 0; in FuncDeclaration()
1894 hasReturnExp |= (hasReturnExp & 1 ? 16 : 1); in semantic3()
1905 hasReturnExp |= (hasReturnExp & 1 ? 16 : 1); in semantic3()
1911 const bool inlineAsm = (hasReturnExp & 8) != 0; in semantic3()
1915 if (!hasReturnExp) in semantic3()
H A Ddeclaration.h574 int hasReturnExp; variable
H A Dstatementsem.c2750 fd->hasReturnExp |= (fd->hasReturnExp & 1 ? 16 : 1); in visit()
3603 fd->hasReturnExp |= 2; in visit()
H A Dexpressionsem.c2460 fd->hasReturnExp |= 4; in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Diasm.d42 sc.func.hasReturnExp |= 8; in asmSemantic()
H A Dgluelayer.d38 sc.func.hasReturnExp = 8; in version()
H A Dsemantic3.d789 funcdecl.hasReturnExp |= (funcdecl.hasReturnExp & 1 ? 16 : 1); in visit()
800 funcdecl.hasReturnExp |= (funcdecl.hasReturnExp & 1 ? 16 : 1); in visit()
815 const(bool) inlineAsm = (funcdecl.hasReturnExp & 8) != 0; in visit()
818 if (!funcdecl.hasReturnExp) in visit()
H A Ddeclaration.h587 int hasReturnExp; variable
H A Dstatementsem.d2868 fd.hasReturnExp |= (fd.hasReturnExp & 1 ? 16 : 1); in package()
3786 fd.hasReturnExp |= 2; in package()
H A Dfunc.d315 int hasReturnExp; variable
H A Dexpressionsem.d6374 fd.hasReturnExp |= 4; in visit()