Searched refs:__has_builtin (Results 1 – 5 of 5) sorted by relevance
92 #ifndef __has_builtin93 # define __has_builtin(x) 0 macro98 #elif ((defined(__GNUC__) && ZEND_GCC_VERSION >= 4005) || __has_builtin(__builtin_unreachable)) && …269 #if ZEND_GCC_VERSION >= 3001 || __has_builtin(__builtin_constant_p)
45 #if (defined(__GNUC__) || __has_builtin(__builtin_ctzl)) \48 #elif (defined(__GNUC__) || __has_builtin(__builtin_ctzll)) && defined(PHP_HAVE_BUILTIN_CTZLL)
506 #if (defined(__GNUC__) || __has_builtin(__builtin_ctzl)) && SIZEOF_ZEND_LONG == SIZEOF_LONG && defi…508 #elif (defined(__GNUC__) || __has_builtin(__builtin_ctzll)) && defined(PHP_HAVE_BUILTIN_CTZLL)1147 #if (defined(__GNUC__) || __has_builtin(__builtin_clz)) && defined(PHP_HAVE_BUILTIN_CLZ)
117 #elif (defined(__GNUC__) || __has_builtin(__builtin_clz)) && defined(PHP_HAVE_BUILTIN_CLZ) in zend_hash_check_size()
274 #if (!defined SLJIT_CACHE_FLUSH && defined __has_builtin)275 #if __has_builtin(__builtin___clear_cache)
Completed in 26 milliseconds