/llvm-project/clang/test/Analysis/ |
H A D | conversion-tracking-notes.c | 7 unsigned char U8; variable
|
H A D | conversion.c | 6 unsigned char U8; variable
|
/llvm-project/compiler-rt/lib/asan/tests/ |
H A D | asan_test_utils.h | 60 typedef uint64_t U8; typedef
|
/llvm-project/clang/test/Sema/ |
H A D | test-wunaligned-access.cpp | 69 struct __attribute__((packed)) U8 { struct 71 …T1 b __attribute__((aligned(4))); // expected-warning {{field b within 'U8' is less aligned than '… argument 72 int c;
|
H A D | test-wunaligned-access.c | 64 struct U8 { struct 65 short a; 66 short b; 67 char c; 68 struct T1 d;
|
/llvm-project/llvm/test/DebugInfo/PDB/Inputs/ |
H A D | every-enum.cpp | 36 enum U8 : uint8_t { enum
|
/llvm-project/compiler-rt/test/builtins/Unit/ |
H A D | atomic_test.c | 132 #define U8(value) ((uint8_t)(value)) macro [all...] |
/llvm-project/llvm/unittests/ADT/ |
H A D | StringRefTest.cpp | 674 uint8_t U8; TEST() local 835 uint8_t U8; TEST() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | SourceCode.cpp | 63 static bool iterateCodepoints(llvm::StringRef U8, const Callback &CB) { in iterateCodepoints() argument 105 static size_t measureUnits(llvm::StringRef U8, int Units, OffsetEncoding Enc, in measureUnits() argument
|
/llvm-project/llvm/lib/Demangle/ |
H A D | RustDemangle.cpp | 49 U8, enumerator
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | AMDGPUMetadata.h | 104 U8 = 2, enumerator
|
/llvm-project/clang/test/Misc/ |
H A D | diag-template-diffing-cxx11.cpp | 234 template<typename T> using U8 = S8<int, char, T>; typedef
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibFunc.h | 264 U8 = UINT | B8, enumerator
|
/llvm-project/clang/test/Modules/ |
H A D | odr_hash.cpp | 1572 using U8 = S8<T>; typedef 3239 struct U8 {}; struct
|
/llvm-project/llvm/unittests/DebugInfo/GSYM/ |
H A D | GSYMTest.cpp | 582 const uint8_t U8 = 0x10; in TestFileWriterHelper() local
|
/llvm-project/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cpp | 140 typedef unsigned long long U8; typedef [all...] |