Searched refs:__is_nothrow_constructible (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CXX/except/except.spec/
H A Dcanonical.cpp11 struct __is_nothrow_constructible struct in namespace:std
24 noexcept(__is_nothrow_constructible<allocator_type>::value);
32 noexcept(__is_nothrow_constructible<_Compare>::value);
47 basic_string<T, _Traits, _Allocator>::basic_string() noexcept(__is_nothrow_constructible<allocator_type>::value) {}
51 noexcept(__is_nothrow_constructible<_Compare>::value) {}

Completed in 992 milliseconds