Home
last modified time | relevance | path

Searched defs:needExpansion (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dcond.h54 bool needExpansion; variable
H A Dstatementsem.c510 bool needExpansion, bool isStatic, Statements *statements, Dsymbols *declarations, in declareVariable()
620 bool needExpansion, bool isStatic, bool isDecl, in makeTupleForeachBody()
769 bool makeTupleForeach(ForeachStatement *fs, bool needExpansion, bool isStatic, bool isDecl, in makeTupleForeach()
815 Dsymbols *makeTupleForeachStaticDecl(ForeachStatement *fs, Dsymbols *dbody, bool needExpansion) in makeTupleForeachStaticDecl()
825 void makeTupleForeachStatic(ForeachStatement *fs, bool needExpansion) in makeTupleForeachStatic()
3899 Statement *makeTupleForeachStatic(Scope *sc, ForeachStatement *fs, bool needExpansion) in makeTupleForeachStatic()
3906 …s *makeTupleForeachStaticDecl(Scope *sc, ForeachStatement *fs, Dsymbols *dbody, bool needExpansion) in makeTupleForeachStaticDecl()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcond.h53 bool needExpansion; variable
H A Dcond.d119 bool needExpansion = false; variable
H A Dstatementsem.d4239 …ch(Scope* sc, bool isStatic, bool isDecl, ForeachStatement fs, Dsymbols* dbody, bool needExpansion) in makeTupleForeach()