Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_interceptors.h106 #define SI_NOT_FUCHSIA 0 macro
108 #define SI_NOT_FUCHSIA 1 macro
141 #define SANITIZER_INTERCEPT_STRLEN SI_NOT_FUCHSIA
142 #define SANITIZER_INTERCEPT_STRNLEN (SI_NOT_MAC && SI_NOT_FUCHSIA)
143 #define SANITIZER_INTERCEPT_STRCMP SI_NOT_FUCHSIA
144 #define SANITIZER_INTERCEPT_STRSTR SI_NOT_FUCHSIA
146 #define SANITIZER_INTERCEPT_STRTOK SI_NOT_FUCHSIA
147 #define SANITIZER_INTERCEPT_STRCHR SI_NOT_FUCHSIA
149 #define SANITIZER_INTERCEPT_STRRCHR SI_NOT_FUCHSIA
150 #define SANITIZER_INTERCEPT_STRSPN SI_NOT_FUCHSIA
[all …]