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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_errors.cc369 static bool AdjacentShadowValuesAreFullyPoisoned(u8 *s) { function in namespace:__asan
412 far_from_bounds = AdjacentShadowValuesAreFullyPoisoned(shadow_addr);
422 far_from_bounds = AdjacentShadowValuesAreFullyPoisoned(shadow_addr);
432 far_from_bounds = AdjacentShadowValuesAreFullyPoisoned(shadow_addr);
454 far_from_bounds = AdjacentShadowValuesAreFullyPoisoned(shadow_addr);
464 far_from_bounds = AdjacentShadowValuesAreFullyPoisoned(shadow_addr);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_errors.cc367 static bool AdjacentShadowValuesAreFullyPoisoned(u8 *s) { function in namespace:__asan
410 far_from_bounds = AdjacentShadowValuesAreFullyPoisoned(shadow_addr);
420 far_from_bounds = AdjacentShadowValuesAreFullyPoisoned(shadow_addr);
430 far_from_bounds = AdjacentShadowValuesAreFullyPoisoned(shadow_addr);
452 far_from_bounds = AdjacentShadowValuesAreFullyPoisoned(shadow_addr);
462 far_from_bounds = AdjacentShadowValuesAreFullyPoisoned(shadow_addr);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_errors.cpp383 static bool AdjacentShadowValuesAreFullyPoisoned(u8 *s) { function in namespace:__asan
426 far_from_bounds = AdjacentShadowValuesAreFullyPoisoned(shadow_addr);
436 far_from_bounds = AdjacentShadowValuesAreFullyPoisoned(shadow_addr);
446 far_from_bounds = AdjacentShadowValuesAreFullyPoisoned(shadow_addr);
468 far_from_bounds = AdjacentShadowValuesAreFullyPoisoned(shadow_addr);
478 far_from_bounds = AdjacentShadowValuesAreFullyPoisoned(shadow_addr);

Completed in 89 milliseconds