Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpStack.h79 return *reinterpret_cast<T *>(peekData(Offset)); in peek()
83 void *top() const { return Chunk ? peekData(0) : nullptr; } in top()
108 return *reinterpret_cast<T *>(peekData(aligned_size<T>())); in peekInternal()
114 void *peekData(size_t Size) const;
H A DInterpStack.cpp79 void *InterpStack::peekData(size_t Size) const { in peekData() function in InterpStack