Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprConstant.cpp459 CallStackFrame BottomFrame; member
545 BottomFrame(*this, SourceLocation(), nullptr, nullptr, nullptr), in EvalInfo()
998 for (CallStackFrame *Frame = CurrentCall; Frame != &BottomFrame; in addCallStack()
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp816 CallStackFrame BottomFrame; member in __anon3f12a8aa0311::EvalInfo
970 BottomFrame(*this, SourceLocation(), nullptr, nullptr, CallRef()), in EvalInfo()
1054 for (const CallStackFrame *Call = CurrentCall; Call != &BottomFrame; in getStdAllocatorCaller()
1106 const interp::Frame *getBottomFrame() const override { return &BottomFrame; } in getBottomFrame()