Searched refs:ex2 (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/parse/
H A Derror54.C7 class ex2 : public ex {}; class in namespace:t
10 class ex2 : public ex {}; class in inherits:ex
17 } catch (ex2&) { // { dg-error "reference to 'ex2' is ambiguous" }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dauto19.C8 auto ex2(ex); // Line 6
H A Dforw_enum7.C21 enum S1<int>::E2 ex2 = S1<int>::E2::e2; member in struct:S1
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr2480.c33 foo (struct example *ex2) argument
35 ex2->a = 1;
36 ex2->b = 2;
37 ex2->c = 3;
39 if (ex2->a != 1)
41 if (ex2->b != 2)
43 if (ex2->c != 3)
/haiku-buildtools/gcc/mpfr/tests/
H A Dtsub.c321 mpfr_t ex, ex1, ex2, ex3, tot, tot1; local
325 mpfr_init2(ex2, 53);
334 test_sub( ex2, tot, ex1, MPFR_RNDN); /* ex2 = high(tot - ex1) */
338 if (mpfr_cmp(ex2, ex3))
341 printf ("ex2="); mpfr_print_binary (ex2); puts ("");
348 mpfr_clear (ex2);
/haiku-buildtools/gcc/gmp/mpn/alpha/ev6/
H A Dsqr_diagonal.asm43 beq r18, L(ex2)
99 L(ex2): stq r4, 0(r16)

Completed in 73 milliseconds