Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3540 bool SupressSimplerImplicitMoves) { in PerformMoveOrCopyInitialization() argument
3542 (!getLangOpts().CPlusPlus23 || SupressSimplerImplicitMoves) && in PerformMoveOrCopyInitialization()
3584 bool SupressSimplerImplicitMoves) { in ActOnCapScopeReturnStmt() argument
3717 Entity, NRInfo, RetValExp, SupressSimplerImplicitMoves); in ActOnCapScopeReturnStmt()
3953 bool SupressSimplerImplicitMoves = in BuildReturnStmt() local
3956 RetValExp, SupressSimplerImplicitMoves ? SimplerImplicitMoveMode::ForceOff in BuildReturnStmt()
3961 SupressSimplerImplicitMoves); in BuildReturnStmt()
4180 Entity, NRInfo, RetValExp, SupressSimplerImplicitMoves); in BuildReturnStmt()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5309 bool SupressSimplerImplicitMoves = false);
5317 bool SupressSimplerImplicitMoves);