Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_portability.h90 #ifndef __has_feature
91 # define __has_feature(x) 0 macro
139 # if __has_feature(address_sanitizer)
159 # elif defined(RTLD_DEEPBIND) && !defined(__SANITIZE_ADDRESS__) && !__has_feature(memory_sanitizer)
482 #if __has_feature(memory_sanitizer) || __has_feature(thread_sanitizer) || \
483 __has_feature(dataflow_sanitizer)
H A Dzend_operators.h470 #if defined(HAVE_ASM_GOTO) && !__has_feature(memory_sanitizer)
/PHP-8.1/ext/standard/
H A Drandom.c43 #if __has_feature(memory_sanitizer)
155 #if __has_feature(memory_sanitizer) in php_random_bytes()
/PHP-8.1/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-opt64.c20 #ifdef __has_feature
21 # if __has_feature(undefined_behavior_sanitizer)
/PHP-8.1/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c20 #ifdef __has_feature
21 # if __has_feature(undefined_behavior_sanitizer)
/PHP-8.1/ext/opcache/
H A Dzend_file_cache.c58 #if __has_feature(memory_sanitizer)
1038 #if __has_feature(memory_sanitizer)
H A DZendAccelerator.c3127 # if !defined(__has_feature) || !__has_feature(address_sanitizer) in accel_startup()

Completed in 38 milliseconds