Searched refs:BottomFrame (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | InterpState.cpp | 20 : 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 D | InterpState.h | 177 InterpFrame BottomFrame; variable
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 874 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()
|