Home
last modified time | relevance | path

Searched refs:TEST_NOEXCEPT_COND (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/refwrap/refwrap.const/
H A Dtype_conv_ctor.pass.cpp30 operator int&() TEST_NOEXCEPT_COND(IsNothrow) { return val; } in operator int&()
/llvm-project-15.0.7/libcxx/test/support/
H A Dtest_macros.h123 # define TEST_NOEXCEPT_COND(...) noexcept(__VA_ARGS__) macro
134 # define TEST_NOEXCEPT_COND(...) macro
H A Dnasty_containers.h126 TEST_NOEXCEPT_COND(std::__is_nothrow_swappable<nested_container>::value) in swap()
246 TEST_NOEXCEPT_COND(std::__is_nothrow_swappable<nested_container>::value) in swap()