Searched refs:cantExpression (Results 1 – 6 of 6) sorted by relevance
180 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()
430 cantExpression, enumerator
80 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()
420 cantExpression,
763 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()
552 case EXP.cantExpression: return CTFEExp.cantexp;698 CTFEExp.cantexp = new CTFEExp(EXP.cantExpression); in _init()