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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DScope.h197 llvm::PointerIntPair<VarDecl *, 1, bool> NRVO; member in class:clang::Scope
H A DInitialization.h118 bool NRVO; member in struct:clang::InitializedEntity::LN
241 InitializeResult(SourceLocation ReturnLoc, QualType Type, bool NRVO) argument
246 InitializeBlock(SourceLocation BlockVarLoc, QualType Type, bool NRVO) argument
252 InitializeException(SourceLocation ThrowLoc, QualType Type, bool NRVO) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDecl.cpp437 bool NRVO = flags.isForNormalCleanup() && NRVOFlag; variable
958 bool NRVO = getLangOpts().ElideConstructors && local
[all...]

Completed in 61 milliseconds