Searched defs:E1 (Results 1 - 25 of 54) sorted by relevance

123

/external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
H A Dp12.cpp10 E1 = E0 + 1 enumerator in enum:__anon17544::__anon17545
/external/clang/test/Sema/
H A Dwarn-bad-function-cast.c11 enum e { E1 } ef(void); enumerator in enum:e
H A Dms_bitfield_layout.c177 typedef union E1 { union
183 } E1; typedef in typeref:union:E1
185 // CHECK: Type: union E1
260 sizeof(E1) +
/external/clang/test/CXX/class.access/class.friend/
H A Dp2-cxx03.cpp8 enum E1 { }; enum
12 X0<E1> x0d;
H A Dp3-cxx0x.cpp8 enum E1 { }; enum
12 X0<E1> x0d;
/external/clang/test/SemaCXX/
H A Dwarn-c++11-extensions.cpp8 enum struct E1 { A, B }; // expected-warning {{scoped enumerations are a C++11 extension}} struct
H A Dliteral-type.cpp6 enum E { E1 }; enumerator in enum:E
8 static_assert(__is_literal(decltype(E1)), "fail");
H A Ddefault-assignment-operator.cpp76 class E1 { // expected-error{{cannot define the implicit copy assignment operator for 'E1', because non-static const member 'a' can't use copy assignment operator}} class
80 E1() : a(0) {} function in class:E1
84 E1 e1, e2;
87 e1 = e2; // expected-note{{assignment operator for 'E1' first required here}}
H A Dclass.cpp37 enum E1 { en1, en2 }; enum in class:C
/external/clang/test/CXX/stmt.stmt/stmt.select/stmt.switch/
H A Dp2-0x.cpp9 enum E { E0, E1 }; enumerator in enum:E
19 case E1:
26 case E1:
33 case E1:
/external/chromium_org/third_party/openssl/openssl/crypto/des/
H A Dfcrypt_b.c89 register DES_LONG E0,E1; local
96 E1=Eswap1;
/external/clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/
H A Dp3.cpp31 enum E1 { one }; enum in namespace:bullet3
36 A operator >= (E1, E1);
37 A operator >= (E1, const E2);
39 E1 a;
46 template <typename T> A operator <= (E1, T);
/external/llvm/unittests/ADT/
H A DAPIntTest.cpp603 uint64_t E1 = 0x2CA7F46BF6569915ULL; local
604 APInt A1(64, E1);
606 EXPECT_EQ(bool(E1 & (1ULL << i)),
/external/openssl/crypto/des/
H A Dfcrypt_b.c89 register DES_LONG E0,E1; local
96 E1=Eswap1;
/external/clang/test/CXX/temp/temp.res/temp.dep/
H A Dp3.cpp12 namespace E1 { namespace
/external/clang/test/SemaTemplate/
H A Dinstantiate-non-type-template-parameter.cpp40 enum E { E1, E2, E3 }; enumerator in enum:rdar8980215::E
H A Ddeduction.cpp156 enum E { E0, E1 }; enumerator in enum:test14::E
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
H A DGCMUtil.java8 private static final int E1 = 0xe1000000; field in class:GCMUtil
10 private static final long E1L = (E1 & 0xFFFFFFFFL) << 24;
23 v ^= (E1 >>> (7 - i));
145 r0[0] ^= E1;
184 x[0] ^= E1;
192 y[0] ^= E1;
/external/clang/test/ASTMerge/Inputs/
H A Denum1.c2 enum E1 { enum
H A Denum2.c2 enum E1 { enum
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
H A Dp2.cpp61 struct E1 { struct
62 E1() noexcept = default;
63 E1(const E1&) noexcept = default;
64 E1(E1&&) noexcept = default;
65 E1 &operator=(const E1&) noexcept = default;
66 E1 &operator=(E1
[all...]
/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.cpp38 constexpr enum E1 {}; // expected-error {{enum cannot be marked constexpr}} enum
/external/clang/test/CXX/special/class.copy/
H A Dp23-cxx11.cpp145 struct E1 : AmbiguousCopyAssign {}; // expected-note {{base class 'AmbiguousCopyAssign' has multiple copy}} struct in inherits:AmbiguousCopyAssign
157 template struct CopyAssign<E1>; // expected-note {{here}}
/external/clang/test/Parser/
H A Ddeclarators.c111 enum E1 { e1 }: // expected-error {{expected ';'}} enum

Completed in 828 milliseconds

123