Home
last modified time | relevance | path

Searched refs:__attribute__ (Results 76 – 83 of 83) sorted by relevance

1234

/PHP-8.3/ext/dom/
H A Dphp_dom.c989 int retcount __attribute__((unused)); /* keep compiler quiet */ in dom_objects_free_storage()
/PHP-8.3/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c22 # define ALLOW_MISALIGNED_ACCESS __attribute__((no_sanitize("alignment")))
/PHP-8.3/ext/fileinfo/libmagic/
H A Dsoftmagic.c157 private const char * __attribute__((__format_arg__(3)))
/PHP-8.3/ext/mbstring/
H A Dmbstring.c4920 bool mb_fast_check_utf8(zend_string *str) __attribute__((ifunc("resolve_check_utf8")));
4941 static bool mb_fast_check_utf8_avx2(zend_string *str) __attribute__((target("avx2")));
/PHP-8.3/ext/gd/libgd/
H A Dgd.c43 #define __attribute__(any) /*nothing */ macro
/PHP-8.3/ext/imap/
H A Dphp_imap.c80 # define PHP_IMAP_EXPORT __attribute__ ((visibility("default")))
/PHP-8.3/ext/standard/
H A Dstring.c3594 PHPAPI zend_string *php_addslashes(zend_string *str) __attribute__((ifunc("resolve_addslashes")));
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c494 static __attribute__ ((noinline)) void sljit_cache_flush(void* code, void* code_ptr) in sljit_cache_flush()

Completed in 94 milliseconds

1234