Home
last modified time | relevance | path

Searched refs:NRInfo (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3373 const InitializedEntity &Entity, const NamedReturnInfo &NRInfo, Expr *Value, in PerformMoveOrCopyInitialization() argument
3377 NRInfo.isMoveEligible()) { in PerformMoveOrCopyInitialization()
3414 NamedReturnInfo &NRInfo, in ActOnCapScopeReturnStmt() argument
3495 const VarDecl *NRVOCandidate = getCopyElisionCandidate(NRInfo, FnRetType); in ActOnCapScopeReturnStmt()
3548 Entity, NRInfo, RetValExp, SupressSimplerImplicitMoves); in ActOnCapScopeReturnStmt()
3790 NamedReturnInfo NRInfo = getNamedReturnInfo( in BuildReturnStmt() local
3795 return ActOnCapScopeReturnStmt(ReturnLoc, RetValExp, NRInfo, in BuildReturnStmt()
3889 const VarDecl *NRVOCandidate = getCopyElisionCandidate(NRInfo, FnRetType); in BuildReturnStmt()
4015 Entity, NRInfo, RetValExp, SupressSimplerImplicitMoves); in BuildReturnStmt()
H A DSemaExprCXX.cpp907 NamedReturnInfo NRInfo = in BuildCXXThrow() local
916 ExprResult Res = PerformMoveOrCopyInitialization(Entity, NRInfo, Ex); in BuildCXXThrow()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10870 const NamedReturnInfo &NRInfo, Expr *Value,
10889 NamedReturnInfo &NRInfo,