Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_match.c45 #if defined(__has_feature)
46 #if __has_feature(memory_sanitizer)
188 #if defined(__has_feature) in pcre2_jit_match()
189 #if __has_feature(memory_sanitizer) in pcre2_jit_match()
H A Dpcre2_jit_compile.c46 #if defined(__has_feature)
47 #if __has_feature(memory_sanitizer)
/php-src/Zend/
H A Dzend_portability.h86 #ifndef __has_feature
87 # define __has_feature(x) 0 macro
144 # if __has_feature(address_sanitizer) && !defined(__SANITIZE_ADDRESS__)
164 # elif defined(RTLD_DEEPBIND) && !defined(__SANITIZE_ADDRESS__) && !__has_feature(memory_sanitizer)
508 #if __has_feature(memory_sanitizer) || __has_feature(thread_sanitizer) || \
509 __has_feature(dataflow_sanitizer)
H A Dzend_atomic.h26 #if __has_feature(c_atomic) && defined(__clang__)
H A Dzend_string.c26 #if __has_feature(memory_sanitizer)
509 #if __has_feature(memory_sanitizer)
H A Dzend_operators.h510 #if defined(HAVE_ASM_GOTO) && !__has_feature(memory_sanitizer)
/php-src/ext/random/
H A Dcsprng.c60 #if __has_feature(memory_sanitizer)
142 # if __has_feature(memory_sanitizer) in php_random_bytes()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h527 #if defined(__has_feature)
528 #if __has_feature(memory_sanitizer)
H A DsljitNativeX86_common.c27 #if defined(__has_feature)
28 #if __has_feature(memory_sanitizer)
494 #if defined(__has_feature) in execute_cpu_id()
495 #if __has_feature(memory_sanitizer) in execute_cpu_id()
/php-src/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-opt64.c20 #ifdef __has_feature
21 # if __has_feature(undefined_behavior_sanitizer)
/php-src/ext/sockets/
H A Dconversions.c64 #ifdef __has_feature
65 # if __has_feature(undefined_behavior_sanitizer)
H A Dsockets.c80 #ifdef __has_feature
81 # if __has_feature(undefined_behavior_sanitizer)
/php-src/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c20 #ifdef __has_feature
21 # if __has_feature(undefined_behavior_sanitizer)
/php-src/ext/opcache/
H A Dzend_file_cache.c59 #if __has_feature(memory_sanitizer)
1124 #if __has_feature(memory_sanitizer)
H A DZendAccelerator.c3117 # if !defined(__has_feature) || !__has_feature(address_sanitizer) in accel_startup()

Completed in 105 milliseconds