Searched refs:uint_fast8_t (Results 1 – 17 of 17) sorted by relevance
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | cstdint | 129 uint_fast8_t 178 using ::uint_fast8_t _LIBCPP_USING_IF_EXISTS;
|
| H A D | atomic | 427 typedef atomic<uint_fast8_t> atomic_uint_fast8_t; 2612 typedef atomic<uint_fast8_t> atomic_uint_fast8_t;
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/ |
| H A D | stdint.h | 14 typedef unsigned char uint_fast8_t; typedef
|
| /llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/ |
| H A D | stdint_h.pass.cpp | 133 static_assert(sizeof(uint_fast8_t)*CHAR_BIT >= 8, in main() 135 static_assert(std::is_unsigned<uint_fast8_t>::value, in main()
|
| H A D | inttypes_h.pass.cpp | 909 test<uint_fast8_t >(); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
| H A D | cstdint.pass.cpp | 134 static_assert(sizeof(std::uint_fast8_t)*CHAR_BIT >= 8, in main() 136 static_assert(std::is_unsigned<std::uint_fast8_t>::value, in main()
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/unord.hash/ |
| H A D | integral.pass.cpp | 100 test<uint_fast8_t>(); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/atomics/ |
| H A D | types.pass.cpp | 132 test<uint_fast8_t> (); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/atomics/atomics.types.generic/ |
| H A D | cstdint_typedefs.pass.cpp | 54 …static_assert((std::is_same<std::atomic< std::uint_fast8_t>, std::atomic_uint_fast8_t>::value), "… in main()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | stdatomic.h | 111 typedef _Atomic(uint_fast8_t) atomic_uint_fast8_t;
|
| H A D | stdint.h | 235 typedef __uint_least8_t uint_fast8_t; typedef
|
| /llvm-project-15.0.7/clang/test/Headers/ |
| H A D | stdint.c | 75 _Static_assert(UINT_FAST8_WIDTH / __CHAR_BIT__ == sizeof(uint_fast8_t), "");
|
| /llvm-project-15.0.7/libcxx/test/std/atomics/stdatomic.h.syn/ |
| H A D | types.compile.pass.cpp | 195 static_assert(std::is_same_v<std::atomic<uint_fast8_t>, ::atomic_uint_fast8_t>); in f()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/file.streams/c.files/ |
| H A D | cinttypes.pass.cpp | 909 test<std::uint_fast8_t >(); in main()
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/ |
| H A D | debuginfo-scev-salvage-4.ll | 132 !64 = !DIDerivedType(tag: DW_TAG_typedef, name: "uint_fast8_t", file: !26, line: 81, baseType: !50)
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/ |
| H A D | CSymbolMap.inc | 846 SYMBOL(uint_fast8_t, None, <stdint.h>)
|
| H A D | StdSymbolMap.inc | 1173 SYMBOL(uint_fast8_t, std::, <cstdint>)
|