HomeSort by: relevance | last modified time | path
    Searched refs:cantExpression (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
tokens.h 430 cantExpression,
ctfeexpr.d 180 case EXP.cantExpression:
209 return e && e.op == EXP.cantExpression;
221 return e && (e.op == EXP.cantExpression || e.op == EXP.thrownException || e.op == EXP.showCtfeContext);
818 emplaceExp!(CTFEExp)(pue, EXP.cantExpression);
831 emplaceExp!(CTFEExp)(pue, EXP.cantExpression);
1458 emplaceExp!(CTFEExp)(&ue, EXP.cantExpression);
1488 emplaceExp!(CTFEExp)(&ue, EXP.cantExpression);
constfold.d 74 * Initialize a EXP.cantExpression Expression.
80 emplaceExp!(CTFEExp)(&ue, EXP.cantExpression);
717 /* Also returns EXP.cantExpression if cannot be computed.
865 if (ue.exp().op == EXP.cantExpression)
1023 /* Also returns EXP.cantExpression if cannot be computed.
1173 if (ue.exp().op == EXP.cantExpression)
1221 /* Also return EXP.cantExpression if this fails
1321 /* Also return EXP.cantExpression if this fails
1497 /* Also return EXP.cantExpression if this fails
tokens.d 420 cantExpression,
dinterpret.d 422 * result expression if successful, EXP.cantExpression if not,
756 // If e is EXP.throw_exception or EXP.cantExpression,
763 result = (e.op == EXP.cantExpression) ? CTFEExp.cantexp : e;
3106 emplaceExp!CTFEExp(&ue, EXP.cantExpression);
3112 emplaceExp!CTFEExp(&ue, EXP.cantExpression);
3990 * Returns EXP.cantExpression on failure. If there are no errors,
6426 case EXP.cantExpression: return CTFEExp.cantexp;
6445 * EXP.cantExpression cannot interpret statement at compile time
6810 case EXP.cantExpression:
expression.d 552 case EXP.cantExpression: return CTFEExp.cantexp;
698 CTFEExp.cantexp = new CTFEExp(EXP.cantExpression);

Completed in 124 milliseconds