Searched defs:NRVO (Results 1 – 5 of 5) sorted by relevance
10 @interface NRVO interface13 @implementation NRVO implementation
118 bool NRVO; member242 QualType Type, bool NRVO) { in InitializeResult()247 QualType Type, bool NRVO) { in InitializeBlock()253 QualType Type, bool NRVO) { in InitializeException()
197 llvm::PointerIntPair<VarDecl *, 1, bool> NRVO; variable
431 bool NRVO = flags.isForNormalCleanup() && NRVOFlag; in Emit() local887 bool NRVO = getLangOpts().ElideConstructors && in EmitAutoVarAlloca() local
1190 void setNRVOVariable(bool NRVO) { VarDeclBits.NRVOVariable = NRVO; } in setNRVOVariable()