Home
last modified time | relevance | path

Searched defs:move_if_noexcept (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/include/__utility/
H A Dmove.h41 move_if_noexcept(_LIBCPP_LIFETIMEBOUND _Tp& __x) _NOEXCEPT { in move_if_noexcept() function
/llvm-project/clang/test/SemaCXX/
H A Dbuiltin-std-move-nobuiltin.cpp11 template<typename T> constexpr T &&move_if_noexcept(T &x) { return (T&&)nobuiltin; } in move_if_noexcept() function
H A Dbuiltin-std-move.cpp29 …template<typename T> CONSTEXPR auto move_if_noexcept(T &x) -> typename ref<T, noexcept(T(static_ca… in move_if_noexcept() function
H A Dattr-lifetimebound.cpp204 auto move_if_noexcept(T &t) -> move_if_noexcept() function