Searched refs:ab (Results 1 - 25 of 441) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Ddilayout.c10 struct ii ab; member in struct:foo
18 p[1] = a.ab.a;
19 p[2] = a.ab.b;
21 return a.ab;
24 str (struct ii ab, struct ii *p) argument
26 *p = ab;
29 ll (long long ab, long long *p) argument
31 *p = ab;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/avr/
H A Dpr46779-1.c28 } ab = {12, 34}; variable in typeref:struct:S
35 ab = y;
40 yoo (ab);
42 if (ab.a != 0)
45 if (ab.b != 56)
H A Dpr46779-2.c28 } ab = {12, 34}; variable in typeref:struct:S
35 ab = y;
40 yoo (ab);
42 if (ab.a != 0)
45 if (ab.b != 56)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-virtual6.C4 /* 'ab' has a static initializer, but we flubbed the initializer,
37 static AB ab; variable
41 if (ab.a != 1)
43 if (ab.element != (void*)2)
46 ab.set_element();
47 return ab.call_element();
H A Dconstexpr-empty3.C5 constexpr auto ab = IsLiteral(); variable
9 constexpr auto xy = bar(ab);
/haiku-buildtools/binutils/ld/testsuite/ld-srec/
H A Dsr1.c9 static char ab[] = "This is a string constant"; variable
17 fn1 (ab);
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-srec/
H A Dsr1.c9 static char ab[] = "This is a string constant"; variable
17 fn1 (ab);
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dt00.C10 A ab; local
11 return ab.a;
H A Dtt2.C24 A ab; local
25 ab.a = 12;
26 return ab.fred();
H A Dtt.C14 A ab; local
15 return ab.a;
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D960317-1.c7 goto ab;
11 ab:
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/g77/
H A Dclaus.f11 if (ab(ind) /= 1) call abort
13 if (ab(k-n+2) /= 1) call abort
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/other/
H A Derror16.C12 Outer<int> ab; local
13 ab.foo() == 1; // { dg-error "operand types are 'Outer<int>::Inner' and 'int'" }
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/lower_bound/
H A D33613.cc31 bool ab(A, B);
35 std::lower_bound(a, a, b, ab);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dpaste16.c6 int *p = &cat(ab,cd);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/debug/dwarf2/
H A Dnested-1.C18 A::AB ab; local
/haiku-buildtools/binutils/gas/testsuite/gas/mmix/
H A Dexpr-1.d6 0000 000000ab 00000100 .*
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mmix/
H A Dexpr-1.d6 0000 000000ab 00000100 .*
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tc1/
H A Ddr213.C24 A<B> ab; local
26 ab.h(b); // { dg-message "required" }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Daccess2.C18 A<B> ab; // { dg-message "required" } local
19 ab.f(); // { dg-message "required" }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr46987.C18 AB ab; local
19 B *b = &ab;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dcoarray_12.f9015 integer, allocatable :: ab(:,:,:)[:,:] local in subroutine:testAlloc3
22 allocate(ab(1,2,3)[4,*])
/haiku-buildtools/binutils/gas/testsuite/gas/rl78/
H A Dpr19158.d10 0+007 <.*> 61 ab f8[ ]+xch[ ]+a, spl
14 0+012 <.*> 61 ab fa[ ]+xch[ ]+a, psw
15 0+015 <.*> 61 ab f9[ ]+xch[ ]+a, sph
16 0+018 <.*> 61 ab fc[ ]+xch[ ]+a, cs
17 0+01b <.*> 61 ab fd[ ]+xch[ ]+a, es
18 0+01e <.*> 61 ab fe[ ]+xch[ ]+a, pmc
19 0+021 <.*> 61 ab ff[ ]+xch[ ]+a, mem
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/
H A Draw-string-2.c75 TEST (s02, "ab");
78 TEST (s05, "ab");
81 TEST (s08, "ab");
84 TEST (s11, "ab");
87 TEST (u05, u"ab");
90 TEST (u08, u"ab");
93 TEST (u11, u"ab");
96 TEST (U05, U"ab");
99 TEST (U08, U"ab");
102 TEST (U11, U"ab");
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/inherit/
H A Dcovariant1.C23 AB* ab = new AB(); local
25 A* a = ab;
26 B* b = ab;

Completed in 234 milliseconds

1234567891011>>