Home
last modified time | relevance | path

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

/external/clang/test/CXX/except/except.spec/
Dcanonical.cpp12 struct _is_nothrow_constructible struct
25 noexcept(_is_nothrow_constructible<allocator_type>::value);
33 noexcept(_is_nothrow_constructible<_Compare>::value);
48 basic_string<T, _Traits, _Allocator>::basic_string() noexcept(_is_nothrow_constructible<allocator_t… in basic_string()
52 noexcept(_is_nothrow_constructible<_Compare>::value) {} in __map_value_compare()