HomeSort by: relevance | last modified time | path
    Searched defs:onstexpr (Results 1 - 25 of 65) sorted by relevancy

1 2 3

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
sat_arith.h 117 if constexpr (is_signed_v<_Res> == is_signed_v<_Tp>) function
uses_allocator_args.h 59 if constexpr (uses_allocator_v<remove_cv_t<_Tp>, _Alloc>) function
61 if constexpr (is_constructible_v<_Tp, allocator_arg_t, function
ranges_cmp.h 117 if constexpr (__detail::__less_builtin_ptr_cmp<_Tp, _Up>) function
atomic_timed_wait.h 116 if constexpr (is_same_v<__wait_clock_t, _Clock>) function
move_only_function.h 156 if constexpr (__stored_locally<_Tp>) function
ranges_base.h 119 if constexpr (is_array_v<remove_reference_t<_Tp>>) function
169 if constexpr (is_bounded_array_v<remove_reference_t<_Tp>>) function
377 if constexpr (integral<__size_type>) function
semaphore_base.h 153 if constexpr (std::is_same_v<__clock_t, _Clock>) function
alloc_traits.h 829 if constexpr (__pocs::value) function
ranges_algobase.h 150 else if constexpr (sized_sentinel_for<_Sent1, _Iter1> function
165 if constexpr (__use_memcmp) function
292 if constexpr (__is_move_iterator<_Iter> && same_as<_Iter, _Sent>) function
300 else if constexpr (__is_reverse_iterator<_Iter> && same_as<_Iter, _Sent> function
310 else if constexpr (__is_normal_iterator<_Iter> && same_as<_Iter, _Sent>) function
317 else if constexpr (__is_normal_iterator<_Out>) function
323 else if constexpr (sized_sentinel_for<_Sent, _Iter>) function
327 if constexpr (__memcpyable<_Out, _Iter>::__value) function
425 if constexpr (__is_reverse_iterator<_Iter> && same_as<_Iter, _Sent> function
435 else if constexpr (__is_normal_iterator<_Iter> && same_as<_Iter, _Sent>) function
443 else if constexpr (__is_normal_iterator<_Out>) function
451 else if constexpr (sized_sentinel_for<_Sent, _Iter>) function
455 if constexpr (__memcpyable<_Out, _Iter>::__value) function
556 if constexpr (random_access_iterator<_Iter>) function
584 if constexpr (is_scalar_v<_Tp>) function
587 if constexpr (is_pointer_v<_Out> function
626 if constexpr (sized_sentinel_for<_Sent, _Out>) function
631 else if constexpr (is_scalar_v<_Tp>) function
ranges_uninitialized.h 269 if constexpr (sized_sentinel_for<_ISent, _Iter> function
318 if constexpr (sized_sentinel_for<_Sent, _Out> function
356 if constexpr (sized_sentinel_for<_ISent, _Iter> function
410 if constexpr (sized_sentinel_for<_Sent, _Out> function
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
uses_allocator_args.h 62 if constexpr (uses_allocator_v<remove_cv_t<_Tp>, _Alloc>) function
64 if constexpr (is_constructible_v<_Tp, allocator_arg_t, function
ranges_cmp.h 120 if constexpr (__detail::__less_builtin_ptr_cmp<_Tp, _Up>) function
atomic_timed_wait.h 116 if constexpr (is_same_v<__wait_clock_t, _Clock>) function
move_only_function.h 156 if constexpr (__stored_locally<_Tp>) function
semaphore_base.h 153 if constexpr (std::is_same_v<__clock_t, _Clock>) function
alloc_traits.h 743 if constexpr (__pocs::value) function
ranges_algobase.h 100 else if constexpr (sized_sentinel_for<_Sent1, _Iter1> function
115 if constexpr (__use_memcmp) function
221 if constexpr (__is_move_iterator<_Iter> && same_as<_Iter, _Sent>) function
229 else if constexpr (__is_reverse_iterator<_Iter> && same_as<_Iter, _Sent> function
239 else if constexpr (__is_normal_iterator<_Iter> && same_as<_Iter, _Sent>) function
246 else if constexpr (__is_normal_iterator<_Out>) function
252 else if constexpr (sized_sentinel_for<_Sent, _Iter>) function
256 if constexpr (__memcpyable<_Iter, _Out>::__value) function
361 if constexpr (__is_reverse_iterator<_Iter> && same_as<_Iter, _Sent> function
371 else if constexpr (__is_normal_iterator<_Iter> && same_as<_Iter, _Sent>) function
379 else if constexpr (__is_normal_iterator<_Out>) function
387 else if constexpr (sized_sentinel_for<_Sent, _Iter>) function
391 if constexpr (__memcpyable<_Out, _Iter>::__value) function
498 if constexpr (random_access_iterator<_Iter>) function
526 if constexpr (is_scalar_v<_Tp>) function
529 if constexpr (is_pointer_v<_Out> function
568 if constexpr (sized_sentinel_for<_Sent, _Out>) function
573 else if constexpr (is_scalar_v<_Tp>) function
  /src/external/apache2/llvm/dist/libcxx/include/__iterator/
iter_move.h 64 if constexpr (is_lvalue_reference_v<decltype(*_VSTD::forward<_Ip>(__i))>) { function
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
simd_ppc.h 131 if constexpr (__have_power10vec) function
simd_converter.h 169 else if constexpr (_Arg::_S_first_size == _Ret::_S_first_size) function in struct:_SimdConverter
197 else if constexpr (_Arg::_S_tuple_size == 1) function
267 else if constexpr (_Ret::_S_tuple_size == 1 function in struct:_SimdConverter
simd_neon.h 101 else if constexpr (_Np == 8) function
111 else if constexpr (_Np == 4) function
119 else if constexpr (_Np == 2) function
136 if constexpr (__have_neon_a64) function
161 if constexpr (__have_neon_a32) function
175 else if constexpr (is_same_v<_Tp, float>) function
196 if constexpr (__have_neon_a32) function
220 if constexpr (__have_neon_a32) function
244 if constexpr (__have_neon_a32) function
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
simd_converter.h 132 else if constexpr (_Arg::_S_first_size == _Ret::_S_first_size) function in struct:_SimdConverter
160 else if constexpr (_Arg::_S_tuple_size == 1) function
230 else if constexpr (_Ret::_S_tuple_size == 1 function in struct:_SimdConverter
simd_ppc.h 131 if constexpr (__have_power10vec) function
  /src/external/apache2/llvm/dist/libcxx/include/__ranges/
access.h 65 if constexpr (__complete) { \/\/ used to disable cryptic diagnostic function
130 if constexpr (__complete) { \/\/ used to disable cryptic diagnostic function
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++23/
print.cc 139 if constexpr (transcode) function
236 if constexpr (transcode) function

Completed in 235 milliseconds

1 2 3