Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dattrib.d1201 import dmd.statementsem: makeTupleForeach; in include()
1202 … Dsymbols* d = makeTupleForeach(_scope, true, true, sfe.aggrfe, decl, sfe.needExpansion).decl; in include()
H A Dstatementsem.c769 bool makeTupleForeach(ForeachStatement *fs, bool needExpansion, bool isStatic, bool isDecl, in makeTupleForeach() function
819 if (!makeTupleForeach(fs, needExpansion, true, true, NULL, declarations, dbody)) in makeTupleForeachStaticDecl()
830 if (!makeTupleForeach(fs, needExpansion, true, false, statements, NULL, NULL)) in makeTupleForeachStatic()
934 if (!makeTupleForeach(fs, false, false, false, statements, NULL, NULL)) in visit()
H A Dstatementsem.d794 Statement s = makeTupleForeach(sc, false, false, fs, null, false).statement; in package()
4239 public auto makeTupleForeach(Scope* sc, bool isStatic, bool isDecl, ForeachStatement fs, Dsymbols* … in makeTupleForeach() function
4707 …Statement s = makeTupleForeach(sc, true, false, sfs.sfe.aggrfe, null, sfs.sfe.needExpansion).state… in flatten()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatementsem.c769 bool makeTupleForeach(ForeachStatement *fs, bool needExpansion, bool isStatic, bool isDecl, in makeTupleForeach() function
819 if (!makeTupleForeach(fs, needExpansion, true, true, NULL, declarations, dbody)) in makeTupleForeachStaticDecl()
830 if (!makeTupleForeach(fs, needExpansion, true, false, statements, NULL, NULL)) in makeTupleForeachStatic()
934 if (!makeTupleForeach(fs, false, false, false, statements, NULL, NULL)) in visit()