Searched defs:NRVO (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/test/CodeGenObjCXX/ | ||
H A D | nrvo.mm | 10 @interface NRVO interface |
/llvm-project/clang/include/clang/Sema/ | ||
H A D | Scope.h | 246 std::optional<VarDecl *> NRVO; global() variable |
H A D | Initialization.h | 158 bool NRVO; member |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGDecl.cpp | 530 bool NRVO = flags.isForNormalCleanup() && NRVOFlag; Emit() local |
/llvm-project/clang/include/clang/AST/ | ||
H A D | Decl.h | 1495 setNRVOVariable(bool NRVO) setNRVOVariable() argument |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaTemplateInstantiateDecl.cpp | 1248 bool NRVO = SemaRef.getCopyElisionCandidate(Info, RT) != nullptr; VisitVarDecl() local |