Searched refs:uint_fast16_t (Results 1 – 16 of 16) sorted by relevance
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | cstdint | 130 uint_fast16_t 179 using ::uint_fast16_t _LIBCPP_USING_IF_EXISTS;
|
| H A D | atomic | 429 typedef atomic<uint_fast16_t> atomic_uint_fast16_t; 2614 typedef atomic<uint_fast16_t> atomic_uint_fast16_t;
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/ |
| H A D | stdint.h | 15 typedef unsigned short uint_fast16_t; typedef
|
| /llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/ |
| H A D | stdint_h.pass.cpp | 138 static_assert(sizeof(uint_fast16_t)*CHAR_BIT >= 16, in main() 140 static_assert(std::is_unsigned<uint_fast16_t>::value, in main()
|
| H A D | inttypes_h.pass.cpp | 910 test<uint_fast16_t>(); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
| H A D | cstdint.pass.cpp | 139 static_assert(sizeof(std::uint_fast16_t)*CHAR_BIT >= 16, in main() 141 static_assert(std::is_unsigned<std::uint_fast16_t>::value, in main()
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/unord.hash/ |
| H A D | integral.pass.cpp | 101 test<uint_fast16_t>(); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/atomics/ |
| H A D | types.pass.cpp | 134 test<uint_fast16_t> (); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/atomics/atomics.types.generic/ |
| H A D | cstdint_typedefs.pass.cpp | 56 …static_assert((std::is_same<std::atomic<std::uint_fast16_t>, std::atomic_uint_fast16_t>::value), "… in main()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | stdatomic.h | 113 typedef _Atomic(uint_fast16_t) atomic_uint_fast16_t;
|
| H A D | stdint.h | 218 typedef __uint_least16_t uint_fast16_t; typedef
|
| /llvm-project-15.0.7/libcxx/test/std/atomics/stdatomic.h.syn/ |
| H A D | types.compile.pass.cpp | 197 static_assert(std::is_same_v<std::atomic<uint_fast16_t>, ::atomic_uint_fast16_t>); in f()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/file.streams/c.files/ |
| H A D | cinttypes.pass.cpp | 910 test<std::uint_fast16_t>(); in main()
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/ |
| H A D | debuginfo-scev-salvage-4.ll | 134 !66 = !DIDerivedType(tag: DW_TAG_typedef, name: "uint_fast16_t", file: !26, line: 83, baseType: !62)
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/ |
| H A D | CSymbolMap.inc | 843 SYMBOL(uint_fast16_t, None, <stdint.h>)
|
| H A D | StdSymbolMap.inc | 1170 SYMBOL(uint_fast16_t, std::, <cstdint>)
|