Searched refs:AdjacentShadowValuesAreFullyPoisoned (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.cpp382 static bool AdjacentShadowValuesAreFullyPoisoned(u8 *s) { function in namespace:__asan
425 far_from_bounds = AdjacentShadowValuesAreFullyPoisoned(shadow_addr);
435 far_from_bounds = AdjacentShadowValuesAreFullyPoisoned(shadow_addr);
445 far_from_bounds = AdjacentShadowValuesAreFullyPoisoned(shadow_addr);
467 far_from_bounds = AdjacentShadowValuesAreFullyPoisoned(shadow_addr);
477 far_from_bounds = AdjacentShadowValuesAreFullyPoisoned(shadow_addr);

Completed in 51 milliseconds