Home
last modified time | relevance | path

Searched refs:__attribute__ (Results 1 – 20 of 20) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdio.in.h52 #ifndef __attribute__
55 # define __attribute__(Spec) /* empty */
78 __attribute__ ((__format__ (__printf__, 2, 3)));
83 __attribute__ ((__format__ (__printf__, 2, 3)));
97 __attribute__ ((__format__ (__printf__, 2, 0)));
102 __attribute__ ((__format__ (__printf__, 2, 0)));
117 __attribute__ ((__format__ (__printf__, 1, 2)));
123 __attribute__ ((__format__ (__printf__, 1, 2)));
144 __attribute__ ((__format__ (__printf__, 1, 0)));
149 __attribute__ ((__format__ (__printf__, 1, 0)));
[all …]
Derror.h21 #ifndef __attribute__
24 # define __attribute__(Spec) /* empty */ macro
43 __attribute__ ((__format__ (__printf__, 3, 4)));
47 __attribute__ ((__format__ (__printf__, 5, 6)));
Dstring.in.h34 #ifndef __attribute__
37 # define __attribute__(Spec) /* empty */ macro
59 __attribute__ ((__pure__));
77 __attribute__ ((__pure__));
107 __attribute__ ((__pure__));
123 __attribute__ ((__pure__));
177 __attribute__ ((__pure__));
227 __attribute__ ((__pure__));
254 __attribute__ ((__pure__));
338 __attribute__ ((__pure__));
[all …]
Dxalloc.h30 # ifndef __attribute__
32 # define __attribute__(x) macro
37 # define ATTRIBUTE_NORETURN __attribute__ ((__noreturn__))
42 # define ATTRIBUTE_MALLOC __attribute__ ((__malloc__))
Dobstack.c406 # ifndef __attribute__
409 # define __attribute__(Spec) /* empty */ macro
414 __attribute__ ((noreturn))
Derror.c71 __attribute__ ((__format__ (__printf__, 3, 4)));
75 __attribute__ ((__format__ (__printf__, 5, 6)));;
Dregex_internal.h127 # define __attribute(arg) __attribute__ (arg)
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_gcc.h84 # define _STLP_EXPORT_DECLSPEC __attribute__((visibility("default")))
85 # define _STLP_IMPORT_DECLSPEC __attribute__((visibility("default")))
86 # define _STLP_CLASS_EXPORT_DECLSPEC __attribute__((visibility("default")))
87 # define _STLP_CLASS_IMPORT_DECLSPEC __attribute__((visibility("default")))
102 #define _STLP_NORETURN_FUNCTION __attribute__((noreturn))
/ndk/sources/host-tools/make-3.81/
Dmake.h199 #ifndef __attribute__
202 # define __attribute__(x) macro
211 #define UNUSED __attribute__ ((unused))
234 extern void abort PARAMS ((void)) __attribute__ ((noreturn));
235 extern void exit PARAMS ((int)) __attribute__ ((noreturn));
402 __attribute__ ((__format__ (__printf__, 2, 3)));
404 __attribute__ ((__format__ (__printf__, 2, 3)));
406 __attribute__ ((noreturn, __format__ (__printf__, 2, 3)));
413 extern void die PARAMS ((int)) __attribute__ ((noreturn));
415 extern void pfatal_with_name PARAMS ((const char *)) __attribute__ ((noreturn));
Dgetopt.c263 static void __attribute__ ((unused))
Dconfig.log122 conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
Dmain.c79 extern void exit PARAMS ((int)) __attribute__ ((noreturn));
/ndk/tests/standalone/init-fini-arrays/
Dfoo.cpp5 void __attribute__((constructor))
11 void __attribute__((destructor))
DREADME4 - The address of functions with __attribute__((constructor)) are placed in
7 - The address of functions with __attribute__((destructor)) are placed in
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dlink-warning.h19 __attribute__ ((__unused__, \
/ndk/sources/host-tools/sed-4.2.1/m4/
Dgnulib-common.m430 # define _UNUSED_PARAMETER_ __attribute__ ((__unused__))
/ndk/sources/host-tools/ndk-stack/elff/
Ddwarf_defs.h25 #define ELFF_PACKED __attribute__ ((packed))
/ndk/sources/host-tools/sed-4.2.1/sed/
Dexecute.c50 # define UNUSED __attribute__((unused))
/ndk/sources/host-tools/sed-4.2.1/
Dconfig_h.in804 # define _UNUSED_PARAMETER_ __attribute__ ((__unused__))
DChangeLog2103 of gcc which supports __attribute__ (i.e., >= 2.7).