/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/ |
H A D | buffered_writes.pass.cpp | 51 …std::streamsize total_size = std::accumulate(payload_sizes.begin(), payload_sizes.end(), std::… in test_write() local 103 …std::streamsize total_size = std::accumulate(payload_sizes.begin(), payload_sizes.end(), std::… in test_write_codecvt() local
|
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/ifstream.members/ |
H A D | buffered_reads.pass.cpp | 50 …std::streamsize total_size = std::accumulate(payload_sizes.begin(), payload_sizes.end(), std::stre… in test_read() local 105 …std::streamsize total_size = std::accumulate(payload_sizes.begin(), payload_sizes.end(), std::stre… in test_read_codecvt() local
|
/llvm-project/lldb/include/lldb/Target/ |
H A D | ProcessStructReader.h | 70 auto total_size = struct_type.GetByteSize(nullptr); in ProcessStructReader() local
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_memory_profile.cpp | 26 uptr total_size; member
|
H A D | asan_errors.h | 238 uptr total_size; member
|
H A D | asan_report.cpp | 310 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size, in ReportAllocationSizeTooBig() argument
|
/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_common.h | 203 uptr total_size; global() member
|
H A D | lsan_common.cpp | 215 uptr hit_count, uptr total_size) { in SuppressByRule() argument 229 uptr total_size) { in Suppress() argument [all...] |
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | DWARFLocationExpression.cpp | 263 std::map<uint64_t, size_t> &offset_to_size, size_t total_size, in MakeEnregisteredLocationExpressionForComposite()
|
/llvm-project/libc/src/__support/HashTable/ |
H A D | table.h | 269 SafeMemSize total_size = allocate() local
|
/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | ObjCLanguage.cpp | 158 size_t total_size = class_name.size() + selector_name.size() + 3; in GetFullNameWithoutCategory() local
|
/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFISelDAGToDAG.cpp | 353 uint64_t total_size = 0; getConstantFieldValue() local
|
/llvm-project/polly/lib/External/isl/imath/ |
H A D | gmp_compat.c | 738 size_t total_size; in GMPZAPI() local
|
/llvm-project/lldb/source/Plugins/ABI/ARC/ |
H A D | ABISysV_arc.cpp | 179 size_t total_size = 0; in TotalArgsSizeInWords() local
|
/llvm-project/lldb/source/Plugins/ABI/RISCV/ |
H A D | ABISysV_riscv.cpp | 155 size_t total_size = 0; TotalArgsSizeInWords() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_linux_libcdep.cpp | 1038 uptr total_size = alias_size * num_aliases; CreateAliases() local
|
/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/ |
H A D | MinidumpFileBuilder.cpp | 837 uint64_t total_size = GetCurrentDataEndOffset(); AddMemoryList() local
|
/llvm-project/llvm/lib/Support/rpmalloc/ |
H A D | rpmalloc.c | 2910 size_t total_size = size + SPAN_HEADER_SIZE; local 2928 size_t total_size = size + SPAN_HEADER_SIZE; local
|
/llvm-project/compiler-rt/lib/asan/tests/ |
H A D | asan_test.cpp | 1301 total_size += kAllocSize; in TEST() local
|