Searched refs:__attribute__ (Results 1 - 25 of 9075) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dattrib45.C3 __attribute__ ((__deprecated__)); // { dg-error "does not declare anything" }
H A Dattrib4.C4 __attribute__((noreturn))
5 __attribute__((unused))
8 __attribute__((noreturn))
9 __attribute__((unused))
14 __attribute__((unused))
16 __attribute__((noreturn)); // OK
18 __attribute__((unused))
21 __attribute__((noreturn)); // OK
25 __attribute__((noreturn))
26 __attribute__((unuse
[all...]
H A Dvector1.C5 __attribute__((vector_size(16))) int a1 = { 100, 200, 300, 400 };
H A Dvector15.C5 __attribute__((vector_size(16) )) bool a; /* { dg-error "" } */
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20010911-1.c4 void __attribute__(()) foo();
H A D20010701-1.c5 void __attribute__((__noreturn__)) foo (const char *, ...) __attribute__((__format__(__printf__, 1, 2))), bar (void);
H A D20020303-1.c5 int i __attribute__((weak)) = 0;
H A Dpr43288.c1 static int a __attribute__ ((common));
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dfuncspec-5.c6 extern void test_abm (void) __attribute__((__target__("abm")));
7 extern void test_aes (void) __attribute__((__target__("aes")));
8 extern void test_bmi (void) __attribute__((__target__("bmi")));
9 extern void test_mmx (void) __attribute__((__target__("mmx")));
10 extern void test_pclmul (void) __attribute__((__target__("pclmul")));
11 extern void test_popcnt (void) __attribute__((__target__("popcnt")));
12 extern void test_recip (void) __attribute__((__target__("recip")));
13 extern void test_sse (void) __attribute__((__target__("sse")));
14 extern void test_sse2 (void) __attribute__((__target__("sse2")));
15 extern void test_sse3 (void) __attribute__((__target_
[all...]
/haiku-buildtools/binutils/gold/testsuite/
H A Dtext_section_grouping.cc28 __attribute__ ((section(".text.hot.foo")))
35 __attribute__ ((section(".text.startup.foo")))
42 __attribute__ ((section(".text.unlikely.foo")))
49 __attribute__ ((section(".text.hot.bar")))
56 __attribute__ ((section(".text.startup.bar")))
63 __attribute__ ((section(".text.unlikely.bar")))
H A Dplugin_final_layout.cc29 __attribute__ ((section(".text._Z3barv")))
34 __attribute__ ((section(".text.hot._Z3bazv")))
39 __attribute__ ((section(".text.hot._Z3foov")))
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/abi/
H A Dmangle21.C8 do { static int xyz __attribute__((unused)) = 1; } while (0);
9 do { static int xyz __attribute__((unused)) = 2; } while (0);
10 do { static int xyz __attribute__((unused)) = 3; } while (0);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/epiphany/
H A Dinterrupt.c3 void __attribute__((interrupt("dma0")))
8 void __attribute__((interrupt("Vss")))
13 void __attribute__((interrupt(42)))
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dattr-alias-5.c9 void f0 (void) __attribute__((alias("\xa1"))); /* { dg-error "undefined symbol '\\\\241'" } */
10 void f1 (void) __attribute__((alias("\u00e9"))); /* { dg-error "undefined symbol '\\\\U000000e9'" } */
11 void f2 (void) __attribute__((alias("\uffff"))); /* { dg-error "undefined symbol '\\\\U0000ffff'" } */
12 void f3 (void) __attribute__((alias("\U000fffff"))); /* { dg-error "undefined symbol '\\\\U000fffff'" } */
13 void f4 (void) __attribute__((alias("\U00ffffff"))); /* { dg-error "undefined symbol '\\\\U00ffffff'" } */
14 void f5 (void) __attribute__((alias("\U0fffffff"))); /* { dg-error "undefined symbol '\\\\U0fffffff'" } */
H A D20040409-1.c4 int (*temp) (void) __attribute__((noreturn));
H A D20051207-1.c5 int a __attribute__((section (".eh_frame"))) = 1;
H A D20051207-2.c5 const int a __attribute__((section (".eh_frame"))) = 1;
H A Dattr-alias-4.c4 typedef int i __attribute__((alias("j"))); /* { dg-warning "ignored" } */
/haiku-buildtools/gcc/gcc/lto/
H A Dcommon.c22 const char *lto_kind_str[5] __attribute__ ((visibility ("hidden"))) =
28 const char *lto_visibility_str[4] __attribute__ ((visibility ("hidden"))) =
34 const char *lto_resolution_str[10] __attribute__ ((visibility ("hidden"))) =
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arc/
H A Dinterrupt-3.c1 void __attribute__ ((interrupt))
6 void __attribute__ ((interrupt("you load too")))
11 void __attribute__ ((interrupt(42)))
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/visibility/
H A Dvisibility-1.C6 __attribute__((visibility ("hidden")))
H A Dvisibility-3.C6 __attribute__((visibility ("hidden")))
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dconst4.C6 const int a[] __attribute__ ((__used__)) = { 0, 1, 2, 3 };
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A Dmain-3.C4 int __attribute__ ((vector_size (8))) main () // { dg-error "must return" }
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.ext/
H A Dattrib6.C6 void __attribute__((__noreturn__)) foo (const char *, ...) __attribute__((__format__(__printf__, 1, 2))), bar (void);

Completed in 111 milliseconds

1234567891011>>