Home
last modified time | relevance | path

Searched refs:scan_state (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp166 RegionScanState scan_state; in ProcessPlatformSpecificAllocations() local
179 scan_state.seen_regions |= SeenRegion::AllocOnce; in ProcessPlatformSpecificAllocations()
184 scan_state.seen_regions |= SeenRegion::Foundation; in ProcessPlatformSpecificAllocations()
192 scan_state.in_libdispatch = true; in ProcessPlatformSpecificAllocations()
195 } else if (scan_state.in_libdispatch) { in ProcessPlatformSpecificAllocations()
196 scan_state.seen_regions |= SeenRegion::LibDispatch; in ProcessPlatformSpecificAllocations()
197 scan_state.in_libdispatch = false; in ProcessPlatformSpecificAllocations()
202 if (scan_state.seen_regions == SeenRegion::All && in ProcessPlatformSpecificAllocations()