Searched refs:a1 (Results 201 - 225 of 1421) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/tic6x/
H A Dsploop-bad-5.s8 ||^ mv .L1 a1,a2
10 ||^ mv .S1 a1,a2
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/gomp/
H A Dmacro-2.C10 int a1, a2, b1, b2; local
13 bar(a1, a2, b1, b2);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Dfriend27.C11 bool operator==(const A& a1, const A& a2) { argument
12 return Relop(a1, a2, equalOp);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.brendan/
H A Denum6.C5 enum E1 {a1, b1}; // { dg-error "" } private enumerator in enum:X::E1
15 int x1 = X::a1; // { dg-error "" } within this context
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.law/
H A Darm14.C12 enum E1 {a1, b1}; // { dg-error "" } private enumerator in enum:X::E1
22 int x1 = X::a1; // { dg-error "" } Should be rejected, and is.
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmemtemp52.C17 A<char*, 3> a1; local
19 x.f(a1, a2);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20020323-1.c6 unsigned char *a0, *a1; member in struct:A
22 a.a1 = a.a0 + sizeof (unsigned int);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/unsorted/
H A Djmp.c4 goto a1;
6 a1: goto a3;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A D20050321-1.c13 struct s *a1, *(*use)[]; variable in typeref:struct:s
22 while ((*use)[used] != a1)
H A Dredecl-2.c17 int a1; /* { dg-message "note: previous declaration" } */ local
18 static int a1; /* { dg-error "redeclaration" } */ local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/gomp/
H A Dmacro-2.c10 int a1, a2, b1, b2; local
13 bar(a1, a2, b1, b2);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr33576.c4 int a1[6][4][4]; variable
17 a1[k][j][i] = c1/b1[temp];
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/
H A D20020224-1.c13 int a1, a2; member in struct:__anon6341
35 a.a1 = 530;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/spu/
H A Dintrinsics-1.c10 int *a1; local
13 gt = spu_cmpgt(a, a1); /* { dg-error "integer from pointer without a cast" } */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/template/
H A Dfriend27.C11 bool operator==(const A& a1, const A& a2) { argument
12 return Relop(a1, a2, equalOp);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.brendan/
H A Denum6.C5 enum E1 {a1, b1}; // { dg-error "" } private enumerator in enum:X::E1
15 int x1 = X::a1; // { dg-error "" } within this context
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.law/
H A Darm14.C12 enum E1 {a1, b1}; // { dg-error "" } private enumerator in enum:X::E1
22 int x1 = X::a1; // { dg-error "" } Should be rejected, and is.
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmemtemp52.C17 A<char*, 3> a1; local
19 x.f(a1, a2);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20020323-1.c6 unsigned char *a0, *a1; member in struct:A
22 a.a1 = a.a0 + sizeof (unsigned int);
/netbsd-6-1-5-RELEASE/lib/libarch/m68k/
H A Dm68k_sync_icache.S36 movl %sp@(4),%a1
/netbsd-6-1-5-RELEASE/lib/libc/arch/m68k/sys/
H A Dbrk.S63 lea %pc@(_GLOBAL_OFFSET_TABLE_@GOTPC),%a1
64 movl %a1@(_C_LABEL(__minbrk)@GOT:w),%a0
66 movl #_C_LABEL(_GLOBAL_OFFSET_TABLE_),%a1
67 lea %pc@(0,a1:l),%a1
68 movl %a1@(_C_LABEL(__minbrk):w),%a0
83 movl %a1@(CURBRK@GOT:w),%a0
85 movl %a1@(CURBRK:w),%a0
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/unsorted/
H A Djmp.c4 goto a1;
6 a1: goto a3;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A D20050321-1.c13 struct s *a1, *(*use)[]; variable in typeref:struct:s
22 while ((*use)[used] != a1)
H A Dredecl-2.c17 int a1; /* { dg-error "previous declaration" } */ local
18 static int a1; /* { dg-error "redeclaration" } */ local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.target/i386/
H A D20020224-1.c13 int a1, a2; member in struct:__anon4273
35 a.a1 = 530;

Completed in 210 milliseconds

1234567891011>>