Home
last modified time | relevance | path

Searched refs:move_if_noexcept (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dmove.h41 move_if_noexcept(_LIBCPP_LIFETIMEBOUND _Tp& __x) _NOEXCEPT { in move_if_noexcept() function
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dutility.cppm
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Duninitialized_algorithms.h635 allocator_traits<_Alloc>::construct(__alloc, __result, std::move_if_noexcept(*__iter));
/freebsd/contrib/llvm-project/libcxx/include/
H A Dutility58 move_if_noexcept(T& x) noexcept; // constexpr in C++14
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.td4126 let Spellings = ["move_if_noexcept"];
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2203 SYMBOL(move_if_noexcept, std::, <utility>)