/llvm-project/libc/test/src/__support/ |
H A D | block_test.cpp | 72 auto result = Block::init(bytes); in TEST_FOR_EACH_BLOCK_TYPE() local 85 auto result = Block::init(bytes); in TEST() local 46 alignas(BlockType::ALIGNMENT) array<byte, kN> bytes; TEST_FOR_EACH_BLOCK_TYPE() local 64 alignas(BlockType::ALIGNMENT) array<byte, kN> bytes; TEST_FOR_EACH_BLOCK_TYPE() local 94 alignas(BlockType::ALIGNMENT) array<byte, kN> bytes; TEST_FOR_EACH_BLOCK_TYPE() local 119 alignas(BlockType::ALIGNMENT) array<byte, kN> bytes; TEST_FOR_EACH_BLOCK_TYPE() local 159 alignas(BlockType::ALIGNMENT) array<byte, kN> bytes; TEST_FOR_EACH_BLOCK_TYPE() local 182 alignas(BlockType::ALIGNMENT) array<byte, kN> bytes; TEST_FOR_EACH_BLOCK_TYPE() local 195 alignas(BlockType::ALIGNMENT) array<byte, kN> bytes; TEST_FOR_EACH_BLOCK_TYPE() local 214 alignas(BlockType::ALIGNMENT) array<byte, kN> bytes; TEST_FOR_EACH_BLOCK_TYPE() local 227 alignas(BlockType::ALIGNMENT) array<byte, kN> bytes; TEST_FOR_EACH_BLOCK_TYPE() local 241 alignas(BlockType::ALIGNMENT) array<byte, kN> bytes; TEST_FOR_EACH_BLOCK_TYPE() local 255 alignas(BlockType::ALIGNMENT) array<byte, kN> bytes; TEST_FOR_EACH_BLOCK_TYPE() local 271 alignas(BlockType::ALIGNMENT) array<byte, kN> bytes; TEST_FOR_EACH_BLOCK_TYPE() local 290 alignas(BlockType::ALIGNMENT) array<byte, kN> bytes; TEST_FOR_EACH_BLOCK_TYPE() local 307 alignas(BlockType::ALIGNMENT) array<byte, kN> bytes; TEST_FOR_EACH_BLOCK_TYPE() local 331 alignas(BlockType::ALIGNMENT) array<byte, kN> bytes; TEST_FOR_EACH_BLOCK_TYPE() local 353 alignas(BlockType::ALIGNMENT) array<byte, kN> bytes; TEST_FOR_EACH_BLOCK_TYPE() local 368 alignas(BlockType::ALIGNMENT) array<byte, kN> bytes; TEST_FOR_EACH_BLOCK_TYPE() local 385 alignas(BlockType::ALIGNMENT) array<byte, kN> bytes; TEST_FOR_EACH_BLOCK_TYPE() local 413 alignas(BlockType::ALIGNMENT) array<byte, kN> bytes; TEST_FOR_EACH_BLOCK_TYPE() local 440 alignas(BlockType::ALIGNMENT) array<byte, kN> bytes; TEST_FOR_EACH_BLOCK_TYPE() local 466 alignas(BlockType::ALIGNMENT) array<byte, kN> bytes; TEST_FOR_EACH_BLOCK_TYPE() local 491 alignas(BlockType::ALIGNMENT) array<byte, kN> bytes; TEST_FOR_EACH_BLOCK_TYPE() local 515 array<byte, kN> bytes{}; TEST_FOR_EACH_BLOCK_TYPE() local 550 array<byte, kN> bytes{}; TEST_FOR_EACH_BLOCK_TYPE() local 563 array<byte, kN> bytes{}; TEST_FOR_EACH_BLOCK_TYPE() local 578 alignas(BlockType::ALIGNMENT) array<byte, kN> bytes{}; TEST_FOR_EACH_BLOCK_TYPE() local 592 alignas(BlockType::ALIGNMENT) array<byte, kN> bytes{}; TEST_FOR_EACH_BLOCK_TYPE() local 609 alignas(BlockType::ALIGNMENT) array<byte, kN> bytes{}; TEST_FOR_EACH_BLOCK_TYPE() local 641 alignas(kN) array<byte, kN> bytes{}; TEST_FOR_EACH_BLOCK_TYPE() local 684 alignas(kN) array<byte, kN> bytes{}; TEST_FOR_EACH_BLOCK_TYPE() local 724 alignas(kN) array<byte, kN> bytes{}; TEST_FOR_EACH_BLOCK_TYPE() local [all...] |
/llvm-project/lldb/unittests/Utility/ |
H A D | StreamTest.cpp | 376 std::size_t bytes; in TEST_F() local 390 std::size_t bytes; in TEST_F() local 534 auto bytes = s.PutULEB128(0x74ULL); in TEST_F() local 541 auto bytes = s.PutULEB128(0x1985ULL); in TEST_F() local 548 auto bytes = s.PutULEB128(0x5023ULL); in TEST_F() local 555 auto bytes = s.PutULEB128(0xA48032ULL); in TEST_F() local 562 auto bytes = s.PutULEB128(0x12345678ULL); in TEST_F() local 569 auto bytes = s.PutULEB128(0xABFE3FAFDFULL); in TEST_F() local 576 auto bytes = s.PutULEB128(0xDABFE3FAFDFULL); in TEST_F() local 583 auto bytes = s.PutULEB128(0x7CDABFE3FAFDFULL); in TEST_F() local [all …]
|
/llvm-project/llvm/unittests/Support/ |
H A D | ELFAttributeParserTest.cpp | 32 static void testParseError(ArrayRef<uint8_t> bytes, const char *msg) { in testParseError() 39 static const uint8_t bytes[] = {1}; in TEST() local 44 static const uint8_t bytes[] = {'A', 3, 0, 0, 0}; in TEST() local 49 static const uint8_t bytes[] = {'A', 14, 0, 0, 0, 't', 'e', 's', in TEST() local 55 static const uint8_t bytes[] = {'A', 14, 0, 0, 0, 't', 'e', 's', in TEST() local
|
/llvm-project/flang/runtime/ |
H A D | buffer.h | 71 FileOffset at, std::size_t bytes, IoErrorHandler &handler) { in ReadFrame() 100 FileOffset at, std::size_t bytes, IoErrorHandler &handler) { in WriteFrame() 149 std::int64_t bytes, const Terminator &terminator) { in Reallocate() 196 IoErrorHandler &handler, std::size_t bytes) { in MakeDataContiguous()
|
/llvm-project/flang/include/flang/Evaluate/ |
H A D | initial-image.h | 34 explicit InitialImage(std::size_t bytes) : data_(bytes) {} in InitialImage() 44 Result Add(ConstantSubscript offset, std::size_t bytes, const Constant<T> &x, in Add() 64 Result Add(ConstantSubscript offset, std::size_t bytes, in Add() 103 Result Add(ConstantSubscript offset, std::size_t bytes, const Expr<T> &x, in Add()
|
/llvm-project/flang/lib/Parser/ |
H A D | characters.cpp | 148 const char *cp, std::size_t bytes) { in DecodeRawCharacter() 158 const char *cp, std::size_t bytes) { in DecodeRawCharacter() 184 const char *cp, std::size_t bytes) { in DecodeEscapedCharacter() 214 const char *cp, std::size_t bytes) { in DecodeEscapedCharacters() 236 const char *cp, std::size_t bytes, bool backslashEscapes) { in DecodeCharacter() 273 std::size_t bytes, bool backslashEscapes) { in DecodeCharacter() 287 for (auto bytes{s.size()}; bytes != 0;) { in DecodeString() local
|
/llvm-project/flang/unittests/Runtime/ |
H A D | tools.h | 24 static void StoreElement(void *p, const A &x, std::size_t bytes) { in StoreElement() 30 void *p, const std::basic_string<CHAR> &str, std::size_t bytes) { in StoreElement()
|
H A D | BufferTest.cpp | 24 explicit Store(std::size_t bytes = 65536) : bytes_{bytes} { in Store() 28 std::size_t bytes() const { return bytes_; } in bytes() function in Store 48 std::size_t Write(FileOffset at, const char *from, std::size_t bytes, in Write() 87 const auto bytes{static_cast<FileOffset>(store.bytes())}; in TEST() local
|
/llvm-project/lldb/unittests/SymbolFile/DWARF/ |
H A D | DWARFIndexCachingTest.cpp | 30 llvm::ArrayRef<uint8_t> bytes = encoder.GetData(); in EncodeDecode() local 77 llvm::ArrayRef<uint8_t> bytes = encoder.GetData(); in EncodeDecode() local 118 llvm::ArrayRef<uint8_t> bytes = encoder.GetData(); in EncodeDecode() local 229 llvm::ArrayRef<uint8_t> bytes = encoder.GetData(); in EncodeDecode() local 278 llvm::ArrayRef<uint8_t> bytes = encoder.GetData(); in TEST() local
|
/llvm-project/offload/test/ompt/ |
H A D | callbacks.h | 28 void *vma_in_file, size_t bytes, in on_ompt_callback_device_load() 39 size_t bytes, const void *codeptr_ra) { in on_ompt_callback_target_data_op() 68 void **device_addr, size_t *bytes, in on_ompt_callback_target_map() 79 void *dest_addr, int dest_device_num, size_t bytes, in on_ompt_callback_target_data_op_emi() 124 void **device_addr, size_t *bytes, in on_ompt_callback_target_map_emi()
|
/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | CommandObjectTraceStartIntelPT.cpp | 36 if (std::optional<uint64_t> bytes = in SetOptionValue() local 101 if (std::optional<uint64_t> bytes = in SetOptionValue() local 110 if (std::optional<uint64_t> bytes = in SetOptionValue() local
|
/llvm-project/libcxx/src/ |
H A D | memory_resource.cpp | 41 do_allocate(size_t bytes,size_t align) do_allocate() argument 56 do_deallocate(void * p,size_t bytes,size_t align) do_deallocate() argument 157 __do_allocate(memory_resource * upstream,size_t bytes,size_t align) __do_allocate() argument 177 __do_deallocate(memory_resource * upstream,void * p,size_t bytes,size_t align) __do_deallocate() argument 279 __pool_index(size_t bytes,size_t align) const __pool_index() argument 342 do_allocate(size_t bytes,size_t align) do_allocate() argument 396 do_deallocate(void * p,size_t bytes,size_t align) do_deallocate() argument 431 __try_allocate_from_chunk(size_t bytes,size_t align) __try_allocate_from_chunk() argument 442 __try_allocate_from_chunk(size_t bytes,size_t align) __try_allocate_from_chunk() argument 451 do_allocate(size_t bytes,size_t align) do_allocate() argument [all...] |
/llvm-project/libcxx/test/std/utilities/utility/mem.res/mem.res.pool/mem.res.pool.mem/ |
H A D | sync_deallocate_matches_allocate.pass.cpp | 25 std::size_t bytes; global() member 37 do_allocate(std::size_t bytes,size_t align) do_allocate() argument 42 do_deallocate(void * p,std::size_t bytes,size_t align) do_deallocate() argument [all...] |
H A D | unsync_deallocate_matches_allocate.pass.cpp | 25 std::size_t bytes; global() member 37 do_allocate(std::size_t bytes,size_t align) do_allocate() argument 42 do_deallocate(void * p,std::size_t bytes,size_t align) do_deallocate() argument [all...] |
/llvm-project/lldb/include/lldb/Utility/ |
H A D | UUID.h | 31 UUID(llvm::ArrayRef<uint8_t> bytes) : m_bytes(bytes) { in UUID() argument 54 UUID(const void *bytes, uint32_t num_bytes) { in UUID() argument [all...] |
H A D | Endian.h | 22 uint8_t bytes[sizeof(uint32_t)]; member
|
/llvm-project/lldb/source/Host/windows/ |
H A D | LockFileWindows.cpp | 27 DWORD bytes; fileLock() local 69 DWORD bytes; DoUnlock() local
|
/llvm-project/libc/src/__support/ |
H A D | hash.h | 35 const uint8_t *bytes = static_cast<const uint8_t *>(ptr); read_little_endian() local 60 const uint8_t *bytes = static_cast<const uint8_t *>(ptr); read_small_values() local 129 uint8_t const *bytes = static_cast<const uint8_t *>(ptr); update() local [all...] |
H A D | block.h | 140 auto *bytes = reinterpret_cast<cpp::byte *>(usable_space); from_usable_space() local 144 const auto *bytes = reinterpret_cast<const cpp::byte *>(usable_space); from_usable_space() local 369 get_aligned_subspan(ByteSpan bytes,size_t alignment) get_aligned_subspan() argument 507 ByteSpan bytes = as_bytes(cpp::move(block)); split_impl() local 579 cpp::byte *bytes = new (cpp::move(block)) cpp::byte[block_size]; as_bytes() local 585 as_block(size_t prev_outer_size,ByteSpan bytes) as_block() argument [all...] |
/llvm-project/clang/test/CodeGen/ |
H A D | 2005-07-26-UnionInitCrash.c | 3 union { char bytes[8]; double alignment; }EQ1 = {0,0,0,0,0,0,0,0}; member
|
/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbolCustom.cpp | 17 void PDBSymbolCustom::getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) { in getDataBytes()
|
/llvm-project/lldb/test/API/macosx/tbi-honored/ |
H A D | main.c | 5 uint8_t bytes[8]; member
|
/llvm-project/lldb/source/Utility/ |
H A D | DataEncoder.cpp | 169 const char *bytes = data.data(); in AppendData() local 176 const uint8_t *bytes = data.data(); in AppendData() local 183 const char *bytes = data.data(); in AppendCString() local
|
/llvm-project/lld/test/ELF/ |
H A D | ppc64-toc-addis-nop.s | 27 .global bytes symbol 30 bytes: label
|
/llvm-project/lldb/test/API/functionalities/data-formatter/custom-printf-summary/ |
H A D | main.c | 10 struct Bytes bytes = {0x30, 0x01}; in main() local
|