Home
last modified time | relevance | path

Searched defs:max_byte_size (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/unittests/Breakpoint/
H A DWatchpointAlgorithmsTests.cpp33 size_t min_byte_size, size_t max_byte_size, in check_testcase()
91 size_t max_byte_size = 8; in TEST() local
116 size_t max_byte_size = 4; in TEST() local
172 size_t max_byte_size = INT32_MAX; in TEST() local
/llvm-project/lldb/source/Breakpoint/
H A DWatchpointAlgorithms.cpp87 size_t max_byte_size, in PowerOf2Watchpoints()