Home
last modified time | relevance | path

Searched defs:_NOEXCEPT_ (Results 1 – 2 of 2) sorted by relevance

/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__utility/
Dpair.h227_NOEXCEPT_(is_nothrow_copy_assignable<first_type>::value&& is_nothrow_copy_assignable<second_type>… in _NOEXCEPT_() function
236_NOEXCEPT_(is_nothrow_move_assignable<first_type>::value&& is_nothrow_move_assignable<second_type>… in _NOEXCEPT_() function
/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__vector/
Dvector.h295 _NOEXCEPT_(__noexcept_move_assign_container<_Allocator, __alloc_traits>::value) { in _NOEXCEPT_() function