Searched defs:NRVO (Results 1 – 10 of 10) sorted by relevance
/external/clang/test/CodeGenObjCXX/ |
D | nrvo.mm | 10 @interface NRVO interface 13 @implementation NRVO implementation
|
/external/llvm-project/clang/test/CodeGenObjCXX/ |
D | nrvo.mm | 10 @interface NRVO interface 13 @implementation NRVO implementation
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Initialization.h | 155 bool NRVO; member 301 QualType Type, bool NRVO) { in InitializeResult() 311 QualType Type, bool NRVO) { in InitializeBlock() 316 QualType Type, bool NRVO) { in InitializeLambdaToBlock() 323 QualType Type, bool NRVO) { in InitializeException()
|
D | Scope.h | 209 llvm::PointerIntPair<VarDecl *, 1, bool> NRVO; variable
|
/external/clang/include/clang/Sema/ |
D | Initialization.h | 118 bool NRVO; member 242 QualType Type, bool NRVO) { in InitializeResult() 247 QualType Type, bool NRVO) { in InitializeBlock() 253 QualType Type, bool NRVO) { in InitializeException()
|
D | Scope.h | 198 llvm::PointerIntPair<VarDecl *, 1, bool> NRVO; variable
|
/external/clang/lib/CodeGen/ |
D | CGDecl.cpp | 453 bool NRVO = flags.isForNormalCleanup() && NRVOFlag; in Emit() local 969 bool NRVO = getLangOpts().ElideConstructors && in EmitAutoVarAlloca() local
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDecl.cpp | 502 bool NRVO = flags.isForNormalCleanup() && NRVOFlag; in Emit() local 1437 bool NRVO = getLangOpts().ElideConstructors && D.isNRVOVariable(); in EmitAutoVarAlloca() local
|
/external/clang/include/clang/AST/ |
D | Decl.h | 1230 void setNRVOVariable(bool NRVO) { in setNRVOVariable()
|
/external/llvm-project/clang/include/clang/AST/ |
D | Decl.h | 1380 void setNRVOVariable(bool NRVO) { in setNRVOVariable()
|