Home
last modified time | relevance | path

Searched refs:voidexp (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dctfe.h105 static CTFEExp *voidexp; variable
H A Ddinterpret.c960 e = CTFEExp::voidexp; in interpretFunction()
1234 result = CTFEExp::voidexp; in visit()
4673 result = CTFEExp::voidexp; in visit()
5528 result = CTFEExp::voidexp; in visit()
5632 result = CTFEExp::voidexp; in visit()
5643 result = CTFEExp::voidexp; in visit()
6126 result = CTFEExp::voidexp; in visit()
6940 return CTFEExp::voidexp; in evaluateIfBuiltin()
6947 return CTFEExp::voidexp; in evaluateIfBuiltin()
H A Dctfeexpr.c149 CTFEExp *CTFEExp::voidexp;
179 if (e->op == TOKvoidexp) return CTFEExp::voidexp; in copy()
H A Dexpression.c2015 CTFEExp::voidexp = new CTFEExp(TOKvoidexp); in _init()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddinterpret.d680 e = CTFEExp.voidexp; in interpretFunction()
1021 result = CTFEExp.voidexp; in visit()
4792 result = CTFEExp.voidexp; in visit()
5740 result = CTFEExp.voidexp; in visit()
5783 result = CTFEExp.voidexp; in visit()
5798 result = CTFEExp.voidexp; in visit()
6329 result = CTFEExp.voidexp; in visit()
6427 case EXP.voidExpression: return CTFEExp.voidexp;
7320 return CTFEExp.voidexp; in evaluateIfBuiltin()
7326 return CTFEExp.voidexp; in evaluateIfBuiltin()
H A Dexpression.d553 case EXP.voidExpression: return CTFEExp.voidexp;
699 CTFEExp.voidexp = new CTFEExp(EXP.voidExpression); in _init()
715 CTFEExp.voidexp = CTFEExp.voidexp.init; in deinitialize()
H A Dctfeexpr.d198 extern (D) __gshared CTFEExp voidexp;