Searched refs:e2 (Results 51 - 75 of 384) sorted by path

1234567891011>>

/external/clang/test/SemaCXX/
H A Datomic-type.cpp72 _Atomic(X) e2{0}; // expected-error {{illegal initializer}}
H A Dclass-names.cpp50 enum E e2; variable in typeref:enum:E
H A Dconditional-expr.cpp335 Enum e2 = false ? v2 : v; local
H A Dconstant-expression-cxx11.cpp625 constexpr E e2 = E();
626 static_assert(e2.p == &e2.p, "");
1344 constexpr E e2 = e1; // expected-error {{constant}} expected-note {{mutable}} expected-note {{in call}}
1952 union E2 {} e2; // expected-note {{here}}
1959 constexpr E2 e2b(e2); // expected-error {{constant expression}} expected-note{{read of non-const}} expected-note {{in call}}
H A Dconstant-expression-cxx1y.cpp25 enum E { e1, e2, e3 }; enumerator in enum:E
33 return S(e2).get();
916 union E2 {} e2; // expected-note 4{{here}} member in namespace:EmptyClass
929 constexpr int test2 = f(e2, 0); // expected-error {{constant expression}} expected-note {{in call}}
932 constexpr int test5 = f(e2, 1); // expected-error {{constant expression}} expected-note {{in call}}
935 constexpr int test8 = f(e2, 2); // expected-error {{constant expression}} expected-note {{in call}}
938 constexpr int testb = f(e2, 3); // expected-error {{constant expression}} expected-note {{in call}}
H A Ddefault-assignment-operator.cpp84 E1 e1, e2; variable
87 e1 = e2; // expected-note{{assignment operator for 'E1' first required here}}
H A Dderived-to-base-ambig.cpp20 void g(E2* e2, F2* f2) { argument
22 o2 = e2;
H A Denum-scoped.cpp41 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
H A Denum.cpp39 enum e2; // expected-error{{ISO C++ forbids forward references to 'enum' types}}
H A Dexpressions.cpp100 e2 = A && 7 // expected-warning {{use of logical '&&' with constant operand}} \ enumerator in enum:S::__anon2567
H A Dmember-name-lookup.cpp48 D::E2 e2 = D::enumerator2; // okay local
64 E2 e2 = enumerator2; // okay local
104 D2::E2 e2 = D2::enumerator2; // okay local
123 E2 e2 = enumerator2; // okay local
H A Doverloaded-builtin-operators.cpp38 void f(Short s, Long l, Enum1 e1, Enum2 e2, Xpmf pmf) { argument
41 int i2 = -e2;
60 // FIXME: should pass (void)static_cast<no&>(islong(e1 % e2));
200 MyEnum e1, e2; local
201 if (e1 > e2) {}
H A Doverloaded-operator.cpp73 void enum_test(Enum1 enum1, Enum2 enum2, E1 e1, E2 e2, Enum1 next_enum1) { argument
74 float &f1 = (e1 == e2);
75 float &f2 = (enum1 == e2);
H A Dref-init-ambiguous.cpp17 const E2 &e2 = c; // expected-error {{reference initialization of type 'const E2 &' with initializer of type 'C' is ambiguous}} local
H A Dstring-init.cpp29 int e2[] = u8"a"; // expected-error{{array initializer must be an initializer list}} local
H A Dswitch.cpp27 enum E { e1, e2 }; enumerator in enum:E
H A Dwarn-logical-not-compare.cpp114 enum E {e1, e2}; enumerator in enum:E
H A Dwarn-sign-conversion.cpp76 int e2 = 1 ? E : i; // expected-warning {{operand of ? changes signedness: 'test2::Named5' to 'int'}} local
/external/clang/test/SemaTemplate/
H A Dinstantiate-member-class.cpp61 X<void>::D::E e2; // expected-note{{in instantiation of member class 'X<void>::D::E' requested here}} variable
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLCipher.java1014 } catch (ClassNotFoundException | NoSuchMethodException e2) {
1023 } catch (IllegalAccessException | InstantiationException e2) {
1025 } catch (InvocationTargetException e2) {
1026 throw (BadPaddingException) new BadPaddingException().initCause(e2
/external/deqp/modules/gles2/functional/
H A Des2fClippingTests.cpp1192 const tcu::Vec4 e2 = radius * tcu::Vec4(d2.x(), d2.y(), d2.z(), 0.0f); local
1200 triangle1.v0 = center + e1 + e2;
1201 triangle1.v1 = center + e1 - e2;
1202 triangle1.v2 = center - e1 - e2;
1208 triangle2.v0 = center + e1 + e2;
1209 triangle2.v1 = center - e1 - e2;
1210 triangle2.v2 = center - e1 + e2;
/external/deqp/modules/gles3/functional/
H A Des3fClippingTests.cpp1196 const tcu::Vec4 e2 = radius * tcu::Vec4(d2.x(), d2.y(), d2.z(), 0.0f); local
1204 triangle1.v0 = center + e1 + e2;
1205 triangle1.v1 = center + e1 - e2;
1206 triangle1.v2 = center - e1 - e2;
1212 triangle2.v0 = center + e1 + e2;
1213 triangle2.v1 = center - e1 - e2;
1214 triangle2.v2 = center - e1 + e2;
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp1081 const T2& e2 = T2(),
1085 , c (e2)
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DDebugInfoDecoder.java500 LocalEntry e2 = decodedLocals.get(j);
501 if (e2.address != 0) {
504 if ((entry.reg == e2.reg) && e2.isStart) {
505 decodedLocals.set(i, e2);

Completed in 512 milliseconds

1234567891011>>