Searched refs:global (Results 1 - 25 of 2124) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/microblaze/others/
H A Ddata_var1.c2 int global; variable
7 return global;
H A Ddata_var2.c2 int global = 10; variable
7 return global;
H A Ddata_var3.c2 const int global = 10; variable
6 return global;
H A Dsdata_var2.c4 int global = 10; variable
9 return global;
H A Dsdata_var1.c5 volatile Boolean global = 0; variable
9 return global;
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/tm/
H A Dtrxn-expr-3.c4 int global; variable
8 return __transaction_atomic (global + 3)
9 + __transaction_atomic (global + 4);
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/
H A Dpr55771.c3 float global; variable
8 global = x;
9 if (global < 0)
/haiku-buildtools/binutils/ld/testsuite/ld-misc/
H A Dstart.s2 .global start /* Used by SH targets. */
4 .global _start
6 .global __start
8 .global main /* Used by HPPA targets. */
H A Dfoo.s1 .global foo
2 .global bar
/haiku-buildtools/binutils/ld/testsuite/ld-sh/
H A Dvxworks4b.s3 .long global + 0x1234
4 .long global + 0x1234 - .
/haiku-buildtools/binutils/ld/testsuite/ld-vxworks/
H A Drpath-1.s1 .global foo
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-elf/
H A Dstart.s2 .global _start
4 .global __start
6 .global start /* Used by SH targets. */
8 .global main /* Used by HPPA targets. */
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dvxworks1.s2 la $4,global
4 lw $4,global
6 sw $4,global
8 ulw $4,global
10 usw $4,global
14 .global global
16 global: .word 8 label
/haiku-buildtools/binutils/ld/testsuite/ld-i386/
H A Dzero.s1 .global zero
/haiku-buildtools/binutils/ld/testsuite/ld-spu/
H A Dpicdef.s1 .global abscall
2 .global ext
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mips/
H A Dvxworks1.s2 la $4,global
4 lw $4,global
6 sw $4,global
8 ulw $4,global
10 usw $4,global
14 .global global
16 global: .word 8 label
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-i386/
H A Dzero.s1 .global zero
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tm/
H A Dirrevocable-2.c7 int global; variable
14 global++;
H A Dprops-1.c4 int global; variable
11 if (++global == 10)
/haiku-buildtools/gcc/libgcc/config/ia64/
H A Dvms-crtinit.S24 .global LIB$INITIALIZE#
/haiku-buildtools/binutils/gold/testsuite/
H A Daarch64_globals.s1 .global abs_0x1234
4 .global abs_0x11000
7 .global abs_0x45000
10 .global abs_0x3600010000
/haiku-buildtools/binutils/ld/testsuite/ld-metag/
H A Dpcrel.s2 .global _start
5 CALLR D0.0, global
8 .global global
9 global: label
/haiku-buildtools/binutils/gas/testsuite/gas/xstormy16/
H A Dreloc-1.s2 .hword global
3 .hword global+3
4 .hword global-.
5 .word global
6 .word global+3
7 .word global-.
8 .byte global
9 .byte global-0x7F00
10 .byte global+3
11 .byte global
[all...]
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/xstormy16/
H A Dreloc-1.s2 .hword global
3 .hword global+3
4 .hword global-.
5 .word global
6 .word global+3
7 .word global-.
8 .byte global
9 .byte global-0x7F00
10 .byte global+3
11 .byte global
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tm/
H A Dnoexcept-4.C11 int global; variable
15 __transaction_atomic noexcept { global += 1; }
16 return __transaction_atomic noexcept (global + 2)
17 + __transaction_atomic noexcept (global + 3);
27 __transaction_atomic noexcept { global += 4; }
28 return __transaction_atomic noexcept (global + 5)
29 + __transaction_atomic noexcept (global + 6);

Completed in 235 milliseconds

1234567891011>>