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

/freebsd-12-stable/crypto/openssl/crypto/des/
H A Dfcrypt_b.c31 register DES_LONG E0, E1; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp281 SlotIndex E1 = getEndPoint(I1); local
H A DIfConversion.cpp843 MachineBasicBlock::reverse_iterator E1 = MBB1->rbegin(); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp482 til::SExpr *E1 = translate(BO->getRHS(), Ctx); local
496 til::SExpr *E1 = translate(RHS, Ctx); local
598 til::SExpr *E1 = translate(E->getIdx(), Ctx); local
[all...]
H A DCFG.cpp144 static bool areExprTypesCompatible(const Expr *E1, const Expr *E2) { argument
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h63 inline bool equals(const til::SExpr *E1, const til::SExpr *E2) { argument
67 inline bool matches(const til::SExpr *E1, const til::SExpr *E2) { argument
79 inline bool partiallyMatches(const til::SExpr *E1, const til::SExpr *E2) { argument
H A DThreadSafetyTraverse.h208 R_SExpr reduceCode(Code &Orig, R_SExpr E0, R_SExpr E1) { argument
212 R_SExpr reduceField(Field &Orig, R_SExpr E0, R_SExpr E1) { argument
216 R_SExpr reduceApply(Apply &Orig, R_SExpr E0, R_SExpr E1) { argument
220 R_SExpr reduceSApply(SApply &Orig, R_SExpr E0, R_SExpr E1) { argument
228 R_SExpr reduceStore(Store &Orig, R_SExpr E0, R_SExpr E1) { return E0 && E1; } argument
230 reduceArrayIndex(Store &Orig, R_SExpr E0, R_SExpr E1) argument
234 reduceArrayAdd(Store &Orig, R_SExpr E0, R_SExpr E1) argument
240 reduceBinaryOp(BinaryOp &Orig, R_SExpr E0, R_SExpr E1) argument
315 compareByCase(const SExpr *E1, const SExpr* E2) argument
341 compare(const SExpr *E1, const SExpr* E2) argument
355 compareExprs(const SExpr *E1, const SExpr* E2) argument
375 compare(const SExpr *E1, const SExpr *E2) argument
393 compareExprs(const SExpr *E1, const SExpr* E2) argument
[all...]
H A DThreadSafetyTIL.h688 auto E1 = Vs.traverse(Body, Vs.declCtx(Ctx)); local
743 auto E1 = Vs.traverse(Body, Vs.declCtx(Ctx)); local
1204 BinaryOp(TIL_BinaryOpcode Op, SExpr *E0, SExpr *E1) argument
1209 BinaryOp(const BinaryOp &B, SExpr *E0, SExpr *E1) argument
1879 auto E1 = Vs.traverse(Body, Ctx); local
[all...]
/freebsd-12-stable/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_proc_ptm.cpp934 uint8_t E1 = m_currPacketData[m_numAddrBytes]; local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h391 static Error join(Error E1, Error E2) { argument
423 inline Error joinErrors(Error E1, Erro argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp258 E1 = OS1->end(), E2 = OS2->end(); local
159 IsStructurallyEquivalent(StructuralEquivalenceContext &Context, const Expr *E1, const Expr *E2) argument
H A DExpr.cpp3985 bool Expr::isSameComparisonOperand(const Expr* E1, const Expr* E2) { argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp982 auto *E1 = cast<Constant>(mapValue(S->getOperand(0))); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp63 auto I1 = Ranges.begin(), E1 = Ranges.end(); local
87 auto I1 = Ranges.begin(), E1 = Ranges.end(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp381 Value *E1 = Builder.CreateExtractElement(Y, Index); local
391 Value *E1 = Builder.CreateExtractElement(Y, Index); local
H A DInstCombineAndOrXor.cpp3131 BinaryOperator *E1; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1928 APInt E1 = local
1951 SDValue E1 = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, EltVT, Vector, local
2377 SDValue E1 = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, MVT::f16, Val, local
4888 SDValue E1 = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, EltVT, SubVector, local
/freebsd-12-stable/sys/dev/mn/
H A Dif_mn.c239 enum framing {WHOKNOWS, E1, E1U, T1, T1U}; enumerator in enum:framing
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9992 static bool referToTheSameDecl(const Expr *E1, const Expr *E2) { argument
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10850 FindCompositePointerType(SourceLocation Loc, ExprResult &E1, ExprResult &E2, bool ConvertArgs = true) argument

Completed in 483 milliseconds