Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp836 CallStackFrame *CurrentCall; member in __anonfb577fba0411::EvalInfo
1004 : Ctx(const_cast<ASTContext &>(C)), EvalStatus(S), CurrentCall(nullptr), in EvalInfo()
1079 CallStackFrame *Frame = CurrentCall; in getCallFrameAndDepth()
1123 for (const CallStackFrame *Call = CurrentCall; Call != &BottomFrame; in getStdAllocatorCaller()
1170 interp::Frame *getCurrentFrame() override { return CurrentCall; } in getCurrentFrame()
1408 Info.CurrentCall->pushTempVersion(); in ScopeRAII()
1420 Info.CurrentCall->popTempVersion(); in ~ScopeRAII()
1497 : Info(Info), Caller(Info.CurrentCall), Callee(Callee), This(This), in CallStackFrame()
1500 Info.CurrentCall = this; in CallStackFrame()
1505 assert(Info.CurrentCall == this && "calls retired out of order"); in ~CallStackFrame()
[all …]