Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h10813 enum Status : uint8_t { None, MoveEligible, MoveEligibleAndCopyElidable }; enumerator
10817 bool isCopyElidable() const { return S == MoveEligibleAndCopyElidable; } in isCopyElidable()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaStmt.cpp3264 NamedReturnInfo Info{VD, NamedReturnInfo::MoveEligibleAndCopyElidable}; in getNamedReturnInfo()