Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpState.h65 const Frame *getBottomFrame() const override { in getBottomFrame() function
66 return Parent.getBottomFrame(); in getBottomFrame()
H A DState.h67 virtual const Frame *getBottomFrame() const = 0;
H A DState.cpp131 const Frame *Bottom = getBottomFrame(); in addCallStack()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1191 const interp::Frame *getBottomFrame() const override { return &BottomFrame; } in getBottomFrame() function in __anonfb577fba0411::EvalInfo