Home
last modified time | relevance | path

Searched refs:uint_least32_t (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/contrib/llvm-project/libcxx/include/
H A Dsource_location20 constexpr uint_least32_t line() const noexcept;
21 constexpr uint_least32_t column() const noexcept;
70 _LIBCPP_HIDE_FROM_ABI constexpr uint_least32_t line() const noexcept {
73 _LIBCPP_HIDE_FROM_ABI constexpr uint_least32_t column() const noexcept {
H A Dcstdint121 uint_least32_t
175 using ::uint_least32_t _LIBCPP_USING_IF_EXISTS;
H A Datomic488 typedef atomic<uint_least32_t> atomic_uint_least32_t;
/freebsd/contrib/llvm-project/libc/include/llvm-libc-types/
H A Dchar32_t.h14 typedef uint_least32_t char32_t;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dcstdint121 uint_least32_t
178 using ::uint_least32_t _LIBCPP_USING_IF_EXISTS;
H A Datomic488 typedef atomic<uint_least32_t> atomic_uint_least32_t;
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h114 typedef _Atomic(uint_least32_t) atomic_char32_t;
121 typedef _Atomic(uint_least32_t) atomic_uint_least32_t;
H A Dstdint.h221 typedef __uint_least32_t uint_least32_t; typedef
/freebsd/sys/sys/
H A Dstdint.h46 typedef __uint_least32_t uint_least32_t; typedef
/freebsd/contrib/netbsd-tests/lib/libc/sync/
H A Dcpp_atomic_ops_linkable.cc84 ATest<uint_least32_t>(); in main()
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstdint.inc43 using ::uint_least32_t _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/libarchive/libarchive/
H A Darchive_entry_private.h183 uint_least32_t mset_digest;
H A Darchive_write_set_format_mtree.c85 uint_least32_t mset_digest;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcstdint.cppm
H A Dcstdint.inc43 using std::uint_least32_t _LIBCPP_USING_IF_EXISTS;
/freebsd/lib/libc/tests/gen/
H A Dlimits_test.c66 CHECK_UTYPE(uint_least32_t, UINT_LEAST32);
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__atomic/
H A Daliases.h54 using atomic_uint_least32_t = atomic<uint_least32_t>;
/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Daliases.h55 using atomic_uint_least32_t = atomic<uint_least32_t>;
/freebsd/include/
H A Dstdbit.h27 typedef __uint_least32_t uint_least32_t; typedef
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__string/
H A Dchar_traits.h276 : __char_traits_base<char32_t, uint_least32_t, static_cast<uint_least32_t>(0xFFFFFFFF)> {
/freebsd/contrib/llvm-project/libcxx/include/__string/
H A Dchar_traits.h312 …t char_traits<char32_t> : __char_traits_base<char32_t, uint_least32_t, static_cast<uint_least32_t>…
/freebsd/contrib/netbsd-tests/include/
H A Dt_inttypes.c60 uint_least32_t uil32 = 0; in ATF_TC_BODY()
/freebsd/contrib/tzdata/
H A DMakefile127 TIME_T_ALTERNATIVES_TAIL = int_least32_t.ck uint_least32_t.ck \
/freebsd/contrib/tzcode/
H A DMakefile127 TIME_T_ALTERNATIVES_TAIL = int_least32_t.ck uint_least32_t.ck \
/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dstdint-macros.h164 typedef __uint_least32_t uint_least32_t; typedef

12