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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h209 llvm::PointerIntPair<VarDecl *, 1, bool> NRVO; member in class:clang::Scope
H A DInitialization.h152 bool NRVO; member in struct:clang::LN
285 InitializeResult(SourceLocation ReturnLoc, QualType Type, bool NRVO) argument
295 InitializeBlock(SourceLocation BlockVarLoc, QualType Type, bool NRVO) argument
300 InitializeLambdaToBlock(SourceLocation BlockVarLoc, QualType Type, bool NRVO) argument
307 InitializeException(SourceLocation ThrowLoc, QualType Type, bool NRVO) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp494 bool NRVO = flags.isForNormalCleanup() && NRVOFlag; variable
1412 bool NRVO = getLangOpts().ElideConstructors && D.isNRVOVariable(); local
[all...]

Completed in 89 milliseconds