Home
last modified time | relevance | path

Searched refs:E1 (Results 1 – 25 of 159) sorted by relevance

1234567

/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
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&&) noexcept = default;
67 ~E1() noexcept = default;
/external/clang/INPUTS/
Dc99-intconst-1.c41 #define first_of2p(T1, E1, T2, E2) type_comb2(type_if(T1, (E1)), \ argument
42 type_if(T2, (!(E1) && (E2))))
44 #define first_of3p(T1, E1, T2, E2, T3, E3) \ argument
45 type_comb3(type_if(T1, (E1)), \
46 type_if(T2, (!(E1) && (E2))), \
47 type_if(T3, (!(E1) && !(E2) && (E3))))
50 #define first_of4p(T1, E1, T2, E2, T3, E3, T4, E4) \ argument
51 type_comb4(type_if(T1, (E1)), \
52 type_if(T2, (!(E1) && (E2))), \
53 type_if(T3, (!(E1) && !(E2) && (E3))), \
[all …]
/external/valgrind/VEX/orig_ppc32/
Dmorefp.orig11 …92 E1 02 8C 90 01 02 B4 7C 77 1B 78 93 01 02 90 38 00 00 00 93 21 02 94 39 21 00 30 93 41 02 98 93…
26 …81 0A 00 00 55 86 30 2E 7C C4 36 70 7C A8 38 50 39 01 00 30 7C E5 22 14 90 E1 00 10 80 6A 00 00 7C…
77 . 83 49 00 04 7D 1A 5A 14 91 09 00 04 80 E1 00 10 2F 07 00 00 39 60 FF FF 91 61 02 3C 40 9A 00 10
80 . 7F 03 C3 78 38 80 00 00 38 A0 00 00 3B 60 00 00 48 00 EB E1
86 …7C 7D 1B 78 2F 80 00 00 93 C1 00 28 92 E1 00 0C 7F C8 02 A6 93 01 00 10 93 41 00 18 93 61 00 1C 93…
131 …83 21 00 34 82 E1 00 0C 7D 00 81 20 7F 28 03 A6 83 01 00 10 83 21 00 14 83 41 00 18 83 61 00 1C 83…
134 … 01 91 41 02 64 2C 0B 00 00 93 61 02 60 93 61 02 70 93 61 02 58 93 61 02 6C 90 E1 02 54 41 82 00 18
137 . 80 AB 00 04 80 81 00 50 90 A1 02 50 80 E4 00 04 90 E1 02 54 2C 83 00 00 41 86 00 10
155 . 81 1F 00 04 81 7F 00 00 55 0A 06 3E 55 00 E1 36 2F 0A 00 16 7C C0 D2 14 7D 0B EA 14 41 9A 00 C4
161 . 89 66 00 0C 55 69 E1 3F 41 82 01 4C
[all …]
Dloadsafp.orig11 …92 E1 02 8C 90 01 02 B4 7C 77 1B 78 93 01 02 90 38 00 00 00 93 21 02 94 39 21 00 30 93 41 02 98 93…
26 …81 0A 00 00 55 86 30 2E 7C C4 36 70 7C A8 38 50 39 01 00 30 7C E5 22 14 90 E1 00 10 80 6A 00 00 7C…
77 . 83 49 00 04 7D 1A 5A 14 91 09 00 04 80 E1 00 10 2F 07 00 00 39 60 FF FF 91 61 02 3C 40 9A 00 10
80 . 7F 03 C3 78 38 80 00 00 38 A0 00 00 3B 60 00 00 48 00 EB E1
86 …7C 7D 1B 78 2F 80 00 00 93 C1 00 28 92 E1 00 0C 7F C8 02 A6 93 01 00 10 93 41 00 18 93 61 00 1C 93…
131 …83 21 00 34 82 E1 00 0C 7D 00 81 20 7F 28 03 A6 83 01 00 10 83 21 00 14 83 41 00 18 83 61 00 1C 83…
134 … 01 91 41 02 64 2C 0B 00 00 93 61 02 60 93 61 02 70 93 61 02 58 93 61 02 6C 90 E1 02 54 41 82 00 18
137 . 80 AB 00 04 80 81 00 50 90 A1 02 50 80 E4 00 04 90 E1 02 54 2C 83 00 00 41 86 00 10
155 . 81 1F 00 04 81 7F 00 00 55 0A 06 3E 55 00 E1 36 2F 0A 00 16 7C C0 D2 14 7D 0B EA 14 41 9A 00 C4
161 . 89 66 00 0C 55 69 E1 3F 41 82 01 4C
[all …]
/external/clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/
Dp3.cpp31 enum E1 { one }; enum
36 A operator >= (E1, E1);
37 A operator >= (E1, const E2);
39 E1 a;
46 template <typename T> A operator <= (E1, T);
/external/clang/test/SemaCXX/
Denum-scoped.cpp3 enum class E1 { enum
11 E1 v1 = Val1; // expected-error{{undeclared identifier}}
12 E1 v2 = E1::Val1;
14 static_assert(sizeof(E1) == sizeof(int), "bad size");
15 static_assert(sizeof(E1::Val1) == sizeof(int), "bad size");
19 E1 v3 = E2::Val1; // expected-error{{cannot initialize a variable}}
20 int x1 = E1::Val1; // expected-error{{cannot initialize a variable}}
27 E1 v5 = Val2; // expected-error{{cannot initialize a variable}}
34 int a2[E1::Val1]; // expected-error{{size of array has non-integer type}}
37 int* p2 = new int[E1::Val1]; // expected-error{{array size expression must have integral or unscope…
Ddefault-assignment-operator.cpp76 class E1 { // expected-error{{cannot define the implicit copy assignment operator for 'E1', because… class
80 E1() : a(0) {} in E1() function in E1
84 E1 e1, e2;
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTraverse.h197 R_SExpr reduceCode(Code &Orig, R_SExpr E0, R_SExpr E1) { in reduceCode() argument
198 return E0 && E1; in reduceCode()
200 R_SExpr reduceField(Field &Orig, R_SExpr E0, R_SExpr E1) { in reduceField() argument
201 return E0 && E1; in reduceField()
203 R_SExpr reduceApply(Apply &Orig, R_SExpr E0, R_SExpr E1) { in reduceApply() argument
204 return E0 && E1; in reduceApply()
206 R_SExpr reduceSApply(SApply &Orig, R_SExpr E0, R_SExpr E1) { in reduceSApply() argument
207 return E0 && E1; in reduceSApply()
213 R_SExpr reduceStore(Store &Orig, R_SExpr E0, R_SExpr E1) { return E0 && E1; } in reduceStore() argument
214 R_SExpr reduceArrayIndex(Store &Orig, R_SExpr E0, R_SExpr E1) { in reduceArrayIndex() argument
[all …]
DThreadSafetyCommon.h43 inline bool equals(const til::SExpr *E1, const til::SExpr *E2) { in equals() argument
44 return til::EqualsComparator::compareExprs(E1, E2); in equals()
47 inline bool matches(const til::SExpr *E1, const til::SExpr *E2) { in matches() argument
51 if (isa<til::Wildcard>(E1)) in matches()
54 return isa<til::Wildcard>(E1); in matches()
56 return til::MatchComparator::compareExprs(E1, E2); in matches()
59 inline bool partiallyMatches(const til::SExpr *E1, const til::SExpr *E2) { in partiallyMatches() argument
60 const auto *PE1 = dyn_cast_or_null<til::Project>(E1); in partiallyMatches()
/external/clang/test/CXX/stmt.stmt/stmt.select/stmt.switch/
Dp2-0x.cpp9 enum E { E0, E1 }; enumerator
19 case E1: in test()
26 case E1: in test()
33 case E1: in test()
/external/boringssl/src/crypto/sha/asm/
Dsha1-armv8.pl231 my ($ABCD,$E,$E0,$E1)=map("v$_.16b",(0..3));
264 sha1h $E1,$ABCD
273 sha1$f $ABCD,$E1,$W1
280 ($E0,$E1)=($E1,$E0); ($W0,$W1)=($W1,$W0);
285 sha1p $ABCD,$E1,$W1
288 sha1h $E1,$ABCD // 18
292 sha1p $ABCD,$E1,$W1
Dsha1-armv4-large.pl580 my ($ABCD,$E,$E0,$E1)=map("q$_",(0..3));
616 sha1h $E1,$ABCD @ 0
625 sha1$f $ABCD,$E1,$W1
632 ($E0,$E1)=($E1,$E0); ($W0,$W1)=($W1,$W0);
637 sha1p $ABCD,$E1,$W1
640 sha1h $E1,$ABCD @ 18
644 sha1p $ABCD,$E1,$W1
/external/clang/test/Coverage/
Dcxx-language-features.inc24 enum E1 { EC1 };
25 template <E1 v> class C1 {};
26 template <E1 v> C1<v> f1() { return C1<v>(); }
/external/clang/test/Sema/
Dms_bitfield_layout.c177 typedef union E1 { union
183 } E1; typedef
260 sizeof(E1) +
Dwarn-duplicate-enum.c30 E1, enumerator
31 E2 = E1,
/external/clang/test/CXX/class.access/class.friend/
Dp2-cxx03.cpp8 enum E1 { }; enum
12 X0<E1> x0d;
Dp3-cxx0x.cpp8 enum E1 { }; enum
12 X0<E1> x0d;
/external/clang/test/Modules/
Dmacro-hiding.cpp92 #ifdef E1
100 #if defined(A1) || defined(B2) || defined(C1) || defined(D1) || defined(E1) || defined(E2)
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
DGCMUtil.java7 private static final int E1 = 0xe1000000; field in GCMUtil
8 private static final long E1L = (E1 & 0xFFFFFFFFL) << 32;
21 v ^= (E1 >>> (7 - i)); in generateLookup()
129 r00 = (r00 >>> 1) ^ (m2 & E1); in multiply()
166 x[0] ^= (m & E1); in multiplyP()
172 z[0] ^= (m & E1); in multiplyP()
/external/v8/test/mjsunit/harmony/
Dmodule-parsing.js86 module E1 at "http://where"
88 module E3 = E1
150 export A, A1, A2, A3, B, I, C1, D1, D2, D3, E1, E2, E3, X, Y, Z, Wrap, x, y, UU
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/tests/yui/
Ddataurl-nonbase64-doublequotes.css5 …81%81%AC%AC%AC%0E%0E%0E111%7D%7D%7D%92%92%92333%B9%B9%B9%BC%BC%BChhh)))%E1%E1%E1%03%03%03%CB%CB%CB…
Ddataurl-nonbase64-noquotes.css.min1 …81%AC%AC%AC%0E%0E%0E111%7D%7D%7D%92%92%92333%B9%B9%B9%BC%BC%BChhh\)\)\)%E1%E1%E1%03%03%03%CB%CB%CB…
Ddataurl-nonbase64-singlequotes.css.min1 …81%81%AC%AC%AC%0E%0E%0E111%7D%7D%7D%92%92%92333%B9%B9%B9%BC%BC%BChhh)))%E1%E1%E1%03%03%03%CB%CB%CB…
Ddataurl-nonbase64-doublequotes.css.min1 …81%81%AC%AC%AC%0E%0E%0E111%7D%7D%7D%92%92%92333%B9%B9%B9%BC%BC%BChhh)))%E1%E1%E1%03%03%03%CB%CB%CB…
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/tests/yui/out/
Ddataurl-nonbase64-noquotes.out.b1 …81%AC%AC%AC%0E%0E%0E111%7D%7D%7D%92%92%92333%B9%B9%B9%BC%BC%BChhh\)\)\)%E1%E1%E1%03%03%03%CB%CB%CB…

1234567