Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpFrame.h131 bool isBottomFrame() const { return IsBottom; } in isBottomFrame()
181 bool IsBottom = false; variable
H A DInterpFrame.cpp27 ArgSize(0), Args(nullptr), FrameOffset(0), IsBottom(true) {} in InterpFrame()
33 FrameOffset(S.Stk.size()), IsBottom(!Caller) { in InterpFrame()