Searched refs:uint_least32_t (Results 1 – 18 of 18) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | source_location | 20 constexpr uint_least32_t line() const noexcept; 21 constexpr uint_least32_t column() const noexcept; 67 _LIBCPP_HIDE_FROM_ABI constexpr uint_least32_t line() const noexcept { 70 _LIBCPP_HIDE_FROM_ABI constexpr uint_least32_t column() const noexcept {
|
H A D | cstdint | 121 uint_least32_t 178 using ::uint_least32_t _LIBCPP_USING_IF_EXISTS;
|
H A D | atomic | 488 typedef atomic<uint_least32_t> atomic_uint_least32_t;
|
H A D | random | 418 typedef uint_least32_t result_type;
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | stdatomic.h | 114 typedef _Atomic(uint_least32_t) atomic_char32_t; 121 typedef _Atomic(uint_least32_t) atomic_uint_least32_t;
|
H A D | stdint.h | 221 typedef __uint_least32_t uint_least32_t; typedef
|
/freebsd/sys/sys/ |
H A D | stdint.h | 45 typedef __uint_least32_t uint_least32_t; typedef
|
/freebsd/contrib/netbsd-tests/lib/libc/sync/ |
H A D | cpp_atomic_ops_linkable.cc | 84 ATest<uint_least32_t>(); in main()
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cstdint.inc | 43 using ::uint_least32_t _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cstdint.cppm |
|
H A D | cstdint.inc | 43 using std::uint_least32_t _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/include/__atomic/ |
H A D | aliases.h | 54 using atomic_uint_least32_t = atomic<uint_least32_t>;
|
/freebsd/contrib/llvm-project/libcxx/include/__string/ |
H A D | char_traits.h | 318 : __char_traits_base<char32_t, uint_least32_t, static_cast<uint_least32_t>(0xFFFFFFFF)> {
|
/freebsd/contrib/netbsd-tests/include/ |
H A D | t_inttypes.c | 60 uint_least32_t uil32 = 0; in ATF_TC_BODY()
|
/freebsd/contrib/tzcode/ |
H A D | Makefile | 136 TIME_T_ALTERNATIVES_TAIL = int_least32_t.ck uint_least32_t.ck \
|
/freebsd/contrib/tzdata/ |
H A D | Makefile | 136 TIME_T_ALTERNATIVES_TAIL = int_least32_t.ck uint_least32_t.ck \
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 848 SYMBOL(uint_least32_t, None, <stdint.h>)
|
H A D | StdSymbolMap.inc | 2996 SYMBOL(uint_least32_t, std::, <cstdint>) 2997 SYMBOL(uint_least32_t, None, <cstdint>) 2998 SYMBOL(uint_least32_t, None, <stdint.h>)
|