Searched refs:__attribute__ (Results 1 – 20 of 20) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | stdio.in.h | 52 #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 …]
|
D | error.h | 21 #ifndef __attribute__ 24 # define __attribute__(Spec) /* empty */ macro 43 __attribute__ ((__format__ (__printf__, 3, 4))); 47 __attribute__ ((__format__ (__printf__, 5, 6)));
|
D | string.in.h | 34 #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 …]
|
D | xalloc.h | 30 # ifndef __attribute__ 32 # define __attribute__(x) macro 37 # define ATTRIBUTE_NORETURN __attribute__ ((__noreturn__)) 42 # define ATTRIBUTE_MALLOC __attribute__ ((__malloc__))
|
D | obstack.c | 406 # ifndef __attribute__ 409 # define __attribute__(Spec) /* empty */ macro 414 __attribute__ ((noreturn))
|
D | error.c | 71 __attribute__ ((__format__ (__printf__, 3, 4))); 75 __attribute__ ((__format__ (__printf__, 5, 6)));;
|
D | regex_internal.h | 127 # define __attribute(arg) __attribute__ (arg)
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _gcc.h | 84 # 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/ |
D | make.h | 199 #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));
|
D | getopt.c | 263 static void __attribute__ ((unused))
|
D | config.log | 122 conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
|
D | main.c | 79 extern void exit PARAMS ((int)) __attribute__ ((noreturn));
|
/ndk/tests/standalone/init-fini-arrays/ |
D | foo.cpp | 5 void __attribute__((constructor)) 11 void __attribute__((destructor))
|
D | README | 4 - 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/ |
D | link-warning.h | 19 __attribute__ ((__unused__, \
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | gnulib-common.m4 | 30 # define _UNUSED_PARAMETER_ __attribute__ ((__unused__))
|
/ndk/sources/host-tools/ndk-stack/elff/ |
D | dwarf_defs.h | 25 #define ELFF_PACKED __attribute__ ((packed))
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | execute.c | 50 # define UNUSED __attribute__((unused))
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | config_h.in | 804 # define _UNUSED_PARAMETER_ __attribute__ ((__unused__))
|
D | ChangeLog | 2103 of gcc which supports __attribute__ (i.e., >= 2.7).
|