Home
last modified time | relevance | path

Searched refs:InterState (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddinterpret.c41 Expression *interpret(Statement *s, InterState *istate);
42 Expression *interpret(Expression *e, InterState *istate, CtfeGoal goal = ctfeNeedRvalue);
46 static Expression *interpret(UnionExp *pue, Expression *e, InterState *istate, CtfeGoal goal = ctfe…
47 static Expression *interpret(UnionExp *pue, Statement *s, InterState *istate);
108 struct InterState struct
110 InterState *caller; // calling function's InterState argument
119 InterState(); argument
244 InterState::InterState() in InterState() function
246 memset(this, 0, sizeof(InterState)); in InterState()
267 static Expression *evaluateIfBuiltin(UnionExp *pue, InterState *istate, Loc loc,
[all …]
H A Ddeclaration.h26 struct InterState;
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddinterpret.d399 private struct InterState
401 InterState* caller; // calling function's InterState
425 private Expression interpretFunction(UnionExp* pue, FuncDeclaration fd, InterState* istate, Express… in interpretFunction()
534 InterState istatex; in interpretFunction()
729 void incUsageCtfe(InterState* istate, const ref Loc loc) in incUsageCtfe()
744 InterState* istate;
749 extern (D) this(UnionExp* pue, InterState* istate, CTFEGoal goal) in this()
1069 static Statement findGotoTarget(InterState* istate, Identifier ident) in findGotoTarget()
1493 InterState istatex = *istate; in visit()
1574 InterState istatex = *istate; in visit()
[all …]