HomeSort by relevance Sort by last modified time
    Searched defs:E1 (Results 1 - 25 of 28) sorted by null

1 2

  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
p12.cpp 9 E1 = E0 + 1
  /external/clang/test/CXX/class.access/class.friend/
p2-cxx03.cpp 8 enum E1 { };
12 X0<E1> x0d;
p3-cxx0x.cpp 8 enum E1 { };
12 X0<E1> x0d;
  /external/clang/test/CXX/over/over.built/
p1.cpp 3 enum E1 { one };
6 bool operator >= (E1, E1) {
10 bool operator >= (E1, const E2) {
14 bool test(E1 a, E1 b, E2 c) {
  /external/clang/test/CXX/stmt.stmt/stmt.select/stmt.switch/
p2-0x.cpp 8 enum E { E0, E1 };
18 case E1:
25 case E1:
32 case E1:
  /external/clang/test/CXX/temp/temp.res/temp.dep/
p3.cpp 12 namespace E1 {
  /external/openssl/crypto/des/
fcrypt_b.c 89 register DES_LONG E0,E1;
96 E1=Eswap1;
  /external/clang/test/SemaCXX/
literal-type.cpp 6 enum E { E1 };
8 static_assert(__is_literal(decltype(E1)), "fail");
default-assignment-operator.cpp 76 class E1 { // expected-error{{cannot define the implicit default assignment operator for 'E1', because non-static const member 'a' can't use default assignment operator}}
80 E1() : a(0) {}
84 E1 e1, e2; variable
87 e1 = e2; // expected-note{{assignment operator for 'E1' first required here}}
class.cpp 37 enum E1 { en1, en2 };
enum-scoped.cpp 3 enum class E1 {
11 E1 v1 = Val1; // expected-error{{undeclared identifier}}
12 E1 v2 = E1::Val1;
14 static_assert(sizeof(E1) == sizeof(int), "bad size");
15 static_assert(sizeof(E1::Val1) == sizeof(int), "bad size");
19 E1 v3 = E2::Val1; // expected-error{{cannot initialize a variable}}
20 int x1 = E1::Val1; // expected-error{{cannot initialize a variable}}
27 E1 v5 = Val2; // expected-error{{cannot initialize a variable}}
34 int a2[E1::Val1]; // expected-error{{size of array has non-integer type}
40 e1 = -2147483648, \/\/ ok member in class:E1::E2::E4
46 e1 = 2147483647, \/\/ ok member in class:E1::E2::E4::E5
51 e1 = false, e2 = true, member in class:E1::E2::E4::E6
    [all...]
overloaded-builtin-operators.cpp 13 enum E1 { };
15 operator E1();
37 void f(Short s, Long l, Enum1 e1, Enum2 e2, Xpmf pmf) {
39 int i1 = +e1;
58 (void)static_cast<yes&>(islong(e1 % l));
59 // FIXME: should pass (void)static_cast<no&>(islong(e1 % e2));
199 MyEnum e1, e2; local
200 if (e1 > e2) {}
overloaded-operator.cpp 62 struct E1 {
63 E1(Enum1) { }
71 float& operator==(E1, E2); // expected-note{{candidate function}}
73 void enum_test(Enum1 enum1, Enum2 enum2, E1 e1, E2 e2, Enum1 next_enum1) {
74 float &f1 = (e1 == e2);
76 float &f3 = (e1 == enum2);
  /external/clang/test/SemaTemplate/
instantiate-non-type-template-parameter.cpp 39 enum E { E1, E2, E3 };
deduction.cpp 156 enum E { E0, E1 };
  /external/clang/test/ASTMerge/Inputs/
enum1.c 2 enum E1 {
enum2.c 2 enum E1 {
  /cts/tools/signature-tools/test/signature/comparator/
MethodCompareTests.java 135 CompilationUnit E1 = new CompilationUnit("a.E1",
137 "public class E1 extends E0 {}");
146 " public void m() throws E0, E1 {}" +
148 IApi fromApi = convert(E0, E1, C0);
149 IApi toApi = convert(E0, E1, C0_E1);
159 CompilationUnit E1 = new CompilationUnit("a.E1",
161 "public class E1 extends Exception {}");
170 " public void m() throws E0, E1 {}"
    [all...]
  /dalvik/tests/091-deep-interface-hierarchy/src/
Main.java 46 interface E1 extends D1, D2, D3, D4, D5 {}
52 interface F1 extends E1, E2, E3, E4, E5 {}
53 interface F2 extends E1, E2, E3, E4, E5 {}
54 interface F3 extends E1, E2, E3, E4, E5 {}
55 interface F4 extends E1, E2, E3, E4, E5 {}
56 interface F5 extends E1, E2, E3, E4, E5 {}
  /external/clang/test/CXX/class.access/
p6.cpp 126 enum Enum { E0, E1, E2 }; // expected-note 4 {{declared private here}}
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 37 constexpr enum E1 {}; // expected-error {{enum cannot be marked constexpr}}
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 158 A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1,
163 A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1,
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 783 MachineBasicBlock::const_instr_iterator E1 = getParent()->instr_end();
786 while (++I1 != E1 && I1->isInsideBundle()) {
    [all...]
  /external/opencv/ml/src/
mlann_mlp.cpp     [all...]
  /external/svox/pico/lib/
picopam.c 204 picoos_int8 e1_syllable_word_start; /* E1 */
301 #define E1 32
    [all...]

Completed in 932 milliseconds

1 2