Home
last modified time | relevance | path

Searched refs:RVOPtr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpFrame.h106 const Pointer &getRVOPtr() const { return RVOPtr; } in getRVOPtr()
157 Pointer RVOPtr; variable
H A DInterpFrame.cpp62 RVOPtr = stackRef<Pointer>(0); in InterpFrame()
H A DOpcodes.td347 def RVOPtr : Opcode;
H A DInterp.h1746 inline bool RVOPtr(InterpState &S, CodePtr OpPC) { in RVOPtr() function