Searched defs:E0 (Results 1 - 21 of 21) sorted by relevance

/external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
H A Dp12.cpp5 S E0; variable
9 E0 = 1, enumerator in enum:__anon18345::__anon18346
10 E1 = E0 + 1
/external/clang/test/ASTMerge/Inputs/
H A Dexprs1.c2 enum E0 { enum
H A Dexprs2.c2 enum E0 { enum
/external/clang/test/CodeGen/
H A Dalignof.c4 enum e0 { E0 }; enumerator in enum:e0
/external/clang/test/CXX/stmt.stmt/stmt.select/stmt.switch/
H A Dp2-0x.cpp9 enum E { E0, E1 }; enumerator in enum:E
11 constexpr operator E() const { return E0; }
31 switch (E0) {
/external/openssl/crypto/des/
H A Dfcrypt_b.c89 register DES_LONG E0,E1; local
95 E0=Eswap0;
/external/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp135 SExpr *E0 = getCanonicalVal(Ph->values()[0]); local
140 if (Ei != E0) {
H A DThreadSafetyCommon.cpp270 til::SExpr *E0 = translate(BO->getLHS(), Ctx); local
273 return new (Arena) til::BinaryOp(Op, E1, E0);
275 return new (Arena) til::BinaryOp(Op, E0, E1);
285 til::SExpr *E0 = translate(LHS, Ctx); local
296 til::SExpr *Arg = CV ? CV : new (Arena) til::Load(E0);
302 return new (Arena) til::Store(E0, E1);
358 til::SExpr *E0 = lookupVarDecl(DRE->getDecl()); local
359 if (E0)
360 return E0;
362 til::SExpr *E0 local
370 til::SExpr *E0 = translate(CE->getSubExpr(), Ctx); local
375 til::SExpr *E0 = translate(CE->getSubExpr(), Ctx); local
385 til::SExpr *E0 = translate(E->getBase(), Ctx); local
[all...]
/external/clang/test/SemaTemplate/
H A Ddeduction.cpp156 enum E { E0, E1 }; enumerator in enum:test14::E
161 A<E0> a;
/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/Sema/
H A Denum.c58 E0 = sizeof(enum e0 { E1 }), // expected-error {{nested redefinition}} enumerator in enum:e0
/external/pdfium/core/src/fdrm/crypto/
H A Dfx_crypt_aes.cpp102 static const unsigned int E0[256] = { variable
641 #define MAKEWORD(i) ( newstate[i] = (E0[(block[i] >> 24) & 0xFF] ^ \
/external/clang/test/CodeGenCXX/
H A Dvisibility.cpp1161 enum HIDDEN E { E0 }; enumerator in enum:test63::E
1171 A::foo<E0>();
1172 A::B<E0>::foo();
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dkeyboard_overlay.js33 'E0 5B': 'is-search'
37 'search': 'E0 5B',
284 (identifier == 'E0 5B' && contains(modifiers, 'SEARCH'))) {
610 'E0 5B': [125.0, 287.0, 60.0, 60.0], // search
/external/chromium_org/third_party/libwebp/dsp/
H A Ddec_neon.c1019 const int16x8_t E0 = vqaddq_s16(D0, D1); // a+d | b+c local
1022 Transpose8x2(E0, E1, rows);
H A Denc_neon.c113 const int16x8_t E0 = vqaddq_s16(D0, D1); // a+d | b+c local
116 Transpose8x2(E0, E1, rows);
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h182 R_SExpr reduceFunction(Function &Orig, Variable *Nvd, R_SExpr E0) { argument
183 return new (Arena) Function(Orig, Nvd, E0);
185 R_SExpr reduceSFunction(SFunction &Orig, Variable *Nvd, R_SExpr E0) { argument
186 return new (Arena) SFunction(Orig, Nvd, E0);
188 R_SExpr reduceCode(Code &Orig, R_SExpr E0, R_SExpr E1) { argument
189 return new (Arena) Code(Orig, E0, E1);
191 R_SExpr reduceField(Field &Orig, R_SExpr E0, R_SExpr E1) { argument
192 return new (Arena) Field(Orig, E0, E1);
195 R_SExpr reduceApply(Apply &Orig, R_SExpr E0, R_SExpr E1) { argument
196 return new (Arena) Apply(Orig, E0, E
198 reduceSApply(SApply &Orig, R_SExpr E0, R_SExpr E1) argument
201 reduceProject(Project &Orig, R_SExpr E0) argument
204 reduceCall(Call &Orig, R_SExpr E0) argument
208 reduceAlloc(Alloc &Orig, R_SExpr E0) argument
211 reduceLoad(Load &Orig, R_SExpr E0) argument
214 reduceStore(Store &Orig, R_SExpr E0, R_SExpr E1) argument
217 reduceArrayIndex(ArrayIndex &Orig, R_SExpr E0, R_SExpr E1) argument
220 reduceArrayAdd(ArrayAdd &Orig, R_SExpr E0, R_SExpr E1) argument
223 reduceUnaryOp(UnaryOp &Orig, R_SExpr E0) argument
226 reduceBinaryOp(BinaryOp &Orig, R_SExpr E0, R_SExpr E1) argument
229 reduceCast(Cast &Orig, R_SExpr E0) argument
261 enterScope(Variable &Orig, R_SExpr E0) argument
331 reduceFunction(Function &Orig, Variable *Nvd, R_SExpr E0) argument
334 reduceSFunction(SFunction &Orig, Variable *Nvd, R_SExpr E0) argument
337 reduceCode(Code &Orig, R_SExpr E0, R_SExpr E1) argument
340 reduceField(Field &Orig, R_SExpr E0, R_SExpr E1) argument
343 reduceApply(Apply &Orig, R_SExpr E0, R_SExpr E1) argument
346 reduceSApply(SApply &Orig, R_SExpr E0, R_SExpr E1) argument
349 reduceProject(Project &Orig, R_SExpr E0) argument
350 reduceCall(Call &Orig, R_SExpr E0) argument
351 reduceAlloc(Alloc &Orig, R_SExpr E0) argument
352 reduceLoad(Load &Orig, R_SExpr E0) argument
353 reduceStore(Store &Orig, R_SExpr E0, R_SExpr E1) argument
354 reduceArrayIndex(Store &Orig, R_SExpr E0, R_SExpr E1) argument
357 reduceArrayAdd(Store &Orig, R_SExpr E0, R_SExpr E1) argument
360 reduceUnaryOp(UnaryOp &Orig, R_SExpr E0) argument
361 reduceBinaryOp(BinaryOp &Orig, R_SExpr E0, R_SExpr E1) argument
364 reduceCast(Cast &Orig, R_SExpr E0) argument
393 enterScope(Variable &Orig, R_SExpr E0) argument
[all...]
H A DThreadSafetyTIL.h764 auto E0 = Vs.traverse(VarDecl->Definition, Vs.typeCtx(Ctx)); local
766 Variable *Nvd = Vs.enterScope(*VarDecl, E0);
1272 BinaryOp(TIL_BinaryOpcode Op, SExpr *E0, SExpr *E1) argument
1273 : SExpr(COP_BinaryOp), Expr0(E0), Expr1(E1) {
1276 BinaryOp(const BinaryOp &B, SExpr *E0, SExpr *E1) argument
1277 : SExpr(B), Expr0(E0), Expr1(E1) {
1779 auto E0 = Vs.traverse(VarDecl->Definition, Vs.subExprCtx(Ctx)); local
1781 Variable *Nvd = Vs.enterScope(*VarDecl, E0);
/external/webp/src/dsp/
H A Ddec_neon.c1019 const int16x8_t E0 = vqaddq_s16(D0, D1); // a+d | b+c local
1022 Transpose8x2(E0, E1, rows);
H A Denc_neon.c113 const int16x8_t E0 = vqaddq_s16(D0, D1); // a+d | b+c local
116 Transpose8x2(E0, E1, rows);
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp261 ExtractElementInst *E0 = cast<ExtractElementInst>(VL0); local
262 Value *Vec = E0->getOperand(0);
271 ConstantInt *CI = dyn_cast<ConstantInt>(E0->getOperand(1));

Completed in 1700 milliseconds