Searched refs:_UIntType (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/libcxx/include/__random/ |
| H A D | mersenne_twister_engine.h | 33 _UIntType __b, size_t __t, _UIntType __c, size_t __l, _UIntType __f> 75 _UIntType __b, size_t __t, _UIntType __c, size_t __l, _UIntType __f> 249 _UIntType __b, size_t __t, _UIntType __c, size_t __l, _UIntType __f> 255 _UIntType __b, size_t __t, _UIntType __c, size_t __l, _UIntType __f> 261 _UIntType __b, size_t __t, _UIntType __c, size_t __l, _UIntType __f> 267 _UIntType __b, size_t __t, _UIntType __c, size_t __l, _UIntType __f> 273 _UIntType __b, size_t __t, _UIntType __c, size_t __l, _UIntType __f> 279 _UIntType __b, size_t __t, _UIntType __c, size_t __l, _UIntType __f> 285 _UIntType __b, size_t __t, _UIntType __c, size_t __l, _UIntType __f> 291 _UIntType __b, size_t __t, _UIntType __c, size_t __l, _UIntType __f> [all …]
|
| H A D | linear_congruential_engine.h | 189 template <class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> 205 template <class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> 316 template <class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> 320 template <class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> 324 template <class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> 328 template <class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> 332 template <class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> 345 template <class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> 360 class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> 374 class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> [all …]
|
| H A D | uniform_int_distribution.h | 32 template<class _Engine, class _UIntType> 37 typedef _UIntType result_type; 81 template<class _Engine, class _UIntType> 82 __independent_bits_engine<_Engine, _UIntType> 116 template<class _Engine, class _UIntType> 118 _UIntType 124 template<class _Engine, class _UIntType> 125 _UIntType 238 const _UIntType _Rp = _UIntType(__p.b()) - _UIntType(__p.a()) + _UIntType(1); in operator() 241 const size_t _Dt = numeric_limits<_UIntType>::digits; in operator() [all …]
|
| H A D | log2.h | 22 template <class _UIntType, _UIntType _Xp, size_t _Rp> 56 template <class _UIntType, _UIntType _Xp> 62 sizeof(_UIntType) <= sizeof(unsigned long long), 69 _Xp, sizeof(_UIntType) * __CHAR_BIT__ - 1>::value;
|
| H A D | subtract_with_carry_engine.h | 32 template<class _UIntType, size_t __w, size_t __s, size_t __r> 60 template<class _UIntType, size_t __w, size_t __s, size_t __r> 65 typedef _UIntType result_type; 166 template<class _UIntType, size_t __w, size_t __s, size_t __r> 169 template<class _UIntType, size_t __w, size_t __s, size_t __r> 172 template<class _UIntType, size_t __w, size_t __s, size_t __r> 175 template<class _UIntType, size_t __w, size_t __s, size_t __r> 179 template<class _UIntType, size_t __w, size_t __s, size_t __r> 192 template<class _UIntType, size_t __w, size_t __s, size_t __r> 209 template<class _UIntType, size_t __w, size_t __s, size_t __r> [all …]
|
| H A D | independent_bits_engine.h | 29 template<class _Engine, size_t __w, class _UIntType> 44 typedef _UIntType result_type; 191 template<class _Engine, size_t __w, class _UIntType> 193 _UIntType 194 independent_bits_engine<_Engine, __w, _UIntType>::__eval(false_type) in __eval() 199 template<class _Engine, size_t __w, class _UIntType> 200 _UIntType 201 independent_bits_engine<_Engine, __w, _UIntType>::__eval(true_type) in __eval()
|
| /llvm-project-15.0.7/clang/test/Analysis/Inputs/ |
| H A D | system-header-simulator-cxx-std-suppression.h | 97 template<class _Engine, class _UIntType> 104 template<class _Engine, class _UIntType> 105 __independent_bits_engine<_Engine, _UIntType>
|