Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/Interp/
DFunction.cpp21 bool HasThisPointer, bool HasRVO) in Function() argument
24 HasThisPointer(HasThisPointer), HasRVO(HasRVO) {} in Function()
DFunction.h102 bool hasRVO() const { return HasRVO; } in hasRVO()
148 bool HasThisPointer, bool HasRVO);
198 bool HasRVO = false; variable
DByteCodeEmitter.cpp41 bool HasRVO = false; in compileFunc() local
43 HasRVO = true; in compileFunc()
72 std::move(ParamDescriptors), HasThisPointer, HasRVO); in compileFunc()