Home
last modified time | relevance | path

Searched refs:getConstInitializer (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dlambdacomp.d253 v.getConstInitializer.accept(this); in visit()
H A Ddstruct.d373 auto exp = vd.getConstInitializer(); in finalizeSize()
H A Daggregate.d460 e = vx.getConstInitializer(false); in fill()
H A Doptimize.d97 Expression ei = v.getConstInitializer(); in expandVar()
1084 if (Expression ci = v.getConstInitializer()) in Expression_optimize()
H A Ddeclaration.d1522 extern (D) final Expression getConstInitializer(bool needFullType = true)
1555 auto e = getConstInitializer(); in expandInitializer()
H A Ddtemplate.d222 return v.getConstInitializer(); in getValue()
241 e = v.getConstInitializer(); in getValue()
H A Ddcast.d3846 else if (vd && vd._init && !vd.type.isMutable() && (ie = vd.getConstInitializer()) !is null) in getIntRange()
H A Dmtype.d5699 e = vd.getConstInitializer(false); in defaultInitLiteral()
H A Ddinterpret.d2853 m = v.getConstInitializer(true); in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Doptimize.c64 Expression *ei = v->getConstInitializer(); in expandVar()
954 if (Expression *ci = v->getConstInitializer()) in Expression_optimize()
H A Ddeclaration.c1858 Expression *e = getConstInitializer(); in expandInitializer()
1977 Expression *VarDeclaration::getConstInitializer(bool needFullType) in getConstInitializer() function
H A Ddeclaration.h287 Expression *getConstInitializer(bool needFullType = true);
H A Ddstruct.c735 e = vx->getConstInitializer(false); in fill()
H A Ddtemplate.c197 e = v->getConstInitializer(); in getValue()
211 e = v->getConstInitializer(); in getValue()
H A Ddcast.c3536 (ie = vd->getConstInitializer()) != NULL) in getIntRange()
H A Ddinterpret.c2845 m = v->getConstInitializer(true); in visit()
H A Dmtype.c8145 e = vd->getConstInitializer(false); in defaultInitLiteral()