Home
last modified time | relevance | path

Searched defs:NRVO (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/CodeGenObjCXX/
H A Dnrvo.mm10 @interface NRVO interface
13 @implementation NRVO implementation
/llvm-project/clang/include/clang/Sema/
H A DScope.h246 std::optional<VarDecl *> NRVO; global() variable
H A DInitialization.h158 bool NRVO; member
/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp530 bool NRVO = flags.isForNormalCleanup() && NRVOFlag; Emit() local
1474 bool NRVO = getLangOpts().ElideConstructors && D.isNRVOVariable(); EmitAutoVarAlloca() local
[all...]
/llvm-project/clang/include/clang/AST/
H A DDecl.h1495 setNRVOVariable(bool NRVO) setNRVOVariable() argument
/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1248 bool NRVO = SemaRef.getCopyElisionCandidate(Info, RT) != nullptr; VisitVarDecl() local