Searched defs:needExpansion (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | cond.h | 54 bool needExpansion; variable
|
H A D | statementsem.c | 510 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 D | cond.h | 53 bool needExpansion; variable
|
H A D | cond.d | 119 bool needExpansion = false; variable
|
H A D | statementsem.d | 4239 …ch(Scope* sc, bool isStatic, bool isDecl, ForeachStatement fs, Dsymbols* dbody, bool needExpansion) in makeTupleForeach()
|