Home
last modified time | relevance | path

Searched refs:cantExpression (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dctfeexpr.d180 case EXP.cantExpression: in toChars()
209 return e && e.op == EXP.cantExpression; in isCantExp()
221 …return e && (e.op == EXP.cantExpression || e.op == EXP.thrownException || e.op == EXP.showCtfeCont… in exceptionOrCantInterpret()
818 emplaceExp!(CTFEExp)(pue, EXP.cantExpression); in pointerDifference()
831 emplaceExp!(CTFEExp)(pue, EXP.cantExpression); in pointerArithmetic()
1458 emplaceExp!(CTFEExp)(&ue, EXP.cantExpression); in ctfeCat()
1488 emplaceExp!(CTFEExp)(&ue, EXP.cantExpression); in ctfeCat()
H A Dtokens.h430 cantExpression, enumerator
H A Dconstfold.d80 emplaceExp!(CTFEExp)(&ue, EXP.cantExpression); in cantExp()
865 if (ue.exp().op == EXP.cantExpression) in Equal()
1173 if (ue.exp().op == EXP.cantExpression) in Cast()
H A Dtokens.d420 cantExpression,
H A Ddinterpret.d763 result = (e.op == EXP.cantExpression) ? CTFEExp.cantexp : e; in exceptionOrCant()
3106 emplaceExp!CTFEExp(&ue, EXP.cantExpression); in interpretCommon()
3112 emplaceExp!CTFEExp(&ue, EXP.cantExpression); in interpretCommon()
6426 case EXP.cantExpression: return CTFEExp.cantexp;
6810 case EXP.cantExpression: in copyRegionExp()
H A Dexpression.d552 case EXP.cantExpression: return CTFEExp.cantexp;
698 CTFEExp.cantexp = new CTFEExp(EXP.cantExpression); in _init()