Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpFrame.cpp62 RVOPtr = stackRef<Pointer>(0); in InterpFrame()
66 This = stackRef<Pointer>(sizeof(Pointer)); in InterpFrame()
68 This = stackRef<Pointer>(0); in InterpFrame()
180 TYPE_SWITCH(PrimTy, print(OS, stackRef<T>(Off), S.getASTContext(), Ty)); in describe()
227 TYPE_SWITCH(Desc.first, new (B->data()) T(stackRef<T>(Off))); in getParamPointer()
H A DInterpFrame.h94 return stackRef<T>(Offset); in getParam()
138 template <typename T> const T &stackRef(unsigned Offset) const { in stackRef() function