Home
last modified time | relevance | path

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

/external/clang/test/CodeGenObjCXX/
Dnrvo.mm10 @interface NRVO interface
13 @implementation NRVO implementation
/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.h197 llvm::PointerIntPair<VarDecl *, 1, bool> NRVO; variable
/external/clang/lib/CodeGen/
DCGDecl.cpp437 bool NRVO = flags.isForNormalCleanup() && NRVOFlag; in Emit() local
958 bool NRVO = getLangOpts().ElideConstructors && in EmitAutoVarAlloca() local
/external/clang/include/clang/AST/
DDecl.h1208 void setNRVOVariable(bool NRVO) { in setNRVOVariable()