Home
last modified time | relevance | path

Searched defs:user_size (Results 1 – 5 of 5) sorted by relevance

/llvm-project/lldb/unittests/Breakpoint/
H A DWatchpointAlgorithmsTests.cpp89 size_t user_size = test.user.size; in TEST() local
114 size_t user_size = test.user.size; in TEST() local
170 size_t user_size = test.user.size; in TEST() local
/llvm-project/lldb/source/Breakpoint/
H A DWatchpointAlgorithms.cpp85 WatchpointAlgorithms::PowerOf2Watchpoints(addr_t user_addr, size_t user_size, in PowerOf2Watchpoints()
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_report.cpp118 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size, in ReportAllocationSizeTooBig()
/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.h237 uptr user_size; member
H A Dasan_report.cpp310 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size, in ReportAllocationSizeTooBig() argument