Home
last modified time | relevance | path

Searched defs:is_nothrow_move_constructible (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/SemaTemplate/
H A Dexception-spec-crash.cpp5 template <class _Tp> struct is_nothrow_move_constructible { struct
19 noexcept(is_nothrow_move_constructible<allocator_type>::value); argument
/llvm-project/libcxx/include/__type_traits/
H A Dis_nothrow_constructible.h95 struct _LIBCPP_TEMPLATE_VIS is_nothrow_move_constructible global() struct
101 struct _LIBCPP_TEMPLATE_VIS is_nothrow_move_constructible global() struct
/llvm-project/clang/test/Modules/Inputs/PR27401/
H A Da.h13 struct is_nothrow_move_constructible struct
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dnoexcept-swap.cpp6 struct is_nothrow_move_constructible struct
8 static constexpr bool value = __is_nothrow_constructible(T, __add_rvalue_reference(T));
H A Dnoexcept-move-constructor.cpp6 struct is_nothrow_move_constructible struct
8 static constexpr bool value = __is_nothrow_constructible(T, __add_rvalue_reference(T));