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

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20010911-1.c4 void __attribute__(()) foo();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/ext/
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 "" } */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/ext/
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...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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[9] __attribute__ ((visibility ("hidden"))) =
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dattr-alias-5.c8 void f0 (void) __attribute__((alias("\xa1"))); /* { dg-error "undefined symbol '\\\\241'" } */
9 void f1 (void) __attribute__((alias("\u00e9"))); /* { dg-error "undefined symbol '\\\\U000000e9'" } */
10 void f2 (void) __attribute__((alias("\uffff"))); /* { dg-error "undefined symbol '\\\\U0000ffff'" } */
11 void f3 (void) __attribute__((alias("\U000fffff"))); /* { dg-error "undefined symbol '\\\\U000fffff'" } */
12 void f4 (void) __attribute__((alias("\U00ffffff"))); /* { dg-error "undefined symbol '\\\\U00ffffff'" } */
13 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;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/testsuite/
H A Djustsyms_2.cc26 char justsyms_string[] __attribute__ ((section(".gold_test"))) =
H A Dscript_test_2a.cc23 char script_test_string_a[] __attribute__ ((section(".gold_test"))) =
H A Dscript_test_2b.cc23 char script_test_string_b[] __attribute__ ((section(".gold_test"))) =
H A Dstart_lib_test_3.c25 static char t3[] __attribute__ ((used)) = "t3";
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/ext/visibility/
H A Dvisibility-1.C6 __attribute__((visibility ("hidden")))
H A Dvisibility-3.C6 __attribute__((visibility ("hidden")))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/opt/
H A Dconst4.C6 const int a[] __attribute__ ((__used__)) = { 0, 1, 2, 3 };
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/warn/
H A Dmain-3.C4 int __attribute__ ((vector_size (8))) main () // { dg-error "must return" }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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 233 milliseconds

1234567891011>>