| /llvm-project-15.0.7/libcxx/src/include/ryu/ |
| H A D | common.h | 67 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline int32_t __pow5bits(const int32_t __e) { in __pow5bits() argument 71 _LIBCPP_ASSERT(__e >= 0, ""); in __pow5bits() 72 _LIBCPP_ASSERT(__e <= 3528, ""); in __pow5bits() 73 return static_cast<int32_t>(((static_cast<uint32_t>(__e) * 1217359) >> 19) + 1); in __pow5bits() 79 _LIBCPP_ASSERT(__e >= 0, ""); in __log10Pow2() 80 _LIBCPP_ASSERT(__e <= 1650, ""); in __log10Pow2() 81 return (static_cast<uint32_t>(__e) * 78913) >> 18; in __log10Pow2() 85 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint32_t __log10Pow5(const int32_t __e) { in __log10Pow5() argument 87 _LIBCPP_ASSERT(__e >= 0, ""); in __log10Pow5() 88 _LIBCPP_ASSERT(__e <= 2620, ""); in __log10Pow5() [all …]
|
| /llvm-project-15.0.7/libcxx/include/__algorithm/ |
| H A D | ranges_find_if_not.h | 40 … auto __pred2 = [&](auto&& __e) { return !std::invoke(__pred, std::forward<decltype(__e)>(__e)); }; 48 … auto __pred2 = [&](auto&& __e) { return !std::invoke(__pred, std::forward<decltype(__e)>(__e)); };
|
| H A D | ranges_find.h | 40 auto __pred = [&](auto&& __e) { return std::forward<decltype(__e)>(__e) == __value; }; 48 auto __pred = [&](auto&& __e) { return std::forward<decltype(__e)>(__e) == __value; };
|
| H A D | ranges_count.h | 39 auto __pred = [&](auto&& __e) { return __e == __value; }; 47 auto __pred = [&](auto&& __e) { return __e == __value; };
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | locale | 370 if (__b == __e) 962 if (__b == __e) 1019 if (__b == __e) 1074 if (__b == __e) 1121 if (__b == __e) 1661 if (__b == __e) 1682 if (__b == __e) 2062 if (__b == __e) 2092 if (__b == __e) 2158 if (__b == __e) [all …]
|
| H A D | list | 1247 for (const_iterator __i = __c.begin(), __e = __c.end(); __i != __e; ++__i) 1256 for (const_iterator __i = __c.begin(), __e = __c.end(); __i != __e; ++__i) 1268 __e = __il.end(); __i != __e; ++__i) 1277 __e = __il.end(); __i != __e; ++__i) 1365 if (__i == __e) 1368 erase(__i, __e); 1380 if (__i == __e) 2023 for (const_iterator __i = begin(), __e = end(); __i != __e;) 2048 for (iterator __i = begin(), __e = end(); __i != __e;) 2073 for (iterator __i = begin(), __e = end(); __i != __e;) [all …]
|
| H A D | system_error | 259 error_condition(_Ep __e, 262 {*this = make_error_condition(__e);} 278 operator=(_Ep __e) _NOEXCEPT 279 {*this = make_error_condition(__e); return *this;} 301 make_error_condition(errc __e) _NOEXCEPT 330 error_code(_Ep __e, 333 {*this = make_error_code(__e);} 349 operator=(_Ep __e) _NOEXCEPT 350 {*this = make_error_code(__e); return *this;} 377 make_error_code(errc __e) _NOEXCEPT [all …]
|
| H A D | exception | 172 make_exception_ptr(_Ep __e) _NOEXCEPT 177 throw __e; 184 ((void)__e); 227 make_exception_ptr(_Ep __e) _NOEXCEPT 229 return __copy_exception_ptr(_VSTD::addressof(__e), __GetExceptionInfo(__e)); 312 rethrow_if_nested(const _Ep& __e, 315 const nested_exception* __nep = dynamic_cast<const nested_exception*>(_VSTD::addressof(__e));
|
| H A D | forward_list | 1093 iterator __e = end(); 1096 if (__j == __e) 1108 iterator __e = end(); 1111 if (__j == __e) 1347 if (__n != __e) 1360 return iterator(__e); 1370 iterator __e = end(); 1373 if (__i != __e) 1402 iterator __e = end(); 1405 if (__i != __e) [all …]
|
| H A D | valarray | 705 : __expr_(__e), 748 : __expr_(__e), 789 : __expr_(__e), 1739 for (_Ip __i = __1d_.__begin_, __e = __1d_.__end_; __i != __e; ++__i, ++__j) 1755 for (_Ip __i = __1d_.__begin_, __e = __1d_.__end_; __i != __e; ++__i, ++__j) 1922 for (_Ip __i = __1d_.__begin_, __e = __1d_.__end_; __i != __e; ++__i) 2261 : __expr_(__e), 2606 for (_Ip __i = __1d_.__begin_, __e = __1d_.__end_; __i != __e; ++__i) 2624 : __expr_(__e), 2632 : __expr_(__e), [all …]
|
| H A D | regex | 2397 __e[__i] = __traits_.translate_nocase(__e[__i]); 2404 __e[__i] = __traits_.translate(__e[__i]); 2408 __traits_.transform(__e.begin(), __e.end()))); 2417 __e[0] = __traits_.translate_nocase(__e[0]); 3058 const basic_regex<_Cp, _Tp>& __e, 3309 __owns_one_state<_CharT>* __e = __end_; 3368 __owns_one_state<_CharT>* __e = __end_; 4293 __owns_one_state<_CharT>* __e = __end_; 6220 const basic_regex<_Cp, _Tp>& __e, 6234 __first, __last, __m, __e, [all …]
|
| H A D | atomic | 1572 bool compare_exchange_weak(_Tp& __e, _Tp __d, 1577 bool compare_exchange_weak(_Tp& __e, _Tp __d, 1582 bool compare_exchange_strong(_Tp& __e, _Tp __d, 1587 bool compare_exchange_strong(_Tp& __e, _Tp __d, 1592 bool compare_exchange_weak(_Tp& __e, _Tp __d, 1596 bool compare_exchange_weak(_Tp& __e, _Tp __d, 1600 bool compare_exchange_strong(_Tp& __e, _Tp __d, 1604 bool compare_exchange_strong(_Tp& __e, _Tp __d, 1990 return __o->compare_exchange_weak(*__e, __d); 1998 return __o->compare_exchange_weak(*__e, __d); [all …]
|
| H A D | deque | 974 … explicit __deque_block_range(pointer __b, pointer __e) _NOEXCEPT : __begin_(__b), __end_(__e) {} 1130 __i != __e; ++__i) 1201 for (; __i != __e; ++__i) 1260 for (iterator __i = begin(), __e = end(); __i != __e; ++__i) 1768 iterator __e = __base::end(); 2075 __e = _VSTD::move_backward(__e - __de, __em1, __e); 2133 __e = _VSTD::move_backward(__e - __de, __em1, __e); 2197 __e = __move_backward_and_check(__e - __de, __em1, __e, __vt); 2198 *--__e = *__vt; 2921 for (iterator __e = __base::end(); __i != __e; ++__i) [all …]
|
| H A D | __std_stream | 282 const char_type* __e; 283 __r = __cv_->out(*__st_, pbase, pptr, __e, 287 if (__e == pbase) 301 pbase = const_cast<char_type*>(__e);
|
| /llvm-project-15.0.7/libcxx/include/__random/ |
| H A D | discard_block_engine.h | 62 explicit discard_block_engine(const _Engine& __e) in discard_block_engine() argument 63 : __e_(__e), __n_(0) {} in discard_block_engine() 66 explicit discard_block_engine(_Engine&& __e) in discard_block_engine() argument 67 : __e_(_VSTD::move(__e)), __n_(0) {} in discard_block_engine() 188 _Eng __e; variable 190 __is >> __e >> __n; 193 __x.__e_ = __e;
|
| H A D | independent_bits_engine.h | 99 explicit independent_bits_engine(const _Engine& __e) in independent_bits_engine() argument 100 : __e_(__e) {} in independent_bits_engine() 103 explicit independent_bits_engine(_Engine&& __e) in independent_bits_engine() argument 104 : __e_(_VSTD::move(__e)) {} in independent_bits_engine() 260 _Eng __e; variable 261 __is >> __e; 263 __x.__e_ = __e;
|
| H A D | shuffle_order_engine.h | 89 explicit shuffle_order_engine(const _Engine& __e) 90 : __e_(__e) {__init();} 93 explicit shuffle_order_engine(_Engine&& __e) 94 : __e_(_VSTD::move(__e)) {__init();} 264 _Eng __e; 266 __is >> __e; 271 __x.__e_ = __e;
|
| H A D | poisson_distribution.h | 189 double __e; in operator() local 195 __e = __edist(__urng); in operator() 198 __t = 1.8 + (__u < 0 ? -__e : __e); in operator() 233 if (__pr.__c_ * _VSTD::abs(__u) <= __py * _VSTD::exp(__px + __e) - in operator() 234 __fy * _VSTD::exp(__fx + __e)) in operator()
|
| H A D | uniform_int_distribution.h | 71 __independent_bits_engine(_Engine& __e, size_t __w); 83 ::__independent_bits_engine(_Engine& __e, size_t __w) in __independent_bits_engine() argument 84 : __e_(__e), in __independent_bits_engine() 248 _Eng __e(__g, __w); in operator() 252 __u = __e(); in operator()
|
| H A D | gamma_distribution.h | 167 const result_type __e = -_VSTD::log((1-__u)/__a); in operator() local 168 __x = _VSTD::pow(1 - __a + __a * __e, 1 / __a); in operator() 169 if (__x <= __e + __es) in operator()
|
| H A D | subtract_with_carry_engine.h | 185 __e(__sd == 0u ? default_seed : __sd); in seed() 187 __x_[__i] = static_cast<result_type>(__e() & _Max); in seed() 198 __e(__sd == 0u ? default_seed : __sd); in seed() 201 result_type __e0 = __e(); in seed() 203 (__e0 + ((uint64_t)__e() << 32)) & _Max); in seed()
|
| /llvm-project-15.0.7/libcxx/include/__filesystem/ |
| H A D | path.h | 76 __is_separator(_ECharT __e) { 78 return __e == _ECharT('/') || __e == _ECharT('\\'); 80 return __e == _ECharT('/'); 161 _Iter __e = __b; 162 for (; *__e != __sentinel; ++__e) 164 return __e; 256 if (__b == __e) 308 for (; __b != __e; ++__b) 316 __dest.append(__b, __e); 353 basic_string<char> __tmp(__b, __e); [all …]
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | cxx0x-initializer-stdinitializerlist-startend.cpp | 13 initializer_list(const _E* __b, const _E* __e) in initializer_list() argument 15 __end_(__e) in initializer_list()
|
| /llvm-project-15.0.7/clang/test/Analysis/Inputs/ |
| H A D | system-header-simulator-cxx-std-suppression.h | 101 __independent_bits_engine(_Engine& __e, size_t __w); 106 ::__independent_bits_engine(_Engine& __e, size_t __w) in __independent_bits_engine() argument
|
| /llvm-project-15.0.7/libcxx/include/__format/ |
| H A D | formatter_output.h | 119 auto __e = __grouping.rend() - 1; in __write_using_decimal_separators() local 120 _LIBCPP_ASSERT(__r != __e, "The slow grouping formatting is used while " in __write_using_decimal_separators() 143 if (__r == __e) in __write_using_decimal_separators()
|