Searched refs:NRInfo (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 3529 const InitializedEntity &Entity, const NamedReturnInfo &NRInfo, Expr *Value, in PerformMoveOrCopyInitialization() argument 3533 NRInfo.isMoveEligible()) { in PerformMoveOrCopyInitialization() 3573 NamedReturnInfo &NRInfo, in ActOnCapScopeReturnStmt() argument 3652 const VarDecl *NRVOCandidate = getCopyElisionCandidate(NRInfo, FnRetType); in ActOnCapScopeReturnStmt() 3705 Entity, NRInfo, RetValExp, SupressSimplerImplicitMoves); in ActOnCapScopeReturnStmt() 3928 NamedReturnInfo NRInfo = getNamedReturnInfo( in BuildReturnStmt() local 3933 return ActOnCapScopeReturnStmt(ReturnLoc, RetValExp, NRInfo, in BuildReturnStmt() 4019 const VarDecl *NRVOCandidate = getCopyElisionCandidate(NRInfo, FnRetType); in BuildReturnStmt() 4145 Entity, NRInfo, RetValExp, SupressSimplerImplicitMoves); in BuildReturnStmt()
|
H A D | SemaExprCXX.cpp | 895 NamedReturnInfo NRInfo = in BuildCXXThrow() local 904 ExprResult Res = PerformMoveOrCopyInitialization(Entity, NRInfo, Ex); in BuildCXXThrow()
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 5182 const NamedReturnInfo &NRInfo, Expr *Value, 5190 NamedReturnInfo &NRInfo,
|