Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpState.h54 const Frame *getBottomFrame() const override { in getBottomFrame() function
55 return Parent.getBottomFrame(); in getBottomFrame()
H A DState.cpp130 const Frame *Bottom = getBottomFrame(); in addCallStack()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1171 const interp::Frame *getBottomFrame() const override { return &BottomFrame; } in getBottomFrame() function in __anonfb577fba0411::EvalInfo