Searched refs:E2 (Results 1 - 25 of 52) sorted by relevance

123

/external/clang/test/SemaCXX/
H A Dref-init-ambiguous.cpp3 enum E2 { }; enum
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}}
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}}
H A Dderived-to-base-ambig.cpp17 class E2 : public D2, public C2, public virtual A2 { }; class in inherits:D2,C2,A2
18 class F2 : public E2, public A2 { };
20 void g(E2* e2, F2* f2) {
29 void overload_okay(E2*);
H A Denum-bitfield.cpp11 enum E2 : int;
H A Dclass-names.cpp52 enum E2 { E2 }; enumerator in enum:E2
H A Dmember-name-lookup.cpp21 enum E2 { enumerator2 }; enum in struct:B
48 D::E2 e2 = D::enumerator2; // okay
64 E2 e2 = enumerator2; // okay
72 enum E2 { enumerator2 }; enum in struct:B2
104 D2::E2 e2 = D2::enumerator2; // okay
123 E2 e2 = enumerator2; // okay
H A Denum-scoped.cpp7 enum struct E2 { struct in class:E1
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}}
H A Doverloaded-builtin-operators.cpp18 enum E2 { }; enum
20 operator E2();
75 operator E2&();
90 E2 e2r2;
H A Dnamespace-alias.cpp19 namespace E2 = N::
H A Doverloaded-operator.cpp66 struct E2 { struct
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) {
H A Dconversion-function.cpp159 struct E2 { struct in namespace:source_locations
165 E2<int&> e2i; // expected-note{{in instantiation}}
/external/clang/test/CXX/over/over.built/
H A Dp1.cpp4 enum E2 { two }; enum
10 bool operator >= (E1, const E2) { argument
14 bool test(E1 a, E1 b, E2 c) {
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebUndoTarget.idl34 uuid(BF7F516E-E75D-4e3a-83E2-8F694D83C72D),
/external/clang/test/ASTMerge/Inputs/
H A Denum1.c9 enum E2 { enum
H A Denum2.c9 enum E2 { enum
/external/clang/test/SemaTemplate/
H A Dinstantiate-non-type-template-parameter.cpp39 enum E { E1, E2, E3 }; enumerator in enum:rdar8980215::E
41 template<typename T, E e = E2>
/external/clang/lib/StaticAnalyzer/Checkers/
H A DUndefBranchChecker.cpp43 const Expr *E2 = FindExpr(ExI); local
44 if (E2) return E2;
H A DOSAtomicChecker.cpp187 E2 = TmpStore.end(); I2 != E2; ++I2) {
/external/clang/test/CXX/temp/temp.res/temp.dep/
H A Dp3.cpp27 namespace E2 { namespace
/external/clang/INPUTS/
H A Dc99-intconst-1.c40 /* (T1 *) if E1, otherwise (T2 *) if E2. */
41 #define first_of2p(T1, E1, T2, E2) type_comb2(type_if(T1, (E1)), \
42 type_if(T2, (!(E1) && (E2))))
43 /* (T1 *) if E1, otherwise (T2 *) if E2, otherwise (T3 *) if E3. */
44 #define first_of3p(T1, E1, T2, E2, T3, E3) \
46 type_if(T2, (!(E1) && (E2))), \
47 type_if(T3, (!(E1) && !(E2) && (E3))))
48 /* (T1 *) if E1, otherwise (T2 *) if E2, otherwise (T3 *) if E3, otherwise
50 #define first_of4p(T1, E1, T2, E2, T3, E3, T4, E4) \
52 type_if(T2, (!(E1) && (E2))), \
[all...]
/external/dropbear/libtommath/
H A Dbn_mp_sqrt.c40 goto E2;
73 E2: mp_clear(&t1);
/external/clang/test/Parser/
H A DMicrosoftExtensions.c52 enum __declspec(deprecated) E2 { i, j, k };
58 enum E2 e1; // expected-warning {{'E2' is deprecated}}
/external/v8/test/mjsunit/harmony/
H A Dmodule-parsing.js87 module E2 at "http://where";
145 export A, A1, A2, A3, B, I, C1, D1, D2, D3, E1, E2, E3, X, Y, Z, Wrap, x, y, UU
/external/clang/test/CXX/class.access/
H A Dp6.cpp126 enum Enum { E0, E1, E2 }; // expected-note 4 {{declared private here}} enumerator in enum:test5::A::Enum
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp44 enum E2 {} constexpr; // expected-error {{enum cannot be marked constexpr}} enum
/external/openssl/crypto/srp/
H A Dsrp_grps.h109 bn_pack4(08E2,4FA0,74E5,AB31),
110 bn_pack4(7709,88C0,BAD9,46E2),
183 bn_pack4(08E2,4FA0,74E5,AB31),
184 bn_pack4(7709,88C0,BAD9,46E2),
289 bn_pack4(08E2,4FA0,74E5,AB31),
290 bn_pack4(7709,88C0,BAD9,46E2),
347 bn_pack4(9E30,50E2,7656,94DF),
427 bn_pack4(08E2,4FA0,74E5,AB31),
428 bn_pack4(7709,88C0,BAD9,46E2),

Completed in 359 milliseconds

123