Searched defs:e3 (Results 1 - 25 of 57) sorted by relevance

123

/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
H A Dp9-0x.cpp7 auto j() -> enum { e3 }; // expected-error{{unnamed enumeration must be a definition}} expected-error {{expected a type}} enumerator in enum:__anon4240
H A Dp8.cpp7 enum { e3 } A::g() { } // expected-error{{can not be defined in the result type}} \ enumerator in enum:__anon4239
/external/clang/test/CodeGen/
H A D2007-04-11-PR1321.c7 unsigned int e3 : 17; member in struct:X
/external/clang/test/CodeGenCXX/
H A Dmember-expressions.cpp36 A::E e3 = A().Foo; local
H A Dcatch-undef-behavior.cpp161 enum E3 { e3a = (1u << 31) - 1 } e3; variable in typeref:enum:E3
180 int c = e3;
H A Dmangle-ms-return-qualifiers.cpp132 Enum* e3() { return 0; } function
133 // CHECK: "\01?e3@@YAPAW4Enum@@XZ"
H A Dpr12251.cpp30 enum e3 { e3_a = 16 }; enum
31 e3 g3(e3 *x) {
/external/clang/test/CXX/temp/temp.arg/temp.arg.type/
H A Dp2.cpp28 enum {e3}; // expected-note{{unnamed type used in template argument was declared here}} enumerator in enum:N0::__anon4268
40 X<__typeof__(e3)*> x; // expected-warning{{template argument uses unnamed type}}
/external/guava/guava/src/com/google/common/collect/
H A DImmutableSortedMultisetFauxverideShim.java86 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { argument
100 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4) { argument
115 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { argument
133 E e3,
130 of( E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) argument
H A DImmutableSortedSetFauxverideShim.java87 @Deprecated public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3) { argument
102 E e1, E e2, E e3, E e4) {
117 E e1, E e2, E e3, E e4, E e5) {
132 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) {
101 of( E e1, E e2, E e3, E e4) argument
116 of( E e1, E e2, E e3, E e4, E e5) argument
131 of( E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) argument
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableSet.java67 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) { argument
68 return create(e1, e2, e3);
72 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { argument
73 return create(e1, e2, e3, e4);
77 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { argument
78 return create(e1, e2, e3, e4, e5);
82 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, argument
86 Collections.addAll(all, e1, e2, e3, e4, e5, e6);
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DSampleElements.java29 // TODO: rename e3, e4 => missing1, missing2
33 public final E e3; field in class:SampleElements
36 public SampleElements(E e0, E e1, E e2, E e3, E e4) { argument
40 this.e3 = e3;
71 Helpers.mapEntry(keys.e3, values.e3),
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
H A Dp2.cpp89 E3 e3; variable
90 static_assert(noexcept(E3(), E3(E3()), E3(e3), e3 = E3(), e3 = e3), ""); variable
/external/clang/test/Parser/
H A DMicrosoftExtensions.c68 enum E3 e3 = e; // expected-warning {{'e' is deprecated}} local
/external/clang/test/SemaCXX/
H A Dmember-name-lookup.cpp50 D::E3 e3; // expected-error{{multiple base classes}} local
66 E3 e3; // expected-error{{member 'E3' found in multiple base classes of different types}} local
106 D2::E3 e3; // expected-error{{member 'E3' found in multiple base classes of different types}} local
125 E3 e3; // expected-error{{member 'E3' found in multiple base classes of different types}} local
H A Dabstract.cpp47 C (**e3)[2]; // expected-error {{array of abstract class type 'C'}} variable
H A Dwarn-sign-conversion.cpp77 int e3 = 1 ? E : B; // expected-warning {{operand of ? changes signedness: 'test2::Named5' to 'int'}} local
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableSetTest.java54 @Override protected Set<String> of(String e1, String e2, String e3) { argument
55 return ImmutableSet.of(e1, e2, e3);
59 String e1, String e2, String e3, String e4) {
60 return ImmutableSet.of(e1, e2, e3, e4);
64 String e1, String e2, String e3, String e4, String e5) {
65 return ImmutableSet.of(e1, e2, e3, e4, e5);
68 @Override protected Set<String> of(String e1, String e2, String e3, argument
70 return ImmutableSet.of(e1, e2, e3, e4, e5, e6, rest);
58 of( String e1, String e2, String e3, String e4) argument
63 of( String e1, String e2, String e3, String e4, String e5) argument
/external/javassist/src/main/javassist/compiler/ast/
H A DASTList.java38 public static ASTList make(ASTree e1, ASTree e2, ASTree e3) { argument
39 return new ASTList(e1, new ASTList(e2, new ASTList(e3)));
/external/openssl/crypto/aes/
H A Daes_wrap.c214 static const unsigned char e3[] = { local
248 ret = AES_wrap_unwrap_test(kek, 256, NULL, e3, key, 16);
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest_pred_impl.h185 const char* e3,
196 << e3 << ") evaluates to false, where"
199 << "\n" << e3 << " evaluates to " << v3;
243 const char* e3,
256 << e3 << ", "
260 << "\n" << e3 << " evaluates to " << v3
308 const char* e3,
323 << e3 << ", "
328 << "\n" << e3 << " evaluates to " << v3
182 AssertPred3Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, Pred pred, const T1& v1, const T2& v2, const T3& v3) argument
240 AssertPred4Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4) argument
305 AssertPred5Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument
/external/chromium/testing/gtest/include/gtest/
H A Dgtest_pred_impl.h181 const char* e3,
191 << e3 << ") evaluates to false, where"
194 << "\n" << e3 << " evaluates to " << v3;
237 const char* e3,
249 << e3 << ", "
253 << "\n" << e3 << " evaluates to " << v3
300 const char* e3,
314 << e3 << ", "
319 << "\n" << e3 << " evaluates to " << v3
178 AssertPred3Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, Pred pred, const T1& v1, const T2& v2, const T3& v3) argument
234 AssertPred4Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4) argument
297 AssertPred5Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp49 constexpr enum E3 { V3 } e3 = V3; variable in typeref:enum:E3
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/
H A Dp1.cpp54 template<> enum A<long long>::E : long long { e3, e4 }; // expected-error {{explicit specialization of 'E' after instantiation}} expected-note {{first required here}}
56 template<> enum class B<long long>::E { e3, e4 }; member in class:B::E
69 template<> enum class C<long long>::E : long long { e3, e4 }; member in class:C::E
70 C<long long>::E c0 = C<long long>::E::e3;
98 template<> enum class D<char>::E { e3 }; // expected-error {{explicit specialization of 'E' after instantiation}}
107 template<> friend enum D<double>::E { e3 }; // expected-error {{cannot define a type in a friend declaration}} enumerator in enum:C::F::D::E
/external/gtest/include/gtest/
H A Dgtest_pred_impl.h181 const char* e3,
191 << e3 << ") evaluates to false, where"
194 << "\n" << e3 << " evaluates to " << v3;
237 const char* e3,
249 << e3 << ", "
253 << "\n" << e3 << " evaluates to " << v3
300 const char* e3,
314 << e3 << ", "
319 << "\n" << e3 << " evaluates to " << v3
178 AssertPred3Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, Pred pred, const T1& v1, const T2& v2, const T3& v3) argument
234 AssertPred4Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4) argument
297 AssertPred5Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument

Completed in 308 milliseconds

123