Searched refs:__attribute (Results 1 - 25 of 73) sorted by relevance

123

/external/clang/test/CodeGen/
H A Dannotations-global.c8 static __attribute((annotate("sfoo_0"))) __attribute((annotate("sfoo_1"))) char sfoo;
9 __attribute((annotate("foo_0"))) __attribute((annotate("foo_1"))) char foo;
11 void __attribute((annotate("ann_a_0"))) __attribute((annotate("ann_a_1"))) __attribute((annotate("ann_a_2"))) __attribute((annotate("ann_a_3"))) a(char *a);
12 void __attribute((annotate("ann_a_0"))) __attribute((annotat
[all...]
H A Dannotations-loc.c7 int __attribute((annotate("foo"))) foo(void) { return 0; }
H A D2011-03-08-ZeroFieldUnionInitializer.c4 struct { } __attribute((packed));
H A Dalign-local.c3 typedef struct __attribute((aligned(16))) {int x[4];} ff; function
7 struct {int x[4];} b __attribute((aligned(16)));
H A Dattr-naked.c15 __attribute((naked, always_inline)) void t2() {
H A Dweak_constant.c4 const int x __attribute((weak)) = 123;
H A Dpr2394.c2 struct __attribute((packed)) x {int a : 24;};
H A Dpragma-weak.c87 void __declfirstattr(void) __attribute((noinline));
94 //// ensure that pragma weak/__attribute((weak)) play nice
98 __attribute((weak)) void mix(void) { }
104 void __mix2(void) __attribute((noinline));
105 void __mix2(void) __attribute((noinline));
109 ////////////// test #pragma weak/__attribute combinations
113 void both(void) __attribute((alias("__both")));
123 void both2(void) __attribute((alias("__both2"))); // first, wins
130 void both3(void) __attribute((alias("__both3")));
136 void __a1(void) __attribute((noinlin
[all...]
H A Dpragma-visibility.c13 extern __attribute((visibility("default"))) int z;
22 __attribute((visibility("default"))) void g();
H A Dalign-param.c14 int test2(struct X x __attribute((aligned(16)))) { argument
H A Dregparm-flag.c6 void f2(int a, int b) __attribute((regparm(0)));
H A Dalias.c10 extern int g1 __attribute((alias("g0")));
15 extern void f1(void) __attribute((alias("f0")));
/external/clang/test/Sema/
H A Dattr-tls_model.c7 int f() __attribute((tls_model("global-dynamic"))); // expected-error {{'tls_model' attribute only applies to thread-local variables}}
9 int x __attribute((tls_model("global-dynamic"))); // expected-error {{'tls_model' attribute only applies to thread-local variables}}
10 static __thread int y __attribute((tls_model("global-dynamic"))); // no-warning
12 static __thread int y __attribute((tls_model("local", "dynamic"))); // expected-error {{'tls_model' attribute takes one argument}}
13 static __thread int y __attribute((tls_model(123))); // expected-error {{'tls_model' attribute requires a string}}
14 static __thread int y __attribute((tls_model("foobar"))); // expected-error {{tls_model must be "global-dynamic", "local-dynamic", "initial-exec" or "local-exec"}}
H A Dattr-malloc.c7 void * malloc(size_t) __attribute((malloc));
9 int no_vars __attribute((malloc)); // expected-warning {{functions returning a pointer type}}
11 void returns_void (void) __attribute((malloc)); // expected-warning {{functions returning a pointer type}}
12 int returns_int (void) __attribute((malloc)); // expected-warning {{functions returning a pointer type}}
13 int * returns_intptr(void) __attribute((malloc)); // no-warning
15 iptr returns_iptr (void) __attribute((malloc)); // no-warning
17 __attribute((malloc)) void *(*f)(); // expected-warning{{'malloc' attribute only applies to functions returning a pointer type}}
18 __attribute((malloc)) int (*g)(); // expected-warning{{'malloc' attribute only applies to functions returning a pointer type}}
20 __attribute((malloc))
24 #define malloc_like __attribute((__malloc_
[all...]
H A Dattr-regparm.c3 __attribute((regparm(2))) int x0(void);
4 __attribute((regparm(1.0))) int x1(void); // expected-error{{'regparm' attribute requires an integer constant}}
5 __attribute((regparm(-1))) int x2(void); // expected-error{{'regparm' parameter must be between 0 and 3 inclusive}}
6 __attribute((regparm(5))) int x3(void); // expected-error{{'regparm' parameter must be between 0 and 3 inclusive}}
7 __attribute((regparm(5,3))) int x4(void); // expected-error{{'regparm' attribute takes one argument}}
H A Dattr-cleanup.c5 extern int g1 __attribute((cleanup(c1))); // expected-warning {{cleanup attribute ignored}}
6 int g2 __attribute((cleanup(c1))); // expected-warning {{cleanup attribute ignored}}
7 static int g3 __attribute((cleanup(c1))); // expected-warning {{cleanup attribute ignored}}
11 int v1 __attribute((cleanup)); // expected-error {{'cleanup' attribute takes one argument}}
12 int v2 __attribute((cleanup(1, 2))); // expected-error {{'cleanup' attribute takes one argument}}
14 static int v3 __attribute((cleanup(c1))); // expected-warning {{cleanup attribute ignored}}
16 int v4 __attribute((cleanup(h))); // expected-error {{'cleanup' argument 'h' not found}}
18 int v5 __attribute((cleanup(c1)));
19 int v6 __attribute((cleanup(v3))); // expected-error {{'cleanup' argument 'v3' is not a function}}
38 __attribute((cleanu
[all...]
H A Dattr-mode.c8 typedef int i16_1 __attribute((mode(HI)));
10 typedef int i16_2 __attribute((__mode__(__HI__)));
13 typedef float f64 __attribute((mode(DF)));
16 typedef int invalid_1 __attribute((mode)); // expected-error{{'mode' attribute requires an identifier}}
17 typedef int invalid_2 __attribute((mode())); // expected-error{{'mode' attribute requires an identifier}}
18 typedef int invalid_3 __attribute((mode(II))); // expected-error{{unknown machine mode}}
19 typedef struct {int i,j,k;} invalid_4 __attribute((mode(SI))); // expected-error{{mode attribute only supported for integer and floating-point types}}
20 typedef float invalid_5 __attribute((mode(SI))); // expected-error{{type of machine mode does not match type of base type}}
22 typedef unsigned unwind_word __attribute((mode(unwind_word)));
24 int **__attribute((mod
[all...]
H A Dmips16_attr_allowed.c23 __attribute((nomips16)) int a; // expected-error {{attribute only applies to functions}}
25 __attribute((mips16)) int b; // expected-error {{attribute only applies to functions}}
/external/clang/test/CodeGenCXX/
H A Denum.cpp4 enum A { a } __attribute((packed));
/external/chromium_org/third_party/libxml/src/
H A Delfgcchack.h69 extern __typeof (__xmlGenericError) __xmlGenericError __attribute((alias("__xmlGenericError__internal_alias")));
72 extern __typeof (__xmlGenericError) __xmlGenericError__internal_alias __attribute((visibility("hidden")));
79 extern __typeof (__xmlGenericErrorContext) __xmlGenericErrorContext __attribute((alias("__xmlGenericErrorContext__internal_alias")));
82 extern __typeof (__xmlGenericErrorContext) __xmlGenericErrorContext__internal_alias __attribute((visibility("hidden")));
91 extern __typeof (docbCreatePushParserCtxt) docbCreatePushParserCtxt __attribute((alias("docbCreatePushParserCtxt__internal_alias")));
94 extern __typeof (docbCreatePushParserCtxt) docbCreatePushParserCtxt__internal_alias __attribute((visibility("hidden")));
103 extern __typeof (htmlAttrAllowed) htmlAttrAllowed __attribute((alias("htmlAttrAllowed__internal_alias")));
106 extern __typeof (htmlAttrAllowed) htmlAttrAllowed__internal_alias __attribute((visibility("hidden")));
115 extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag __attribute((alias("htmlAutoCloseTag__internal_alias")));
118 extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag__internal_alias __attribute((visibilit
[all...]
/external/libxml2/
H A Delfgcchack.h69 extern __typeof (__xmlGenericError) __xmlGenericError __attribute((alias("__xmlGenericError__internal_alias")));
72 extern __typeof (__xmlGenericError) __xmlGenericError__internal_alias __attribute((visibility("hidden")));
79 extern __typeof (__xmlGenericErrorContext) __xmlGenericErrorContext __attribute((alias("__xmlGenericErrorContext__internal_alias")));
82 extern __typeof (__xmlGenericErrorContext) __xmlGenericErrorContext__internal_alias __attribute((visibility("hidden")));
91 extern __typeof (docbCreatePushParserCtxt) docbCreatePushParserCtxt __attribute((alias("docbCreatePushParserCtxt__internal_alias")));
94 extern __typeof (docbCreatePushParserCtxt) docbCreatePushParserCtxt__internal_alias __attribute((visibility("hidden")));
103 extern __typeof (htmlAttrAllowed) htmlAttrAllowed __attribute((alias("htmlAttrAllowed__internal_alias")));
106 extern __typeof (htmlAttrAllowed) htmlAttrAllowed__internal_alias __attribute((visibility("hidden")));
115 extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag __attribute((alias("htmlAutoCloseTag__internal_alias")));
118 extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag__internal_alias __attribute((visibilit
[all...]
/external/clang/test/SemaCXX/
H A Dattr-visibility.cpp20 } __attribute((visibility("default"))); // expected-warning {{attribute 'visibility' after definition is ignored}}
/external/libcap-ng/libcap-ng-0.7/bindings/python/
H A Dcapng_swig.i39 #define __attribute(X) /*nothing*/
/external/clang/test/Index/
H A Dcomplete-with-annotations.cpp4 int field __attribute((annotate("one"), annotate("two"), annotate("three")));
/external/compiler-rt/SDKs/linux/usr/include/
H A Dstdlib.h31 void *malloc(size_t) __attribute__((__nothrow__)) __attribute((__malloc__))
33 void *realloc(void *, size_t) __attribute__((__nothrow__)) __attribute((__malloc__))

Completed in 535 milliseconds

123