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

  /external/clang/test/CXX/over/over.built/
p1.cpp 4 enum E2 { two };
10 bool operator >= (E1, const E2) {
14 bool test(E1 a, E1 b, E2 c) {
  /external/clang/test/SemaCXX/
ref-init-ambiguous.cpp 3 enum E2 { };
6 operator E2&(); // expected-note 3 {{candidate function}}
10 operator E2&(); // expected-note 3 {{candidate function}}
17 const E2 &e2 = c; // expected-error {{reference initialization of type 'const E2 &' with initializer of type 'C' is ambiguous}} local
20 void foo(const E2 &);// expected-note{{passing argument to parameter here}}
22 const E2 & re(C c) {
23 foo(c); // expected-error {{reference initialization of type 'const E2 &' with initializer of type 'C' is ambiguous}}
25 return c; // expected-error {{reference initialization of type 'const E2 &' with initializer of type 'C' is ambiguous}
    [all...]
class-names.cpp 50 enum E e2; variable in typeref:enum:E
52 enum E2 { E2 };
derived-to-base-ambig.cpp 17 class E2 : public D2, public C2, public virtual A2 { };
18 class F2 : public E2, public A2 { };
20 void g(E2* e2, F2* f2) {
22 o2 = e2;
29 void overload_okay(E2*);
member-name-lookup.cpp 21 enum E2 { enumerator2 };
48 D::E2 e2 = D::enumerator2; // okay local
64 E2 e2 = enumerator2; // okay local
72 enum E2 { enumerator2 };
104 D2::E2 e2 = D2::enumerator2; // okay local
123 E2 e2 = enumerator2; // oka local
    [all...]
enum-scoped.cpp 7 enum struct E2 {
16 static_assert(sizeof(E2) == sizeof(int), "bad size");
17 static_assert(sizeof(E2::Val1) == sizeof(int), "bad size");
19 E1 v3 = E2::Val1; // expected-error{{cannot initialize a variable}}
41 e2 = 2147483647, // ok member in class:E1::E2::E4
47 e2 // expected-error{{2147483648 is not representable in the underlying}}
51 e1 = false, e2 = true, member in class:E1::E2::E4::E6
56 e1 = false, e2 = true,
63 e1, e2, member in struct:E1::E2::E4::X
overloaded-builtin-operators.cpp 18 enum E2 { };
20 operator E2();
37 void f(Short s, Long l, Enum1 e1, Enum2 e2, Xpmf pmf) {
40 int i2 = -e2;
59 // FIXME: should pass (void)static_cast<no&>(islong(e1 % e2));
75 operator E2&();
90 E2 e2r2;
199 MyEnum e1, e2; local
200 if (e1 > e2) {}
conversion-function.cpp 159 struct E2 {
165 E2<int&> e2i; // expected-note{{in instantiation}}
overloaded-operator.cpp 66 struct E2 {
67 E2(Enum2);
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);
75 float &f2 = (enum1 == e2);
  /external/clang/lib/StaticAnalyzer/Checkers/
UndefBranchChecker.cpp 43 const Expr *E2 = FindExpr(ExI);
44 if (E2) return E2;
  /external/clang/test/CXX/temp/temp.res/temp.dep/
p3.cpp 27 namespace E2 {
  /external/clang/test/SemaTemplate/
instantiate-non-type-template-parameter.cpp 39 enum E { E1, E2, E3 };
41 template<typename T, E e = E2>
  /external/clang/test/ASTMerge/Inputs/
enum1.c 9 enum E2 {
enum2.c 9 enum E2 {
  /external/llvm/lib/CodeGen/
MachineCopyPropagation.cpp 101 MachineBasicBlock::const_iterator E2 = MI;
104 while (I != E && I != E2) {
MachineInstr.cpp 785 MachineBasicBlock::const_instr_iterator E2= Other->getParent()->instr_end();
788 if (I2 == E2 || !I2->isInsideBundle() || !I1->isIdenticalTo(I2, Check))
    [all...]
  /dalvik/tests/091-deep-interface-hierarchy/src/
Main.java 47 interface E2 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 44 enum E2 {} constexpr; // expected-error {{enum cannot be marked constexpr}}
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 159 A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2,
164 A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2,
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
  /external/svox/pico/lib/
picopam.c 207 picoos_int8 e2_syllable_word_start; /* E2 */
302 #define E2 33
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ixjuser.h 213 hz659 = 0x6f3b, /* .26 E2 */
283 E2 = hz659,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ixjuser.h 213 hz659 = 0x6f3b, /* .26 E2 */
283 E2 = hz659,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ixjuser.h 213 hz659 = 0x6f3b, /* .26 E2 */
283 E2 = hz659,

Completed in 398 milliseconds