Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpState.h51 const Frame *getBottomFrame() const override { in getBottomFrame() function
52 return Parent.getBottomFrame(); in getBottomFrame()
H A DState.h64 virtual const Frame *getBottomFrame() const = 0;
H A DState.cpp130 const Frame *Bottom = getBottomFrame(); in addCallStack()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1166 const interp::Frame *getBottomFrame() const override { return &BottomFrame; } in getBottomFrame() function in __anon7ee061300411::EvalInfo