Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpState.cpp20 : Parent(Parent), M(M), P(P), Stk(Stk), Ctx(Ctx), BottomFrame(*this), in InterpState()
21 Current(&BottomFrame) {} in InterpState()
26 BottomFrame(*this, Func, nullptr, CodePtr(), Func->getArgSize()), in InterpState()
27 Current(&BottomFrame) {} in InterpState()
42 BottomFrame.destroyScopes(); in ~InterpState()
H A DInterpState.h177 InterpFrame BottomFrame; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp874 CallStackFrame BottomFrame; member in __anonfb577fba0411::EvalInfo
1027 BottomFrame(*this, SourceLocation(), /*Callee=*/nullptr, in EvalInfo()
1143 for (const CallStackFrame *Call = CurrentCall; Call != &BottomFrame; in getStdAllocatorCaller()
1191 const interp::Frame *getBottomFrame() const override { return &BottomFrame; } in getBottomFrame()