Searched refs:used (Results 1 - 25 of 849) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20011010-1.c1 extern int used (void);
7 for (; used (); ({while (1) if (used ()) return 0;}))
H A Dpr21728.c6 void __attribute__((used)) q(void)
/haiku-buildtools/binutils/binutils/testsuite/binutils-all/
H A Dpr19547.c1 static char foo[]__attribute__ ((used)) = "foo";
/haiku-buildtools/binutils/gold/testsuite/
H A Dstart_lib_test_3.c25 static char t3[] __attribute__ ((used)) = "t3";
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr29299.c4 static int bof __attribute__((used));
7 static int barbarbarbar __attribute__((used));
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dmv10.C4 __attribute__((target ("popcnt"), used))
9 __attribute__((target ("popcnt","avx"), used))
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/
H A Dpr57653.c4 __attribute__((used)) static const char s[] = F;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/guality/
H A Drestrict.c5 int *ip __attribute__((used));
6 const int *cip __attribute__((used));
7 int * restrict irp __attribute__((used));
8 int * const icp __attribute__((used));
9 const int * restrict cirp __attribute__((used));
10 int * const restrict icrp __attribute__((used));
11 const int * const restrict cicrp __attribute__((used));
13 int * const volatile restrict cvirp __attribute__((used));
14 const volatile int * restrict pcvir __attribute__((used));
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dat-2.l2 .*\.s:4: Error: macro used \$at after ".set noat"
3 .*\.s:5: Error: macro used \$at after ".set noat"
4 .*\.s:6: Error: macro used \$at after ".set noat"
5 .*\.s:8: Warning: used \$at without ".set noat"
6 .*\.s:13: Warning: used \$26 with ".set at=\$26"
7 .*\.s:18: Warning: used \$27 with ".set at=\$27"
H A Dxlr-ext.s1 # Source file used to test XLR's assembler instructions
/haiku-buildtools/binutils/gas/testsuite/gas/tic6x/
H A Dreloc-bad-5.l2 [^:]*:8: Error: addend used with \$DSBT_INDEX
/haiku-buildtools/binutils/ld/testsuite/ld-elf/
H A Dbeginwarn.c2 __attribute__ ((used, section (".gnu.warning.foo")))
8 __attribute__ ((used, section (".init_array"), aligned (sizeof (void *))))
H A Dbegin.c4 __attribute__ ((used, section (".init_array"), aligned (sizeof (void *))))
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/lto/
H A Dpr47924_0.c5 short *p __attribute__((used));
6 int i __attribute__((used));
H A Dpr53214_0.c3 double a(double) __attribute__ ((optimize(1), used));
/haiku-buildtools/binutils/ld/testsuite/ld-plugin/
H A Dpr12760b.c4 __attribute__ ((used, section (".gnu.warning..bar"))) = "Bad bar";
7 __attribute__ ((used, section (".gnu.warning.bar"))) = "Bad bar";
H A Dpr16746b.c3 __attribute__ ((used, section (".gnu.warning..foobar\n\t#")))
7 __attribute__ ((used, section (".gnu.warning.foobar\n\t#")))
H A Dpr16746a.c3 __attribute__ ((used, section (".gnu.warning..foobar\n\t#"))) = "foobar";
6 __attribute__ ((used, section (".gnu.warning.foobar\n\t#"))) = "foobar";
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/issue5957.dir/
H A Dc.go4 "./a" // ERROR "imported and not used: \x22a\x22 as surprise|imported and not used: surprise"
5 "./b" // GC_ERROR "imported and not used: \x22b\x22 as surprise2|imported and not used: surprise2"
6 b "./b" // ERROR "imported and not used: \x22b\x22$|imported and not used: surprise2"
7 foo "math" // ERROR "imported and not used: \x22math\x22 as foo|imported and not used: math"
8 "fmt" // actually used
9 "strings" // ERROR "imported and not used
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Ddarwin-save-world-1.c12 void __attribute__((used)) q(void)
/haiku-buildtools/gcc/libsanitizer/lsan/
H A Dlsan_preinit.cc18 __attribute__((section(".preinit_array"), used))
/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_preinit.cc17 __attribute__((section(".preinit_array"), used))
/haiku-buildtools/binutils/gas/testsuite/gas/pe/
H A Dseh-x64-err-1.l2 .*:5: Error: .seh_endproc used without .seh_proc
3 .*:6: Error: .seh_stackalloc used outside of .seh_proc block
4 .*:7: Error: .seh_setframe used outside of .seh_proc block
5 .*:8: Error: .seh_endprologue used outside of .seh_proc block
6 .*:9: Error: .seh_pushreg used outside of .seh_proc block
7 .*:10: Error: .seh_savereg used outside of .seh_proc block
8 .*:11: Error: .seh_savexmm used outside of .seh_proc block
9 .*:12: Error: .seh_handler used outside of .seh_proc block
10 .*:13: Error: .seh_handler used outside of .seh_proc block
11 .*:14: Error: .seh_handler used outsid
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dderived_comp_array_ref_1.f9011 logical :: used component in type:calc_signal_type
15 subroutine activate_gd_calcs (used, outputs)
16 logical, intent(inout) :: used(:) local in subroutine:activate_gd_calcs
18 outputs%used = used(outputs%signal_number)
32 if (any (outputs_(ndim:1:-1)%used .neqv. used_)) call abort ()
/haiku-buildtools/gcc/libgcc/config/m32r/
H A Dinitfini.c38 ensure that the proper lists are used for the initialization/finalization
45 __attribute__ ((used, section (".ctors")))
49 __attribute__ ((used, section (".dtors")))
67 asm ("__do_global_dtors") __attribute__ ((used, section (".text")));
121 __attribute__ ((used, section (".ctors")))
125 __attribute__ ((used, section (".dtors")))
132 asm ("__do_global_ctors") __attribute__ ((used, section (".text")));

Completed in 287 milliseconds

1234567891011>>