Home
last modified time | relevance | path

Searched refs:needExpansion (Results 1 – 25 of 39) sorted by relevance

12

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dcond.h53 bool needExpansion; variable
H A Dcond.d119 bool needExpansion = false; variable
347 needExpansion = true; // need to expand the tuples later in lowerNonArrayAggregate()
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dcond.h54 bool needExpansion; variable
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dcond.h54 bool needExpansion; variable
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dcond.h54 bool needExpansion; variable
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dcond.h54 bool needExpansion; variable
H A Dstatementsem.c585 if (!isStatic || !needExpansion) in declareVariable()
623 bool needExpansion, bool isStatic, bool isDecl, in makeTupleForeachBody() argument
638 if (!needExpansion && dim == 2) in makeTupleForeachBody()
683 if (!isStatic || !needExpansion) in makeTupleForeachBody()
697 declareVariable(fs, paramtype, te, needExpansion, isStatic, stmts, decls, in makeTupleForeachBody()
776 if (!needExpansion && (dim < 1 || dim > 2)) in makeTupleForeach()
810 needExpansion, isStatic, isDecl, in makeTupleForeach()
827 void makeTupleForeachStatic(ForeachStatement *fs, bool needExpansion) in makeTupleForeachStatic() argument
832 if (!makeTupleForeach(fs, needExpansion, true, false, statements, NULL, NULL)) in makeTupleForeachStatic()
3902 v.makeTupleForeachStatic(fs, needExpansion); in makeTupleForeachStatic()
[all …]
H A Dcond.c64 this->needExpansion = false; in StaticForeach()
289 sfe->needExpansion = true; // need to expand the tuples later in lowerNonArrayAggregate()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dcond.h55 bool needExpansion; variable
H A Dstatementsem.c577 if (!isStatic || !needExpansion) in declareVariable()
615 bool needExpansion, bool isStatic, bool isDecl, in makeTupleForeachBody() argument
630 if (!needExpansion && dim == 2) in makeTupleForeachBody()
676 if (!isStatic || !needExpansion) in makeTupleForeachBody()
690 declareVariable(fs, paramtype, te, needExpansion, isStatic, stmts, decls, in makeTupleForeachBody()
769 if (!needExpansion && (dim < 1 || dim > 2)) in makeTupleForeach()
803 needExpansion, isStatic, isDecl, in makeTupleForeach()
820 void makeTupleForeachStatic(ForeachStatement *fs, bool needExpansion) in makeTupleForeachStatic() argument
825 if (!makeTupleForeach(fs, needExpansion, true, false, statements, NULL, NULL)) in makeTupleForeachStatic()
3867 v.makeTupleForeachStatic(fs, needExpansion); in makeTupleForeachStatic()
[all …]
H A Dcond.c63 this->needExpansion = false; in StaticForeach()
289 sfe->needExpansion = true; // need to expand the tuples later in lowerNonArrayAggregate()
H A Dattrib.c32 … *makeTupleForeachStaticDecl(Scope *sc, ForeachStatement *fs, Dsymbols *dbody, bool needExpansion);
1085 Dsymbols *d = makeTupleForeachStaticDecl(_scope, sfe->aggrfe, decl, sfe->needExpansion); in include()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dcond.h55 bool needExpansion; variable
H A Dstatementsem.c577 if (!isStatic || !needExpansion) in declareVariable()
615 bool needExpansion, bool isStatic, bool isDecl, in makeTupleForeachBody() argument
630 if (!needExpansion && dim == 2) in makeTupleForeachBody()
676 if (!isStatic || !needExpansion) in makeTupleForeachBody()
690 declareVariable(fs, paramtype, te, needExpansion, isStatic, stmts, decls, in makeTupleForeachBody()
769 if (!needExpansion && (dim < 1 || dim > 2)) in makeTupleForeach()
803 needExpansion, isStatic, isDecl, in makeTupleForeach()
820 void makeTupleForeachStatic(ForeachStatement *fs, bool needExpansion) in makeTupleForeachStatic() argument
825 if (!makeTupleForeach(fs, needExpansion, true, false, statements, NULL, NULL)) in makeTupleForeachStatic()
3867 v.makeTupleForeachStatic(fs, needExpansion); in makeTupleForeachStatic()
[all …]
H A Dcond.c63 this->needExpansion = false; in StaticForeach()
289 sfe->needExpansion = true; // need to expand the tuples later in lowerNonArrayAggregate()
H A Dattrib.c32 … *makeTupleForeachStaticDecl(Scope *sc, ForeachStatement *fs, Dsymbols *dbody, bool needExpansion);
1085 Dsymbols *d = makeTupleForeachStaticDecl(_scope, sfe->aggrfe, decl, sfe->needExpansion); in include()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dcond.h54 bool needExpansion; variable
H A Dstatementsem.c585 if (!isStatic || !needExpansion) in declareVariable()
623 bool needExpansion, bool isStatic, bool isDecl, in makeTupleForeachBody() argument
638 if (!needExpansion && dim == 2) in makeTupleForeachBody()
683 if (!isStatic || !needExpansion) in makeTupleForeachBody()
697 declareVariable(fs, paramtype, te, needExpansion, isStatic, stmts, decls, in makeTupleForeachBody()
776 if (!needExpansion && (dim < 1 || dim > 2)) in makeTupleForeach()
810 needExpansion, isStatic, isDecl, in makeTupleForeach()
827 void makeTupleForeachStatic(ForeachStatement *fs, bool needExpansion) in makeTupleForeachStatic() argument
832 if (!makeTupleForeach(fs, needExpansion, true, false, statements, NULL, NULL)) in makeTupleForeachStatic()
3902 v.makeTupleForeachStatic(fs, needExpansion); in makeTupleForeachStatic()
[all …]
H A Dcond.c64 this->needExpansion = false; in StaticForeach()
289 sfe->needExpansion = true; // need to expand the tuples later in lowerNonArrayAggregate()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dcond.h55 bool needExpansion; variable
H A Dstatementsem.c577 if (!isStatic || !needExpansion) in declareVariable()
615 bool needExpansion, bool isStatic, bool isDecl, in makeTupleForeachBody() argument
630 if (!needExpansion && dim == 2) in makeTupleForeachBody()
676 if (!isStatic || !needExpansion) in makeTupleForeachBody()
690 declareVariable(fs, paramtype, te, needExpansion, isStatic, stmts, decls, in makeTupleForeachBody()
769 if (!needExpansion && (dim < 1 || dim > 2)) in makeTupleForeach()
803 needExpansion, isStatic, isDecl, in makeTupleForeach()
820 void makeTupleForeachStatic(ForeachStatement *fs, bool needExpansion) in makeTupleForeachStatic() argument
825 if (!makeTupleForeach(fs, needExpansion, true, false, statements, NULL, NULL)) in makeTupleForeachStatic()
3867 v.makeTupleForeachStatic(fs, needExpansion); in makeTupleForeachStatic()
[all …]
H A Dcond.c63 this->needExpansion = false; in StaticForeach()
289 sfe->needExpansion = true; // need to expand the tuples later in lowerNonArrayAggregate()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dcond.h54 bool needExpansion; variable
H A Dstatementsem.c582 if (!isStatic || !needExpansion) in declareVariable()
620 bool needExpansion, bool isStatic, bool isDecl, in makeTupleForeachBody() argument
635 if (!needExpansion && dim == 2) in makeTupleForeachBody()
681 if (!isStatic || !needExpansion) in makeTupleForeachBody()
695 declareVariable(fs, paramtype, te, needExpansion, isStatic, stmts, decls, in makeTupleForeachBody()
774 if (!needExpansion && (dim < 1 || dim > 2)) in makeTupleForeach()
808 needExpansion, isStatic, isDecl, in makeTupleForeach()
825 void makeTupleForeachStatic(ForeachStatement *fs, bool needExpansion) in makeTupleForeachStatic() argument
830 if (!makeTupleForeach(fs, needExpansion, true, false, statements, NULL, NULL)) in makeTupleForeachStatic()
3902 v.makeTupleForeachStatic(fs, needExpansion); in makeTupleForeachStatic()
[all …]
H A Dcond.c64 this->needExpansion = false; in StaticForeach()
291 sfe->needExpansion = true; // need to expand the tuples later in lowerNonArrayAggregate()

12