Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DInterpState.h45 const Frame *getBottomFrame() const override { in getBottomFrame() function
46 return Parent.getBottomFrame(); in getBottomFrame()
H A DState.h64 virtual const Frame *getBottomFrame() const = 0;
H A DState.cpp129 const Frame *Bottom = getBottomFrame(); in addCallStack()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp1113 const interp::Frame *getBottomFrame() const override { return &BottomFrame; } in getBottomFrame() function in __anon6b6c21b10411::EvalInfo