Home
last modified time | relevance | path

Searched refs:getRVOPtr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpFrame.h103 const Pointer &getRVOPtr() const { return RVOPtr; } in getRVOPtr() function
H A DDisasm.cpp280 OS.indent(Spaces) << "RVO: " << getRVOPtr() << "\n"; in dump()
H A DInterp.h2257 S.Stk.push<Pointer>(S.Current->getRVOPtr()); in RVOPtr()