Searched defs:NRVO (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DInitialization.h115 bool NRVO; member in struct:clang::InitializedEntity::LN
237 InitializeResult(SourceLocation ReturnLoc, QualType Type, bool NRVO) argument
242 InitializeBlock(SourceLocation BlockVarLoc, QualType Type, bool NRVO) argument
248 InitializeException(SourceLocation ThrowLoc, QualType Type, bool NRVO) argument
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDecl.cpp389 bool NRVO = flags.isForNormalCleanup() && NRVOFlag; local
845 bool NRVO = getLangOpts().ElideConstructors && local
[all...]

Completed in 159 milliseconds