Home
last modified time | relevance | path

Searched defs: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()
H A DFunction.h269 bool HasRVO = false; variable
H A DByteCodeEmitter.cpp79 bool HasRVO = false; in compileFunc() local
H A DCompiler.cpp3934 bool HasRVO = !ReturnType->isVoidType() && !T; in VisitCallExpr() local