Searched refs:hasRVO (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DDisasm.cpp39 OS << "rvo: " << hasRVO() << "\n";
H A DFunction.h83 bool hasRVO() const { return ParamTypes.size() != Params.size(); } function in class:clang::interp::Function
H A DInterpFrame.cpp120 unsigned Off = Func->hasRVO() ? primSize(PT_Ptr) : 0;

Completed in 61 milliseconds