Home
last modified time | relevance | path

Searched refs:unsigned_integral (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformatter_integral.h174 template <unsigned_integral _Tp, size_t _Base>
183 template <unsigned_integral _Tp, size_t _Base>
194 template <unsigned_integral _Tp, size_t _Base>
203 template <unsigned_integral _Tp, size_t _Base>
283 template <unsigned_integral _Tp, contiguous_iterator _Iterator, class _CharT, class _FormatContext>
344 template <unsigned_integral _Tp, class _CharT, class _FormatContext>
/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Duniform_random_bit_generator.h32 concept uniform_random_bit_generator = invocable<_Gen&> && unsigned_integral<invoke_result_t<_Gen&>…
/freebsd/contrib/llvm-project/libcxx/include/__concepts/
H A Darithmetic.h34 concept unsigned_integral = integral<_Tp> && !signed_integral<_Tp>; variable
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dconcepts.cppm
/freebsd/contrib/llvm-project/libcxx/include/
H A Dconcepts43 concept unsigned_integral = see below;
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3126 SYMBOL(unsigned_integral, std::, <concepts>)