Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h69 extern const int unvis_validpush;
H A Dsanitizer_platform_limits_freebsd.cpp380 const int unvis_validpush = UNVIS_VALIDPUSH; variable
H A Dsanitizer_platform_limits_netbsd.h2356 extern const int unvis_validpush;
H A Dsanitizer_platform_limits_netbsd.cpp2508 const int unvis_validpush = UNVIS_VALIDPUSH;
2509 const int unvis_validpush = UNVIS_VALIDPUSH; global() variable
H A Dsanitizer_common_interceptors.inc9277 if (ret == unvis_valid || ret == unvis_validpush) {