/llvm-project/lld/test/MachO/Inputs/ |
H A D | DependencyDump.py | 9 byte = f.read(1) variable 19 byte = f.read(1) variable 22 byte = f.read(1) variable 24 byte = f.read(1) variable
|
/llvm-project/llvm/test/tools/llvm-libtool-darwin/Inputs/ |
H A D | DependencyDump.py | 9 byte = f.read(1) variable 19 byte = f.read(1) variable 22 byte = f.read(1) variable 24 byte = f.read(1) variable
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | std-byte.cpp | 6 enum byte : unsigned char {}; enum 18 enum byte : unsigned char {}; enum 20 enum byte : unsigned char {}; enum 22 enum byte : unsigned char {}; enum
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_leb128.h | 21 u8 byte = value & 0x7f; in EncodeSLEB128() local 39 u8 byte; in DecodeSLEB128() local 57 u8 byte = value & 0x7f; in EncodeULEB128() local 72 u8 byte; in DecodeULEB128() local
|
H A D | sanitizer_symbolizer_report.cpp | 193 u8 byte) { in PrintMemoryByte() argument
|
/llvm-project/clang/test/Sema/ |
H A D | inline-asm-validate-aarch64.c | 16 uint8_t byte; in constraint_r() local 27 uint8_t byte; in constraint_r_symbolic() local 40 uint8_t byte; in constraint_r_symbolic_macro() local
|
/llvm-project/flang/lib/Evaluate/ |
H A D | static-data.cpp | 60 for (std::uint8_t byte : data_) { in AsString() local 74 for (auto byte{data_.cbegin()}; byte < end;) { in AsU16String() local 89 for (auto byte{data_.cbegin()}; byte < end;) { in AsU32String() local
|
/llvm-project/libc/src/__support/CPP/ |
H A D | cstddef.h | 17 enum class byte : unsigned char {}; global() enum [all...] |
/llvm-project/lldb/source/Utility/ |
H A D | Stream.cpp | 274 for (size_t byte = 0; byte < sizeof(uvalue); ++byte) in PutHex16() local 277 for (size_t byte = sizeof(uvalue) - 1; byte < sizeof(uvalue); --byte) in PutHex16() local 290 for (size_t byte = 0; byte < sizeof(uvalue); ++byte) in PutHex32() local 293 for (size_t byte = sizeof(uvalue) - 1; byte < sizeof(uvalue); --byte) in PutHex32() local 306 for (size_t byte = 0; byte < sizeof(uvalue); ++byte) in PutHex64() local 309 for (size_t byte = sizeof(uvalue) - 1; byte < sizeof(uvalue); --byte) in PutHex64() local
|
H A D | GDBRemote.cpp | 34 uint8_t byte = *src; in PutEscapedBytes() local
|
H A D | StringExtractor.cpp | 82 int byte = DecodeHexU8(); in GetHexU8Ex() local
|
/llvm-project/compiler-rt/test/dfsan/ |
H A D | pair.cpp | 35 uint32_t byte = static_cast<uint8_t>(p[i]); in return_ptr_and_i32() local 49 uint64_t byte = static_cast<uint8_t>(p[i]); in return_ptr_and_i64() local
|
/llvm-project/llvm/unittests/Support/ |
H A D | CRCTest.cpp | 40 uint8_t byte = i; in TEST() local
|
/llvm-project/lldb/tools/debugserver/source/ |
H A D | DNBDataRef.cpp | 182 uint8_t byte; in Get_ULEB128() local 208 uint8_t byte = 0; in Get_SLEB128() local
|
H A D | StdStringExtractor.cpp | 75 int byte = DecodeHexU8(); in GetHexU8Ex() local
|
/llvm-project/third-party/benchmark/test/ |
H A D | donotoptimize_test.cc | 16 unsigned char& byte; member
|
/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | CF.cpp | 164 uint8_t byte = bytes[byte_idx]; in CFBitVectorSummaryProvider() local 180 uint8_t byte = bytes[num_bytes - 1]; CFBitVectorSummaryProvider() local [all...] |
/llvm-project/lldb/examples/summaries/cocoa/ |
H A D | CFBitVector.py | 29 def get_bit(byte, index): argument
|
/llvm-project/compiler-rt/lib/builtins/ |
H A D | gcc_personality_v0.c | 59 unsigned char byte; in readULEB128() local
|
/llvm-project/libc/src/string/ |
H A D | string_utils.h | 26 repeat_byte(Word byte) repeat_byte() argument [all...] |
/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | LibCxxVector.cpp | 191 uint8_t byte = 0; GetChildAtIndex() local
|
/llvm-project/libc/fuzzing/__support/ |
H A D | hashtable_fuzz.cpp | 102 uint8_t byte = next<uint8_t>(); next_action() local
|
/llvm-project/lldb/source/Symbol/ |
H A D | ArmUnwindInfo.cpp | 90 uint8_t byte = GetByteAtOffset(data, offset++); in GetULEB128() local
|
/llvm-project/libcxxabi/src/ |
H A D | cxa_personality.cpp | 211 unsigned char byte; in readULEB128() local 234 unsigned char byte; in readSLEB128() local [all...] |
/llvm-project/lld/wasm/ |
H A D | WriterUtils.cpp | 111 void writeU8(raw_ostream &os, uint8_t byte, const Twine &msg) { in writeU8()
|