Searched refs:e2 (Results 1 - 25 of 756) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dinit-2.c3 int e1, e2; member in struct:__anon1514
4 } v = { e2: 0 };
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dempty2.C7 E e1, e2; local
8 e1 = e2; // We should not warn about this statement, even though no
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Ddeallocate_alloc_opt_3.f908 character(len=30) e2 variable in program:a
16 e2 = 'No error'
18 deallocate(i, stat=n, errmsg=e2)
19 if (trim(e2) /= 'No error') call abort
25 e2 = 'No error'
26 deallocate(i, stat=n, errmsg=e2)
27 if (trim(e2) /= 'Attempt to deallocate an unall') call abort
H A Dallocate_alloc_opt_3.f908 character(len=30) e2 variable in program:a
16 e2 = 'No error'
17 allocate(i(4),stat=n, errmsg=e2)
18 if (trim(e2) /= 'No error') call abort
28 e2 = 'No error'
29 allocate(i(4), stat=n, errmsg=e2)
30 allocate(i(4), stat=n, errmsg=e2)
31 if (trim(e2) /= 'Attempt to allocate an allocat') call abort
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum_98.C4 enum E2 : char { e2 }; // { dg-warning "scoped enums" }
H A Dscoped_enum2.C4 enum E2 { e2 = 10 }; enumerator in enum:E::E2
8 int arr2[E2::e2]; // OK
10 int i2: E2::e2; // OK
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/compat/eh/
H A Dfilter1_y.C4 struct e2 {}; struct
14 catch (e2 &)
/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/execute/
H A Dentry_9.f9012 real f2, e2 local in function:f2
13 entry e2 entry in function:f2
14 e2 = 45
19 real f2, e2 variable in program:entrytest
23 if (e2 () .ne. 45) call abort ()
H A Dentry_3.f908 entry e2 (n, i, *, *, *) entry in subroutine:f1
29 call e2 (1, 46, *40, *20, *20)
32 call e2 (2, 46, *20, *50, *20)
35 call e2 (3, 46, *20, *20, *60)
38 call e2 (4, 46, *20, *20, *20)
/haiku-buildtools/binutils/ld/testsuite/ld-srec/
H A Dsr2.c4 int e2 = 1; variable
17 return s[e2];
H A Dsr1.c4 extern int e2;
19 return e1 + e2 + i + j + k + l;
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-srec/
H A Dsr2.c4 int e2 = 1; variable
17 return s[e2];
H A Dsr1.c4 extern int e2;
19 return e1 + e2 + i + j + k + l;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A DWenum-compare-no.C7 int foo (E1 e1, E2 e2) argument
9 return e1 == e2; /* { dg-bogus "comparison between" } */
H A DWenum-compare.C7 int foo (E1 e1, E2 e2) argument
9 return e1 == e2; /* { dg-warning "comparison between" } */
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/parse/
H A Dconcat1.C10 #define e2 e1 e1 e1 e1 e1 e1 e1 e1 e1 e1 macro
11 #define e3 e2 e2 e2 e2 e2 e2 e2 e2 e2 e
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dconcat2.c11 #define e2 e1 e1 e1 e1 e1 e1 e1 e1 e1 e1 macro
12 #define e3 e2 e2 e2 e2 e2 e2 e2 e2 e2 e
[all...]
H A Denum3.c7 enum e2 { enum
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Denum4.C6 e2 = ~e1 enumerator in enum:bar::__anon1026
/haiku-buildtools/gcc/gmp/mpf/
H A Dpow_ui.c27 unsigned long int e2; local
35 for (e2 = e >> 1; e2 != 0; e2 >>= 1)
38 if ((e2 & 1) != 0)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tls/
H A Dnonpic-1.c6 extern __thread int e2;
17 return &e2;
37 return e2;
52 return e1 + e2;
64 return e2;
H A Dpic-1.c7 extern __thread int e2;
18 return &e2;
38 return e2;
53 return e1 + e2;
65 return e2;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tc1/
H A Ddr128.C13 E2 e2 = static_cast<E2>(e1); local
14 if (e2 != YELLOW)
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dbool3.C8 enum E { e1,e2,e3,e4,e5 }; enumerator in enum:E
/haiku-buildtools/gcc/libstdc++-v3/testsuite/19_diagnostics/error_code/operators/
H A Dnot_equal.cc31 std::error_code e2(std::make_error_code(std::errc::operation_not_supported));
34 VERIFY( e1 != e2 );
37 std::error_code e3(e2.value(), cat);
38 VERIFY( e2 != e3 );

Completed in 248 milliseconds

1234567891011>>