Searched defs:__attribute__ (Results 1 - 25 of 38) sorted by relevance

12

/external/bison/lib/
H A Derror.h22 #ifndef __attribute__
25 # define __attribute__(Spec) /* empty */ macro
44 __attribute__ ((__format__ (__printf__, 3, 4)));
48 __attribute__ ((__format__ (__printf__, 5, 6)));
H A Dlibiberty.h26 # ifndef __attribute__
28 # define __attribute__(x) macro
32 # define ATTRIBUTE_UNUSED __attribute__ ((__unused__))
H A Dxalloc.h31 # ifndef __attribute__
33 # define __attribute__(x) macro
38 # define ATTRIBUTE_NORETURN __attribute__ ((__noreturn__))
H A Dsubpipe.c74 #ifndef __attribute__
78 # define __attribute__(Spec) /* empty */ macro
83 # define ATTRIBUTE_UNUSED __attribute__ ((__unused__))
H A Dobstack.c420 # ifndef __attribute__
423 # define __attribute__(Spec) /* empty */
428 __attribute__ ((noreturn))
419 # define __attribute__ macro
/external/clang/test/Parser/
H A Dknr_parameter_attributes.c3 int f(int i __attribute__((__unused__))) argument
8 int i __attribute__((__unused__));
/external/e2fsprogs/intl/
H A Dvasnprintf.h28 #ifndef __attribute__
31 # define __attribute__(Spec) /* empty */ macro
53 __attribute__ ((__format__ (__printf__, 3, 4)));
55 __attribute__ ((__format__ (__printf__, 3, 0)));
/external/ipsec-tools/src/racoon/
H A Dgnuc.h27 * __dead void foo(void) __attribute__((volatile));
35 #ifndef __attribute__
36 #define __attribute__(args) macro
43 #ifndef __attribute__
44 #define __attribute__(args) macro
/external/linux-tools-perf/util/include/linux/
H A Dprefetch.h4 static inline void prefetch(void *a __attribute__((unused))) { } argument
/external/tcpdump/
H A Dmachdep.c40 #define __attribute__(x) macro
49 __attribute__((format(printf, 3, 4)));
H A Dinterface.h32 #define __attribute__(x) macro
45 __attribute__((format(printf, 3, 4)));
50 __attribute__((format(printf, 3, 0)));
152 __attribute__((noreturn, format (printf, 1, 2)));
153 extern void warning(const char *, ...) __attribute__ ((format (printf, 1, 2)));
/external/clang/test/CodeGen/
H A D2007-06-15-AnnotateAttribute.c5 int X __attribute__((annotate("GlobalValAnnotation")));
8 int foo(int y) __attribute__((annotate("GlobalValAnnotation")))
9 __attribute__((noinline));
11 int foo(int y __attribute__((annotate("LocalValAnnotation")))) { argument
12 int x __attribute__((annotate("LocalValAnnotation")));
18 static int a __attribute__((annotate("GlobalValAnnotation")));
H A Dannotations-var.c17 int foo(int v __attribute__((annotate("param_ann_2"))) __attribute__((annotate("param_ann_3"))));
18 int foo(int v __attribute__((annotate("param_ann_0"))) __attribute__((annotate("param_ann_1")))) { argument
33 int localvar __attribute__((annotate("localvar_ann_0"))) __attribute__((annotate("localvar_ann_1"))) = 3;
43 int undefvar __attribute__((annotate("undefvar_ann_0")));
/external/clang/test/Sema/
H A Dwarn-unused-parameters.c6 int z __attribute__((unused))) {
13 int z __attribute__((unused))) { return x; };
4 f0(int x, int y, int z __attribute__((unused))) argument
H A Dattr-unused.c3 static void (*fp0)(void) __attribute__((unused));
5 static void __attribute__((unused)) f0(void);
8 int f1() __attribute__((unused));
10 int g0 __attribute__((unused));
12 int f2() __attribute__((unused(1, 2))); // expected-error {{attribute takes no arguments}}
14 struct Test0_unused {} __attribute__((unused));
16 typedef int Int_unused __attribute__((unused));
37 int f5(int x __attribute__((__unused__))) { argument
41 int f6(int x __attribute__((__unused__))) { argument
/external/libselinux/src/
H A Dcallbacks.c14 static int __attribute__ ((format(printf, 2, 3)))
15 default_selinux_log(int type __attribute__((unused)), const char *fmt, ...) argument
26 default_selinux_audit(void *ptr __attribute__((unused)), argument
27 security_class_t cls __attribute__((unused)),
28 char *buf __attribute__((unused)),
29 size_t len __attribute__((unused)))
41 default_selinux_setenforce(int enforcing __attribute__((unused))) argument
47 default_selinux_policyload(int seqno __attribute__((unused))) argument
53 int __attribute__ ((format(printf, 2, 3)))
H A Dbooleans.c295 int permanent __attribute__((unused)))
294 security_set_boolean_list(size_t boolcnt, SELboolean * boollist, int permanent __attribute__((unused))) argument
/external/oprofile/daemon/
H A Dopd_trans.c135 static void code_unknown(struct transient * trans __attribute__((unused))) argument
224 static void code_module_loaded(struct transient * trans __attribute__((unused))) argument
H A Dopd_perfmon.c116 static void child_sigusr1(int val __attribute__((unused))) argument
129 static void child_sigusr2(int val __attribute__((unused))) argument
142 static void child_sigterm(int val __attribute__((unused))) argument
/external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
H A D_speedups.c15 py_encode_basestring_ascii(PyObject* self __attribute__((__unused__)), PyObject *pystr);
186 py_encode_basestring_ascii(PyObject* self __attribute__((__unused__)), PyObject *pystr) { argument
/external/bison/src/
H A Dsystem.h93 #ifndef __attribute__
97 # define __attribute__(Spec) /* empty */ macro
109 # define ATTRIBUTE_NORETURN __attribute__ ((__noreturn__))
113 # define ATTRIBUTE_UNUSED __attribute__ ((__unused__))
/external/linux-tools-perf/
H A Dbuiltin-inject.c193 static void sig_handler(int sig __attribute__((__unused__))) argument
/external/linux-tools-perf/util/
H A Dutil.h149 #define NORETURN __attribute__((__noreturn__))
152 #ifndef __attribute__
153 #define __attribute__(x) macro
159 extern void die(const char *err, ...) NORETURN __attribute__((format (printf, 1, 2)));
160 extern int error(const char *err, ...) __attribute__((format (printf, 1, 2)));
161 extern void warning(const char *err, ...) __attribute__((format (printf, 1, 2)));
210 extern void *xrealloc(void *ptr, size_t size) __attribute__((weak));
/external/valgrind/main/coregrind/m_demangle/
H A Dansidecl.h107 wrappers around __attribute__. Also, __extension__ will be #defined
247 # define __attribute__(x) macro
253 # define ATTRIBUTE_MALLOC __attribute__ ((__malloc__))
269 #define ATTRIBUTE_UNUSED __attribute__ ((__unused__))
281 #define ATTRIBUTE_NORETURN __attribute__ ((__noreturn__))
287 # define ATTRIBUTE_NONNULL(m) __attribute__ ((__nonnull__ (m)))
296 # define ATTRIBUTE_PURE __attribute__ ((__pure__))
307 #define ATTRIBUTE_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n))) ATTRIBUTE_NONNULL(m)
335 # define ATTRIBUTE_NULL_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n)))
349 # define ATTRIBUTE_SENTINEL __attribute__ ((__sentinel_
[all...]
/external/bison/data/
H A Dglr.c302 #ifndef __attribute__
306 # define __attribute__(Spec) /* empty */ macro
314 # define YYOPTIONAL_LOC(Name) Name __attribute__ ((__unused__))
820 __attribute__ ((__noreturn__));
830 __attribute__ ((__noreturn__));
852 static void yyfillin (yyGLRStackItem *, int, int) __attribute__ ((__unused__));
873 __attribute__ ((__unused__));
897 yybool yynormal __attribute__ ((__unused__)) =
1430 yybool yynormal __attribute__ ((__unused__)) =
2535 __attribute__ ((__unused_
[all...]

Completed in 1198 milliseconds

12