Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DFunction.cpp23 bool HasThisPointer, bool HasRVO, bool UnevaluatedBuiltin) in Function() argument
27 HasRVO(HasRVO), Variadic(F->isVariadic()), in Function()
H A DFunction.h110 bool hasRVO() const { return HasRVO; } in hasRVO()
215 bool HasRVO, bool UnevaluatedBuiltin);
269 bool HasRVO = false; variable
H A DByteCodeEmitter.cpp79 bool HasRVO = false; in compileFunc() local
81 HasRVO = true; in compileFunc()
156 HasThisPointer, HasRVO, IsUnevaluatedBuiltin); in compileFunc()
H A DCompiler.cpp3934 bool HasRVO = !ReturnType->isVoidType() && !T; in VisitCallExpr() local
3937 if (HasRVO) { in VisitCallExpr()
4018 assert(HasRVO == Func->hasRVO()); in VisitCallExpr()