Home
last modified time | relevance | path

Searched refs:isVarExp (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Doptimize.d183 if (auto ve = e1.isVarExp()) in fromConstInitializer()
456 if (auto ve = e.e1.isVarExp()) in Expression_optimize()
492 else if (auto ve = e.isVarExp()) in Expression_optimize()
521 if (auto ve = ei.e1.isVarExp()) in Expression_optimize()
562 if (ae.e2.isIntegerExp() && ae.e1.isVarExp()) in Expression_optimize()
565 VarExp ve = ae.e1.isVarExp(); in Expression_optimize()
691 if (auto ve = ex.isVarExp()) in Expression_optimize()
1079 if (auto ve = e.e1.isVarExp()) in Expression_optimize()
1307 case EXP.variable: visitVar(ex.isVarExp()); break; in Expression_optimize()
H A Dctfeexpr.d780 …if (agg1.op == EXP.variable && agg2.op == EXP.variable && agg1.isVarExp().var == agg2.isVarExp().v… in pointToSameMemoryBlock()
1217 … (agg1.op == EXP.variable && agg2.op == EXP.variable && agg1.isVarExp().var == agg2.isVarExp().var…
1241 … (agg1.op == EXP.variable && agg2.op == EXP.variable && agg1.isVarExp().var == agg2.isVarExp().var…
1878 … || ethis.op == EXP.classReference || ethis.op == EXP.variable && ethis.isVarExp().var == newval.i… in isCtfeValueValid()
1935 const VarDeclaration v = newval.isVarExp().var.isVarDeclaration(); in isCtfeReferenceValid()
2002 VarDeclaration v = e.isVarExp().var.isVarDeclaration();
H A Daliasthis.d103 if (auto ve = e.isVarExp())
H A Ddinterpret.d132 if (auto ve = e.isVarExp()) in ctfeInterpretForPragmaMsg()
576 earg.isVarExp().var.toParent2() == fd) in interpretFunction()
578 VarDeclaration vx = earg.isVarExp().var.isVarDeclaration(); in interpretFunction()
691 if (tf.isref && e.op == EXP.variable && e.isVarExp().var == fd.vthis) in interpretFunction()
697 auto ve = !pe ? null : pe.e1.isVarExp(); in interpretFunction()
958 while (x.op == EXP.variable && (v = x.isVarExp().var.isVarDeclaration()) !is null) in stopPointersEscaping()
1982 if (auto ve = e.e1.isVarExp()) in visit()
1996 emplaceExp!(SymOffExp)(pue, e.loc, e.e1.isVarExp().var, 0); in visit()
2003 if (auto ve = er.isVarExp()) in visit()
2026 if (auto ve1 = e.e1.isVarExp()) in visit()
[all …]
H A Dnogc.d140 if (VarExp ve = e.e1.isVarExp()) in visit()
H A Dexpressionsem.d196 assert(e1.isVarExp()); in extractOpDollarSideEffect()
197 e1.isVarExp().var.storage_class |= STC.exptemp; // lifetime limited to expression in extractOpDollarSideEffect()
796 …else if (e1.isVarExp() && e1.type && e1.type.isTypeFunction() && (sc.intypeof || !e1.isVarExp().va… in resolvePropertiesOnly()
797 return handleFuncDecl(e1.isVarExp().var.isFuncDeclaration()); in resolvePropertiesOnly()
1248 else if (sc && sc.flags & SCOPE.Cfile && e1.isVarExp() && !e2)
1252 …else if (e1.isVarExp() && e1.type && (e1.type.toBasetype().isTypeFunction() || e1.isVarExp().var.i…
1254 s = e1.isVarExp().var;
1322 if (auto ve = e1.isVarExp())
1338 auto ve = e1.isVarExp();
1557 if (ale.e1.isVarExp()) in rewriteOpAssign()
[all …]
H A Dob.d1136 if (auto ve = e.isVarExp()) in isTrackableVarExp()
1372 if (auto ve = ae.e1.isVarExp()) in genKill()
1456 if (!(p.storageClass & STC.out_ && arg.isVarExp())) in genKill()
2111 if (auto ve = ae.e1.isVarExp()) in checkObErrors()
2157 if (!(p.storageClass & STC.out_ && arg.isVarExp())) in checkObErrors()
H A Descape.d1611 if (auto ve = e.e1.isVarExp()) in visit()
1820 if (auto ve = e.e1.isVarExp()) in visit()
1915 if (auto ve = e.e1.isVarExp()) in visit()
2071 if (auto ve = e.e1.isVarExp()) in visit()
H A Ddcast.d1552 if (auto ve = e.isVarExp()) in visit()
2163 if (e.e1.isVarExp() && in visitAddr()
2167 auto ve = e.e1.isVarExp(); in visitAddr()
3889 case EXP.variable : return visitVar(e.isVarExp()); in getIntRange()
H A Dexpression.d427 if (auto ve = comma.e2.isVarExp()) in valueNoDtor()
440 else if (auto ve = ex.isVarExp()) in valueNoDtor()
1649 … inout(VarExp) isVarExp() { return op == EXP.variable ? cast(typeof(return))this : null; } in isVarExp() function
3676 if (auto ne = o.isExpression().isVarExp()) in equals()
5163 if (auto ve = ae1.isVarExp())
5250 else if (auto ve = e1.isVarExp()) in modifiableLvalue()
H A Ddmangle.d736 if (auto ev = ea.isVarExp()) in mangleTemplateInstance()
H A Dexpression.h154 VarExp* isVarExp();
H A Dtypesem.d1827 mtype.sym = e.isVarExp().var; in typeSemantic()
2795 else if (auto ve = exp.isVarExp()) in resolveExp()
3145 if (auto f = mt.exp.op == EXP.variable ? mt.exp.isVarExp().var.isFuncDeclaration() in visitTypeof()
H A Dclone.d656 s = e.isVarExp().var; in buildXopCmp()
H A Ddtemplate.d193 if (auto ve = ea.isVarExp()) in getDsymbol()
235 if (auto ve = e.isVarExp()) in getValue()
482 return cast(size_t)cast(void*) e.isVarExp().var; in expressionHash()
7056 (exp && exp.isVarExp))) in findBestMatch()
H A Dtraits.d1076 if (auto ve = ex.isVarExp) in semanticTraits()
H A Dhdrgen.d2259 auto ve = e.e2.isVarExp(); in expressionPrettyPrint()
2575 case EXP.variable: return visitVar(e.isVarExp()); in expressionPrettyPrint()
H A Dfunc.d2812 if (auto ve = rs.exp.isVarExp()) in checkNRVO()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-convert.cc706 if (VarExp *ve = expr->isVarExp ()) in is_valist_parameter_type()
728 if (VarExp *ve = expr->isVarExp ()) in check_valist_conversion()
H A Dexpr.cc1057 Declaration *decl = e->e1->isVarExp ()->var; in visit()
1450 VarDeclaration *v = e->e1->isVarExp ()->var->isVarDeclaration (); in visit()
1651 Declaration *var = e1b->isVarExp ()->var; in visit()
1754 FuncDeclaration *fd = e1b->isVarExp ()->var->isFuncDeclaration (); in visit()
H A Dtoir.cc1006 VarExp *ve = ce->e2->isVarExp (); in visit()