Searched refs:uint_least64_t (Results 1 – 17 of 17) sorted by relevance
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | cstdint | 122 uint_least64_t 171 using ::uint_least64_t _LIBCPP_USING_IF_EXISTS;
|
| H A D | atomic | 424 typedef atomic<uint_least64_t> atomic_uint_least64_t; 2609 typedef atomic<uint_least64_t> atomic_uint_least64_t;
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/ |
| H A D | stdint.h | 8 typedef unsigned long long uint_least64_t; typedef
|
| /llvm-project-15.0.7/clang/test/C/drs/ |
| H A D | dr209.c | 59 (void)_Generic(UINT64_C(0), __typeof__(+(uint_least64_t){0}) : 1); in dr209()
|
| /llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/ |
| H A D | stdint_h.pass.cpp | 106 static_assert(sizeof(uint_least64_t)*CHAR_BIT >= 64, in main() 108 static_assert(std::is_unsigned<uint_least64_t>::value, in main()
|
| H A D | inttypes_h.pass.cpp | 902 test<uint_least64_t>(); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
| H A D | cstdint.pass.cpp | 107 static_assert(sizeof(std::uint_least64_t)*CHAR_BIT >= 64, in main() 109 static_assert(std::is_unsigned<std::uint_least64_t>::value, in main()
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/unord.hash/ |
| H A D | integral.pass.cpp | 108 test<uint_least64_t>(); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/atomics/ |
| H A D | types.pass.cpp | 129 test<uint_least64_t> (); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/atomics/atomics.types.generic/ |
| H A D | cstdint_typedefs.pass.cpp | 51 …static_assert((std::is_same<std::atomic<std::uint_least64_t>, std::atomic_uint_least64_t>::value),… in main()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | stdatomic.h | 109 typedef _Atomic(uint_least64_t) atomic_uint_least64_t;
|
| H A D | stdint.h | 111 typedef __uint_least64_t uint_least64_t; typedef
|
| /llvm-project-15.0.7/libcxx/test/std/atomics/stdatomic.h.syn/ |
| H A D | types.compile.pass.cpp | 192 static_assert(std::is_same_v<std::atomic<uint_least64_t>, ::atomic_uint_least64_t>); in f()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/file.streams/c.files/ |
| H A D | cinttypes.pass.cpp | 902 test<std::uint_least64_t>(); in main()
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/ |
| H A D | debuginfo-scev-salvage-4.ll | 146 !78 = !DIDerivedType(tag: DW_TAG_typedef, name: "uint_least64_t", file: !26, line: 58, baseType: !6…
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/ |
| H A D | CSymbolMap.inc | 849 SYMBOL(uint_least64_t, None, <stdint.h>)
|
| H A D | StdSymbolMap.inc | 1176 SYMBOL(uint_least64_t, std::, <cstdint>)
|