Home
last modified time | relevance | path

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

/external/clang/test/CodeGenObjCXX/
Dnrvo.mm10 @interface NRVO interface
13 @implementation NRVO implementation
/external/llvm-project/clang/test/CodeGenObjCXX/
Dnrvo.mm10 @interface NRVO interface
13 @implementation NRVO implementation
/external/llvm-project/clang/include/clang/Sema/
DInitialization.h155 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()
DScope.h209 llvm::PointerIntPair<VarDecl *, 1, bool> NRVO; variable
/external/clang/include/clang/Sema/
DInitialization.h118 bool NRVO; member
242 QualType Type, bool NRVO) { in InitializeResult()
247 QualType Type, bool NRVO) { in InitializeBlock()
253 QualType Type, bool NRVO) { in InitializeException()
DScope.h198 llvm::PointerIntPair<VarDecl *, 1, bool> NRVO; variable
/external/clang/lib/CodeGen/
DCGDecl.cpp453 bool NRVO = flags.isForNormalCleanup() && NRVOFlag; in Emit() local
969 bool NRVO = getLangOpts().ElideConstructors && in EmitAutoVarAlloca() local
/external/llvm-project/clang/lib/CodeGen/
DCGDecl.cpp502 bool NRVO = flags.isForNormalCleanup() && NRVOFlag; in Emit() local
1437 bool NRVO = getLangOpts().ElideConstructors && D.isNRVOVariable(); in EmitAutoVarAlloca() local
/external/clang/include/clang/AST/
DDecl.h1230 void setNRVOVariable(bool NRVO) { in setNRVOVariable()
/external/llvm-project/clang/include/clang/AST/
DDecl.h1380 void setNRVOVariable(bool NRVO) { in setNRVOVariable()