Home
last modified time | relevance | path

Searched refs:SupressSimplerImplicitMoves (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3483 bool SupressSimplerImplicitMoves) { in PerformMoveOrCopyInitialization() argument
3485 (!getLangOpts().CPlusPlus2b || SupressSimplerImplicitMoves) && in PerformMoveOrCopyInitialization()
3527 bool SupressSimplerImplicitMoves) { in ActOnCapScopeReturnStmt() argument
3659 Entity, NRInfo, RetValExp, SupressSimplerImplicitMoves); in ActOnCapScopeReturnStmt()
3891 bool SupressSimplerImplicitMoves = in BuildReturnStmt() local
3894 RetValExp, SupressSimplerImplicitMoves ? SimplerImplicitMoveMode::ForceOff in BuildReturnStmt()
3899 SupressSimplerImplicitMoves); in BuildReturnStmt()
4091 Entity, NRInfo, RetValExp, SupressSimplerImplicitMoves); in BuildReturnStmt()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4798 bool SupressSimplerImplicitMoves = false);
4805 bool SupressSimplerImplicitMoves);