Searched refs:HasRVO (Results 1 – 4 of 4) sorted by relevance
23 bool HasThisPointer, bool HasRVO, bool UnevaluatedBuiltin) in Function() argument27 HasRVO(HasRVO), Variadic(F->isVariadic()), in Function()
110 bool hasRVO() const { return HasRVO; } in hasRVO()215 bool HasRVO, bool UnevaluatedBuiltin);269 bool HasRVO = false; variable
79 bool HasRVO = false; in compileFunc() local81 HasRVO = true; in compileFunc()156 HasThisPointer, HasRVO, IsUnevaluatedBuiltin); in compileFunc()
3934 bool HasRVO = !ReturnType->isVoidType() && !T; in VisitCallExpr() local3937 if (HasRVO) { in VisitCallExpr()4018 assert(HasRVO == Func->hasRVO()); in VisitCallExpr()