Searched refs:glob (Results 1 - 25 of 46) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dthunk-retbnd.c3 /* { dg-final { scan-tree-dump-times "return &glob," 2 "optimized" } } */
6 int glob; variable
11 return &glob;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/lto/
H A Dchkp-ctor-merge_0.c5 int glob = 1; variable
10 glob += 1;
17 glob -= 2;
22 return glob;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Datomic_loaddi_acquire.x4 int glob;
10 return glob;
H A Datomic_loaddi_relaxed.x4 int glob;
10 return glob;
H A Datomic_loaddi_seq_cst.x4 int glob;
10 return glob;
H A Datomic_loaddi_relaxed_cond.c12 int glob; variable
19 return glob;
H A Dpr42574.c4 /* Make sure the address of glob.c is calculated only once and using
12 struct A glob; variable in typeref:struct:A
19 func1(glob.c);
20 if (func2(glob.c, p)) {
23 func3(glob.c);
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20030913-1.c4 int glob; variable
9 *q = &glob;
24 if (glob != 42) abort();
H A D960218-1.c1 int glob; variable
5 glob = x;
19 if (glob != -4)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dreg-stack4.C15 double glob; variable
22 if (glob < 10) return;
23 double p = glob*5;
25 ext1 (vecdca.data-glob);
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/
H A Dclass-1.m15 int glob;
17 @implementation glob
H A Dlocal-decl-1.m10 Sprite *glob;
22 Sprite *glob = 0; /* ok */
H A Dstret-2.m14 } glob = { 1.0, 2.0, 'a' };
26 - (struct astruct) stret { return glob; }
/haiku-buildtools/binutils/ld/testsuite/ld-mips-elf/
H A Dgot-dump-1.s1 .global glob
2 .ent glob
3 glob: label
7 lw $4,%call16(glob)($28)
9 .end glob
H A Dgot-dump-2.s1 .global glob
2 .ent glob
3 glob: label
7 ld $4,%call16(glob)($28)
9 .end glob
/haiku-buildtools/binutils/ld/testsuite/ld-spu/
H A Dfixup.s3 .global glob
17 .long 0, 0, 0, glob
20 glob: label
H A Dpic.s3 .global glob
42 ila 8,glob
43 .reloc .,SPU_ADD_PIC,glob
67 glob: label
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dconsec.c2 int glob; variable
16 ((int *)glob)[2] = c;
17 ((int *)glob)[3] = d;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/ipa/
H A Dipa-sra-10.c5 extern int glob, glob1, glob2;
12 a = glob;
30 glob = a;
/haiku-buildtools/binutils/gas/testsuite/gas/i386/
H A Dpcrel.s5 .global glob
13 glob: label
18 jmp glob
29 jmp glob - abs
40 jmp glob - abs2
47 jmp glob - loc
48 jmp glob - loc2
H A Dabsrel.s5 .global glob
13 glob: label
18 mov glob, %eax
29 mov glob - abs, %eax
40 mov glob - abs2,%eax
47 mov glob - loc, %eax
48 mov glob - loc2,%eax
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/i386/
H A Dpcrel.s5 .global glob
13 glob: label
18 jmp glob
29 jmp glob - abs
40 jmp glob - abs2
47 jmp glob - loc
48 jmp glob - loc2
H A Dabsrel.s5 .global glob
13 glob: label
18 mov glob, %eax
29 mov glob - abs, %eax
40 mov glob - abs2,%eax
47 mov glob - loc, %eax
48 mov glob - loc2,%eax
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr43784.C11 int __attribute__((noinline)) glob (int a, int b) function
20 if (glob (1, 3) != 1)
/haiku-buildtools/binutils/ld/testsuite/ld-arm/
H A Dtls-longplt.s43 @ glob used by tls-longplt-lib
44 .type glob, %object
45 .globl glob
46 glob: .space 4 label

Completed in 164 milliseconds

12