Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3415 NamedReturnInfo Info{VD, NamedReturnInfo::MoveEligibleAndCopyElidable}; in getNamedReturnInfo()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5293 enum Status : uint8_t { None, MoveEligible, MoveEligibleAndCopyElidable }; enumerator
5297 bool isCopyElidable() const { return S == MoveEligibleAndCopyElidable; } in isCopyElidable()