Home
last modified time | relevance | path

Searched defs:total_size (Results 1 – 19 of 19) sorted by relevance

/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/
H A Dbuffered_writes.pass.cpp51 …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 Dbuffered_reads.pass.cpp50 …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 DProcessStructReader.h70 auto total_size = struct_type.GetByteSize(nullptr); in ProcessStructReader() local
/llvm-project/compiler-rt/lib/asan/
H A Dasan_memory_profile.cpp26 uptr total_size; member
H A Dasan_errors.h238 uptr total_size; member
H A Dasan_report.cpp310 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size, in ReportAllocationSizeTooBig() argument
/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.h203 uptr total_size; global() member
H A Dlsan_common.cpp215 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 DDWARFLocationExpression.cpp263 std::map<uint64_t, size_t> &offset_to_size, size_t total_size, in MakeEnregisteredLocationExpressionForComposite()
/llvm-project/libc/src/__support/HashTable/
H A Dtable.h269 SafeMemSize total_size = allocate() local
/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp158 size_t total_size = class_name.size() + selector_name.size() + 3; in GetFullNameWithoutCategory() local
/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp353 uint64_t total_size = 0; getConstantFieldValue() local
/llvm-project/polly/lib/External/isl/imath/
H A Dgmp_compat.c738 size_t total_size; in GMPZAPI() local
/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp179 size_t total_size = 0; in TotalArgsSizeInWords() local
/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.cpp155 size_t total_size = 0; TotalArgsSizeInWords() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp1038 uptr total_size = alias_size * num_aliases; CreateAliases() local
/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp837 uint64_t total_size = GetCurrentDataEndOffset(); AddMemoryList() local
/llvm-project/llvm/lib/Support/rpmalloc/
H A Drpmalloc.c2910 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 Dasan_test.cpp1301 total_size += kAllocSize; in TEST() local