| /llvm-project-15.0.7/libcxx/include/__algorithm/ |
| H A D | shuffle.h | 44 uint_fast64_t __oldstate = __state; in operator() 53 uint_fast64_t __state; 54 uint_fast64_t __inc; 55 _LIBCPP_HIDE_FROM_ABI static uint_fast64_t __seed() { in __seed()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | cstdint | 132 uint_fast64_t 181 using ::uint_fast64_t _LIBCPP_USING_IF_EXISTS;
|
| H A D | random | 371 typedef mersenne_twister_engine<uint_fast64_t, 64, 312, 156, 31, 378 typedef subtract_with_carry_engine<uint_fast64_t, 48, 5, 12> ranlux48_base;
|
| H A D | atomic | 433 typedef atomic<uint_fast64_t> atomic_uint_fast64_t; 2618 typedef atomic<uint_fast64_t> atomic_uint_fast64_t;
|
| /llvm-project-15.0.7/libcxx/include/__random/ |
| H A D | ranlux.h | 24 typedef subtract_with_carry_engine<uint_fast64_t, 48, 5, 12> ranlux48_base;
|
| H A D | mersenne_twister_engine.h | 524 typedef mersenne_twister_engine<uint_fast64_t, 64, 312, 156, 31,
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/ |
| H A D | stdint.h | 17 typedef unsigned long long uint_fast64_t; typedef
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/ |
| H A D | result_type.pass.cpp | 36 std::uint_fast64_t>::value), ""); in test2()
|
| H A D | ctor_result_type.pass.cpp | 80 static_assert(!test_convertible<std::ranlux48_base, uint_fast64_t>(), ""); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/ |
| H A D | result_type.pass.cpp | 38 std::uint_fast64_t>::value), ""); in test2()
|
| H A D | ctor_result_type.pass.cpp | 271 test_implicit<std::mt19937_64, uint_fast64_t>(); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/ |
| H A D | result_type.pass.cpp | 36 std::uint_fast64_t>::value), ""); in test2()
|
| /llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/ |
| H A D | stdint_h.pass.cpp | 148 static_assert(sizeof(uint_fast64_t)*CHAR_BIT >= 64, in main() 150 static_assert(std::is_unsigned<uint_fast64_t>::value, in main()
|
| H A D | inttypes_h.pass.cpp | 912 test<uint_fast64_t>(); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
| H A D | cstdint.pass.cpp | 149 static_assert(sizeof(std::uint_fast64_t)*CHAR_BIT >= 64, in main() 151 static_assert(std::is_unsigned<std::uint_fast64_t>::value, in main()
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/unord.hash/ |
| H A D | integral.pass.cpp | 103 test<uint_fast64_t>(); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/atomics/ |
| H A D | types.pass.cpp | 138 test<uint_fast64_t> (); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/atomics/atomics.types.generic/ |
| H A D | cstdint_typedefs.pass.cpp | 60 …static_assert((std::is_same<std::atomic<std::uint_fast64_t>, std::atomic_uint_fast64_t>::value), "… in main()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | stdatomic.h | 117 typedef _Atomic(uint_fast64_t) atomic_uint_fast64_t;
|
| H A D | stdint.h | 113 typedef __uint_least64_t uint_fast64_t; typedef
|
| /llvm-project-15.0.7/libcxx/test/std/atomics/stdatomic.h.syn/ |
| H A D | types.compile.pass.cpp | 201 static_assert(std::is_same_v<std::atomic<uint_fast64_t>, ::atomic_uint_fast64_t>); in f()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/file.streams/c.files/ |
| H A D | cinttypes.pass.cpp | 912 test<std::uint_fast64_t>(); in main()
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/ |
| H A D | debuginfo-scev-salvage-4.ll | 138 !70 = !DIDerivedType(tag: DW_TAG_typedef, name: "uint_fast64_t", file: !26, line: 85, baseType: !62)
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/ |
| H A D | CSymbolMap.inc | 845 SYMBOL(uint_fast64_t, None, <stdint.h>)
|
| H A D | StdSymbolMap.inc | 1172 SYMBOL(uint_fast64_t, std::, <cstdint>)
|