Searched refs:cantexp (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddinterpret.c758 return CTFEExp::cantexp;
761 return CTFEExp::cantexp;
763 return CTFEExp::cantexp;
776 return CTFEExp::cantexp;
791 return CTFEExp::cantexp;
815 return CTFEExp::cantexp;
851 return CTFEExp::cantexp;
882 return CTFEExp::cantexp;
930 e = CTFEExp::cantexp;
938 return CTFEExp::cantexp;
[all...]
H A Dctfe.h104 static CTFEExp *cantexp; member in class:CTFEExp
H A Dctfeexpr.c140 // True if 'e' is CTFEExp::cantexp, or an exception
148 CTFEExp *CTFEExp::cantexp; member in class:CTFEExp
178 if (e->op == TOKcantexp) return CTFEExp::cantexp;
1587 return CTFEExp::cantexp;
1597 return CTFEExp::cantexp;
H A Dconstfold.c1566 Expression *e = CTFEExp::cantexp;
H A Dexpression.c2014 CTFEExp::cantexp = new CTFEExp(TOKcantexp); member in class:CTFEExp
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddinterpret.d107 result = CTFEExp.cantexp;
435 return CTFEExp.cantexp;
438 return CTFEExp.cantexp;
442 return CTFEExp.cantexp;
450 return CTFEExp.cantexp;
465 return CTFEExp.cantexp;
488 return CTFEExp.cantexp;
527 return CTFEExp.cantexp;
582 return CTFEExp.cantexp;
641 e = CTFEExp.cantexp;
[all...]
H A Dctfeexpr.d197 extern (D) __gshared CTFEExp cantexp;
218 // True if 'e' is CTFEExp::cantexp, or an exception
1562 return CTFEExp.cantexp;
1573 return CTFEExp.cantexp;
H A Dexpression.d552 case EXP.cantExpression: return CTFEExp.cantexp;
698 CTFEExp.cantexp = new CTFEExp(EXP.cantExpression);
714 CTFEExp.cantexp = CTFEExp.cantexp.init;
H A Dconstfold.d1502 Expression e = CTFEExp.cantexp;

Completed in 144 milliseconds