Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpFrame.h49 if (!F->isBottomFrame()) in free()
131 bool isBottomFrame() const { return IsBottom; } in isBottomFrame() function
H A DInterpState.cpp37 while (Current && !Current->isBottomFrame()) { in ~InterpState()