Home
last modified time | relevance | path

Searched refs:_NOEXCEPT_ (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/include/__functional/
H A Doperations.h56 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) + _VSTD::forward<_T2>(__u)))
93 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) - _VSTD::forward<_T2>(__u)))
130 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) * _VSTD::forward<_T2>(__u)))
167 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) / _VSTD::forward<_T2>(__u)))
204 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) % _VSTD::forward<_T2>(__u)))
240 _NOEXCEPT_(noexcept(- _VSTD::forward<_Tp>(__x)))
279 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) & _VSTD::forward<_T2>(__u)))
310 _NOEXCEPT_(noexcept(~_VSTD::forward<_Tp>(__x)))
347 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) | _VSTD::forward<_T2>(__u)))
384 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) ^ _VSTD::forward<_T2>(__u)))
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/include/__functional/
H A Doperations.h56 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) + _VSTD::forward<_T2>(__u)))
93 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) - _VSTD::forward<_T2>(__u)))
130 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) * _VSTD::forward<_T2>(__u)))
167 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) / _VSTD::forward<_T2>(__u)))
204 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) % _VSTD::forward<_T2>(__u)))
240 _NOEXCEPT_(noexcept(- _VSTD::forward<_Tp>(__x)))
279 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) & _VSTD::forward<_T2>(__u)))
310 _NOEXCEPT_(noexcept(~_VSTD::forward<_Tp>(__x)))
347 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) | _VSTD::forward<_T2>(__u)))
384 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) ^ _VSTD::forward<_T2>(__u)))
[all …]
/dports/lang/zig/zig-0.9.0/lib/libcxx/include/__functional/
H A Doperations.h56 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) + _VSTD::forward<_T2>(__u)))
93 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) - _VSTD::forward<_T2>(__u)))
130 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) * _VSTD::forward<_T2>(__u)))
167 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) / _VSTD::forward<_T2>(__u)))
204 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) % _VSTD::forward<_T2>(__u)))
240 _NOEXCEPT_(noexcept(- _VSTD::forward<_Tp>(__x)))
279 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) & _VSTD::forward<_T2>(__u)))
310 _NOEXCEPT_(noexcept(~_VSTD::forward<_Tp>(__x)))
347 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) | _VSTD::forward<_T2>(__u)))
384 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) ^ _VSTD::forward<_T2>(__u)))
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libcxx/include/__functional/
H A Doperations.h56 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) + _VSTD::forward<_T2>(__u)))
93 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) - _VSTD::forward<_T2>(__u)))
130 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) * _VSTD::forward<_T2>(__u)))
167 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) / _VSTD::forward<_T2>(__u)))
204 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) % _VSTD::forward<_T2>(__u)))
240 _NOEXCEPT_(noexcept(- _VSTD::forward<_Tp>(__x)))
279 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) & _VSTD::forward<_T2>(__u)))
310 _NOEXCEPT_(noexcept(~_VSTD::forward<_Tp>(__x)))
347 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) | _VSTD::forward<_T2>(__u)))
384 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) ^ _VSTD::forward<_T2>(__u)))
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/include/__functional/
H A Doperations.h56 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) + _VSTD::forward<_T2>(__u))) in mem_fun()
93 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) - _VSTD::forward<_T2>(__u))) in mem_fun_ref()
130 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) * _VSTD::forward<_T2>(__u))) in mem_fun()
167 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) / _VSTD::forward<_T2>(__u))) in mem_fun_ref()
204 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) % _VSTD::forward<_T2>(__u)))
240 _NOEXCEPT_(noexcept(- _VSTD::forward<_Tp>(__x)))
279 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) & _VSTD::forward<_T2>(__u)))
310 _NOEXCEPT_(noexcept(~_VSTD::forward<_Tp>(__x)))
347 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) | _VSTD::forward<_T2>(__u)))
384 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) ^ _VSTD::forward<_T2>(__u)))
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/include/__utility/
H A Dpair.h146 pair() _NOEXCEPT_(is_nothrow_default_constructible<first_type>::value && in pair()
154 pair() _NOEXCEPT_(is_nothrow_default_constructible<first_type>::value && in pair()
163 _NOEXCEPT_(is_nothrow_copy_constructible<first_type>::value && in pair()
172 _NOEXCEPT_(is_nothrow_copy_constructible<first_type>::value && in pair()
181 _NOEXCEPT_((is_nothrow_constructible<first_type, _U1>::value && in pair()
190 _NOEXCEPT_((is_nothrow_constructible<first_type, _U1>::value && in pair()
217 _NOEXCEPT_((is_nothrow_constructible<first_type, _U1&&>::value && in pair()
226 _NOEXCEPT_((is_nothrow_constructible<first_type, _U1&&>::value && in pair()
261 _NOEXCEPT_(is_nothrow_copy_assignable<first_type>::value && in _NOEXCEPT_() function
274 _NOEXCEPT_(is_nothrow_move_assignable<first_type>::value && in _NOEXCEPT_() function
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/include/__utility/
H A Dpair.h141 pair() _NOEXCEPT_(is_nothrow_default_constructible<first_type>::value && in pair()
149 pair() _NOEXCEPT_(is_nothrow_default_constructible<first_type>::value && in pair()
158 _NOEXCEPT_(is_nothrow_copy_constructible<first_type>::value && in pair()
167 _NOEXCEPT_(is_nothrow_copy_constructible<first_type>::value && in pair()
181 _NOEXCEPT_((is_nothrow_constructible<first_type, _U1>::value && in pair()
195 _NOEXCEPT_((is_nothrow_constructible<first_type, _U1>::value && in pair()
222 _NOEXCEPT_((is_nothrow_constructible<first_type, _U1&&>::value && in pair()
231 _NOEXCEPT_((is_nothrow_constructible<first_type, _U1&&>::value && in pair()
266 _NOEXCEPT_(is_nothrow_copy_assignable<first_type>::value && in _NOEXCEPT_() function
279 _NOEXCEPT_(is_nothrow_move_assignable<first_type>::value && in _NOEXCEPT_() function
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/include/__utility/
H A Dpair.h146 pair() _NOEXCEPT_(is_nothrow_default_constructible<first_type>::value && in pair()
154 pair() _NOEXCEPT_(is_nothrow_default_constructible<first_type>::value && in pair()
163 _NOEXCEPT_(is_nothrow_copy_constructible<first_type>::value && in pair()
172 _NOEXCEPT_(is_nothrow_copy_constructible<first_type>::value && in pair()
181 _NOEXCEPT_((is_nothrow_constructible<first_type, _U1>::value && in pair()
190 _NOEXCEPT_((is_nothrow_constructible<first_type, _U1>::value && in pair()
217 _NOEXCEPT_((is_nothrow_constructible<first_type, _U1&&>::value && in pair()
226 _NOEXCEPT_((is_nothrow_constructible<first_type, _U1&&>::value && in pair()
261 _NOEXCEPT_(is_nothrow_copy_assignable<first_type>::value && in _NOEXCEPT_() function
274 _NOEXCEPT_(is_nothrow_move_assignable<first_type>::value && in _NOEXCEPT_() function
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libcxx/include/__utility/
H A Dpair.h146 pair() _NOEXCEPT_(is_nothrow_default_constructible<first_type>::value && in pair()
154 pair() _NOEXCEPT_(is_nothrow_default_constructible<first_type>::value && in pair()
163 _NOEXCEPT_(is_nothrow_copy_constructible<first_type>::value && in pair()
172 _NOEXCEPT_(is_nothrow_copy_constructible<first_type>::value && in pair()
181 _NOEXCEPT_((is_nothrow_constructible<first_type, _U1>::value && in pair()
190 _NOEXCEPT_((is_nothrow_constructible<first_type, _U1>::value && in pair()
217 _NOEXCEPT_((is_nothrow_constructible<first_type, _U1&&>::value && in pair()
226 _NOEXCEPT_((is_nothrow_constructible<first_type, _U1&&>::value && in pair()
261 _NOEXCEPT_(is_nothrow_copy_assignable<first_type>::value && in _NOEXCEPT_() function
274 _NOEXCEPT_(is_nothrow_move_assignable<first_type>::value && in _NOEXCEPT_() function
[all …]
/dports/lang/zig/zig-0.9.0/lib/libcxx/include/__utility/
H A Dpair.h146 pair() _NOEXCEPT_(is_nothrow_default_constructible<first_type>::value && in pair()
154 pair() _NOEXCEPT_(is_nothrow_default_constructible<first_type>::value && in pair()
163 _NOEXCEPT_(is_nothrow_copy_constructible<first_type>::value && in pair()
172 _NOEXCEPT_(is_nothrow_copy_constructible<first_type>::value && in pair()
181 _NOEXCEPT_((is_nothrow_constructible<first_type, _U1>::value && in pair()
190 _NOEXCEPT_((is_nothrow_constructible<first_type, _U1>::value && in pair()
217 _NOEXCEPT_((is_nothrow_constructible<first_type, _U1&&>::value && in pair()
226 _NOEXCEPT_((is_nothrow_constructible<first_type, _U1&&>::value && in pair()
261 _NOEXCEPT_(is_nothrow_copy_assignable<first_type>::value && in _NOEXCEPT_() function
274 _NOEXCEPT_(is_nothrow_move_assignable<first_type>::value && in _NOEXCEPT_() function
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/include/__utility/
H A Dpair.h146 pair() _NOEXCEPT_(is_nothrow_default_constructible<first_type>::value && in pair()
154 pair() _NOEXCEPT_(is_nothrow_default_constructible<first_type>::value && in pair()
163 _NOEXCEPT_(is_nothrow_copy_constructible<first_type>::value && in pair()
172 _NOEXCEPT_(is_nothrow_copy_constructible<first_type>::value && in pair()
181 _NOEXCEPT_((is_nothrow_constructible<first_type, _U1>::value && in pair()
190 _NOEXCEPT_((is_nothrow_constructible<first_type, _U1>::value && in pair()
217 _NOEXCEPT_((is_nothrow_constructible<first_type, _U1&&>::value && in pair()
226 _NOEXCEPT_((is_nothrow_constructible<first_type, _U1&&>::value && in pair()
261 _NOEXCEPT_(is_nothrow_copy_assignable<first_type>::value && in _NOEXCEPT_() function
274 _NOEXCEPT_(is_nothrow_move_assignable<first_type>::value && in _NOEXCEPT_() function
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/include/__algorithm/
H A Diter_swap.h26 _NOEXCEPT_(_NOEXCEPT_(swap(*declval<_ForwardIterator1>(), *declval<_ForwardIterator2>()))) { in iter_swap()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/include/__algorithm/
H A Diter_swap.h29 _NOEXCEPT_(_NOEXCEPT_(swap(*declval<_ForwardIterator1>(), *declval<_ForwardIterator2>()))) { in iter_swap()
/dports/lang/zig-devel/zig-0.9.0/lib/libcxx/include/__algorithm/
H A Diter_swap.h29 _NOEXCEPT_(_NOEXCEPT_(swap(*declval<_ForwardIterator1>(), *declval<_ForwardIterator2>()))) { in iter_swap()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/include/__algorithm/
H A Diter_swap.h29 _NOEXCEPT_(_NOEXCEPT_(swap(*declval<_ForwardIterator1>(), *declval<_ForwardIterator2>()))) { in iter_swap()
/dports/lang/zig/zig-0.9.0/lib/libcxx/include/__algorithm/
H A Diter_swap.h29 _NOEXCEPT_(_NOEXCEPT_(swap(*declval<_ForwardIterator1>(), *declval<_ForwardIterator2>()))) { in iter_swap()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/include/__algorithm/
H A Diter_swap.h29 _NOEXCEPT_(_NOEXCEPT_(swap(*declval<_ForwardIterator1>(), *declval<_ForwardIterator2>()))) { in iter_swap()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/include/
H A Dtuple185 _NOEXCEPT_(__is_nothrow_swappable<_Hp>::value)
528 _NOEXCEPT_(_And<is_nothrow_copy_constructible<_Tp>...>::value)
545 _NOEXCEPT_(_And<is_nothrow_copy_constructible<_Tp>...>::value)
837 _NOEXCEPT_((_And<
852 _NOEXCEPT_((_And<
906 _NOEXCEPT_((_And<
921 _NOEXCEPT_((_And<
953 _NOEXCEPT_((_And<is_nothrow_copy_assignable<_Tp>...>::value))
962 _NOEXCEPT_((_And<is_nothrow_move_assignable<_Tp>...>::value))
1010 _NOEXCEPT_((_And<
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/include/
H A Dtuple185 _NOEXCEPT_(__is_nothrow_swappable<_Hp>::value)
528 _NOEXCEPT_(_And<is_nothrow_copy_constructible<_Tp>...>::value)
545 _NOEXCEPT_(_And<is_nothrow_copy_constructible<_Tp>...>::value)
837 _NOEXCEPT_((_And<
852 _NOEXCEPT_((_And<
906 _NOEXCEPT_((_And<
921 _NOEXCEPT_((_And<
953 _NOEXCEPT_((_And<is_nothrow_copy_assignable<_Tp>...>::value))
962 _NOEXCEPT_((_And<is_nothrow_move_assignable<_Tp>...>::value))
1010 _NOEXCEPT_((_And<
[all …]
/dports/lang/zig/zig-0.9.0/lib/libcxx/include/
H A Dtuple185 _NOEXCEPT_(__is_nothrow_swappable<_Hp>::value)
528 _NOEXCEPT_(_And<is_nothrow_copy_constructible<_Tp>...>::value)
545 _NOEXCEPT_(_And<is_nothrow_copy_constructible<_Tp>...>::value)
837 _NOEXCEPT_((_And<
852 _NOEXCEPT_((_And<
906 _NOEXCEPT_((_And<
921 _NOEXCEPT_((_And<
953 _NOEXCEPT_((_And<is_nothrow_copy_assignable<_Tp>...>::value))
962 _NOEXCEPT_((_And<is_nothrow_move_assignable<_Tp>...>::value))
1010 _NOEXCEPT_((_And<
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libcxx/include/
H A Dtuple185 _NOEXCEPT_(__is_nothrow_swappable<_Hp>::value)
528 _NOEXCEPT_(_And<is_nothrow_copy_constructible<_Tp>...>::value)
545 _NOEXCEPT_(_And<is_nothrow_copy_constructible<_Tp>...>::value)
837 _NOEXCEPT_((_And<
852 _NOEXCEPT_((_And<
906 _NOEXCEPT_((_And<
921 _NOEXCEPT_((_And<
953 _NOEXCEPT_((_And<is_nothrow_copy_assignable<_Tp>...>::value))
962 _NOEXCEPT_((_And<is_nothrow_move_assignable<_Tp>...>::value))
1010 _NOEXCEPT_((_And<
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/include/
H A Dtuple185 _NOEXCEPT_(__is_nothrow_swappable<_Hp>::value)
528 _NOEXCEPT_(_And<is_nothrow_copy_constructible<_Tp>...>::value)
545 _NOEXCEPT_(_And<is_nothrow_copy_constructible<_Tp>...>::value)
837 _NOEXCEPT_((_And<
852 _NOEXCEPT_((_And<
906 _NOEXCEPT_((_And<
921 _NOEXCEPT_((_And<
953 _NOEXCEPT_((_And<is_nothrow_copy_assignable<_Tp>...>::value))
962 _NOEXCEPT_((_And<is_nothrow_move_assignable<_Tp>...>::value))
1010 _NOEXCEPT_((_And<
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGenCXX/
H A Dweak-external.cpp20 # define _NOEXCEPT_(x) noexcept(x) macro
23 # define _NOEXCEPT_(x) macro
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGenCXX/
H A Dweak-external.cpp20 # define _NOEXCEPT_(x) noexcept(x) macro
23 # define _NOEXCEPT_(x) macro
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/include/__iterator/
H A Ddata.h31 _NOEXCEPT_(noexcept(__c.data()))
38 _NOEXCEPT_(noexcept(__c.data()))

12345678910>>...16