Home
last modified time | relevance | path

Searched refs:__attribute__ (Results 1 – 25 of 59) sorted by path

123

/PHP-7.4/TSRM/
H A DTSRM.h32 # define TSRM_API __attribute__ ((visibility("default")))
/PHP-7.4/Zend/
H A Dzend_cpuinfo.h111 # define ZEND_NO_SANITIZE_ADDRESS __attribute__((no_sanitize_address))
H A Dzend_operators.c1276 __attribute__((no_sanitize("float-divide-by-zero")))
H A Dzend_portability.h189 # define ZEND_ATTRIBUTE_MALLOC __attribute__ ((__malloc__))
223 # define ZEND_ATTRIBUTE_UNUSED __attribute__((unused))
229 # define ZEND_COLD __attribute__((cold))
230 # define ZEND_HOT __attribute__((hot))
232 # define ZEND_OPT_SIZE __attribute__((optimize("Os")))
247 # define ZEND_ATTRIBUTE_COLD_LABEL __attribute__((cold));
248 # define ZEND_ATTRIBUTE_HOT_LABEL __attribute__((hot));
256 # define ZEND_FASTCALL __attribute__((fastcall))
267 # define ZEND_NORETURN __attribute__((noreturn))
299 # define zend_never_inline __attribute__((noinline))
[all …]
H A Dzend_virtual_cwd.h128 # define CWD_API __attribute__ ((visibility("default")))
/PHP-7.4/build/
H A Dax_gcc_func_attribute.m485 AC_CACHE_CHECK([for __attribute__(($1))], [ac_var], [
105 int foo( void ) __attribute__(($1));
108 int foo( void ) __attribute__(($1));
114 int foo( void ) __attribute__(($1));
120 int foo( void ) __attribute__(($1));
126 int foo( void ) __attribute__(($1));
132 int foo( void ) __attribute__(($1));
138 int foo( void ) __attribute__(($1));
150 int foo( void ) __attribute__(($1));
164 int foo( void ) __attribute__(($1));
[all …]
/PHP-7.4/
H A Dconfigure.ac36 # define ZEND_API __attribute__ ((visibility("default")))
37 # define ZEND_DLEXPORT __attribute__ ((visibility("default")))
/PHP-7.4/ext/bz2/
H A Dphp_bz2.h43 # define PHP_BZ2_API __attribute__ ((visibility("default")))
/PHP-7.4/ext/curl/
H A Dphp_curl.h38 # define PHP_CURL_API __attribute__ ((visibility("default")))
/PHP-7.4/ext/dom/
H A Dphp_dom.c1035 int retcount __attribute__((unused)); /* keep compiler quiet */ in dom_objects_free_storage()
H A Dxml_common.h49 # define PHP_DOM_EXPORT __attribute__ ((visibility("default")))
/PHP-7.4/ext/ffi/
H A Dffi.g467 ("__attribute"|"__attribute__")
797 | "__attribute__"
836 | "__attribute__"
H A Dphp_ffi.h70 # define PHP_FFI_API __attribute__ ((visibility("default")))
/PHP-7.4/ext/ffi/tests/
H A D021.phpt16 test(1, "enum __attribute__((packed)) {a2, b2}");
24 test(1, "enum __attribute__((packed)) {a8=0, b8=0xff}");
25 test(2, "enum __attribute__((packed)) {a9=0, b9=0x100}");
27 test(1, "enum __attribute__((packed)) {a10=-1, b10=0x7f}");
28 test(2, "enum __attribute__((packed)) {a11=-1, b11=0x80}");
32 test(2, "enum __attribute__((packed)) {a8=0, b8=0xffff}");
33 test(4, "enum __attribute__((packed)) {a9=0, b9=0x10000}");
48 test(1, "enum __attribute__((packed)) {a14=-0x80}");
49 test(2, "enum __attribute__((packed)) {a14=-0x81}");
50 test(2, "enum __attribute__((packed)) {a14=-0x8000}");
[all …]
H A D022.phpt25 test_size(5, "struct __attribute__((packed)) {char a; uint32_t b;}");
26 test_size(5, "struct __attribute__((packed)) {uint32_t a; char b;}");
39 test_align(1, "union __attribute__((packed)) {char a; uint32_t b;}");
40 test_align(1, "union __attribute__((packed)) {uint32_t a; char b;}");
42 test_size(8, "struct {char a __attribute__((packed)); uint32_t b;}");
43 test_size(5, "struct {char a; uint32_t b __attribute__((packed));}");
44 test_size(5, "struct {uint32_t a __attribute__((packed)); char b;}");
45 test_size(8, "struct {uint32_t a; char b __attribute__((packed));}");
47 test_align(4, "struct {char a __attribute__((packed)); uint32_t b;}");
49 test_align(1, "struct {uint32_t a __attribute__((packed)); char b;}");
[all …]
H A D031.phpt21 test_size( 1, "struct __attribute__((packed)) {int a:2; int b:2;}");
23 test_size( 9, "struct __attribute__((packed)) {int a:2; unsigned long long :64; int b:2;}");
25 test_size( 1, "union __attribute__((packed)) {int a:2; int b:8;}");
H A D032.phpt11 struct __attribute__((packed)) {
H A D044.phpt10 typedef int a __attribute__ ((__mode__ (__QI__)));
11 typedef unsigned int ua __attribute__ ((__mode__ (__QI__)));
12 typedef int b __attribute__ ((__mode__ (__HI__)));
13 typedef unsigned int ub __attribute__ ((__mode__ (__HI__)));
14 typedef int c __attribute__ ((__mode__ (__SI__)));
15 typedef unsigned int uc __attribute__ ((__mode__ (__SI__)));
16 typedef int d __attribute__ ((__mode__ (__DI__)));
17 typedef unsigned int ud __attribute__ ((__mode__ (__DI__)));
18 typedef float e __attribute__ ((__mode__ (__SF__)));
19 typedef float f __attribute__ ((__mode__ (__DF__)));
H A Dutils.inc23 foreach (['__attribute__((fastcall))', '__fastcall', '__vectorcall'] as $spec) {
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1445 - __attribute__((__format__(__printf__, 3, 4)));
1731 -#ifndef __attribute__
1732 -#define __attribute__(a)
1780 - __attribute__((__format__(__printf__, 2, 0)));
1785 - __attribute__((__format__(__printf__, 2, 3)));
1800 - __attribute__((__format__(__printf__, 3, 4)));
1802 - __attribute__((__format__(__printf__, 2, 3)));
1804 - __attribute__((__format__(__printf__, 2, 3)));
1893 - __attribute__((__format_arg__(2)));
1915 - __attribute__((__format__(__printf__, 1, 2)));
[all …]
/PHP-7.4/ext/fileinfo/libmagic/
H A Dfile.h102 #define public __attribute__ ((__visibility__("default")))
104 #define protected __attribute__ ((__visibility__("hidden")))
562 static const char rcsid[] __attribute__((__used__)) = id;
H A Dsoftmagic.c150 private const char * __attribute__((__format_arg__(3)))
/PHP-7.4/ext/gd/libgd/
H A Dgd.c43 #define __attribute__(any) /*nothing */ macro
/PHP-7.4/ext/gd/
H A Dphp_gd.h59 # define PHP_GD_API __attribute__ ((visibility("default")))
/PHP-7.4/ext/gmp/
H A Dphp_gmp_int.h14 # define PHP_GMP_API __attribute__ ((visibility("default")))

Completed in 81 milliseconds

123