Searched refs:E2 (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DInstructionTables.cpp54 for (unsigned I2 = 0, E2 = SubUnit.NumUnits; I2 < E2; ++I2) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUndefBranchChecker.cpp42 if (const Expr *E2 = FindExpr(ExI))
43 return E2;
/freebsd-13-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
64 return til::EqualsComparator::compareExprs(E1, E2);
67 inline bool matches(const til::SExpr *E1, const til::SExpr *E2) { argument
72 return isa<til::Wildcard>(E2);
73 if (isa<til::Wildcard>(E2))
76 return til::MatchComparator::compareExprs(E1, E2);
79 inline bool partiallyMatches(const til::SExpr *E1, const til::SExpr *E2) { argument
83 const auto *PE2 = dyn_cast_or_null<til::Project>(E2);
H A DThreadSafetyTraverse.h315 bool compareByCase(const SExpr *E1, const SExpr* E2) { argument
319 return cast<X>(E1)->compare(cast<X>(E2), *self());
341 bool compare(const SExpr *E1, const SExpr* E2) { argument
342 if (E1->opcode() != E2->opcode())
344 return compareByCase(E1, E2);
355 static bool compareExprs(const SExpr *E1, const SExpr* E2) { argument
357 return Eq.compare(E1, E2);
375 bool compare(const SExpr *E1, const SExpr *E2) { argument
377 if (E1->opcode() == COP_Wildcard || E2->opcode() == COP_Wildcard)
380 if (E1->opcode() != E2
393 compareExprs(const SExpr *E1, const SExpr* E2) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnitIndex.cpp266 llvm::sort(OffsetLookup, [&](Entry *E1, Entry *E2) {
268 E2->Contributions[InfoColumn].Offset;
271 auto I = partition_point(OffsetLookup, [&](Entry *E2) {
272 return E2->Contributions[InfoColumn].Offset <= Offset;
H A DDWARFVerifier.cpp66 auto I2 = RHS.Ranges.begin(), E2 = RHS.Ranges.end(); local
67 if (I2 == E2)
74 if (++I2 == E2)
90 auto I2 = RHS.Ranges.begin(), E2 = RHS.Ranges.end(); local
91 while (I1 != E1 && I2 != E2) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h397 static Error join(Error E1, Error E2) { argument
399 return E2;
400 if (!E2)
404 if (E2.isA<ErrorList>()) {
405 auto E2Payload = E2.takePayload();
410 E1List.Payloads.push_back(E2.takePayload());
414 if (E2.isA<ErrorList>()) {
415 auto &E2List = static_cast<ErrorList &>(*E2.getPtr());
417 return E2;
420 new ErrorList(E1.takePayload(), E2
429 joinErrors(Error E1, Error E2) argument
[all...]
/freebsd-13-stable/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_proc_ptm.cpp941 uint8_t E2 = m_currPacketData[m_numAddrBytes+1]; local
942 m_curr_packet.UpdateHyp((E2 >> 5) & 0x1);
943 ENum |= ((uint16_t)(E2 & 0x1F) << 4);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp154 const Expr *E1, const Expr *E2) {
155 if (!E1 || !E2)
156 return E1 == E2;
159 auto *DE2 = dyn_cast<DependentScopeDeclRefExpr>(E2);
168 auto *CastE2 = dyn_cast<ImplicitCastExpr>(E2);
252 E1 = OS1->end(), E2 = OS2->end(); local
253 for (; I1 != E1 && I2 != E2; ++I1, ++I2)
256 return I1 == E1 && I2 == E2;
153 IsStructurallyEquivalent(StructuralEquivalenceContext &Context, const Expr *E1, const Expr *E2) argument
H A DExpr.cpp3986 bool Expr::isSameComparisonOperand(const Expr* E1, const Expr* E2) {
3988 E2 = E2->IgnoreParens();
3990 if (E1->getStmtClass() != E2->getStmtClass())
4002 const auto *DRE2 = cast<DeclRefExpr>(E2);
4010 const auto *ICE2 = dyn_cast<ImplicitCastExpr>(E2);
4016 E2 = ICE2->getSubExpr()->IgnoreParens();
4026 const auto *DRE2 = dyn_cast<DeclRefExpr>(E2);
4031 const auto *Ivar2 = dyn_cast<ObjCIvarRefExpr>(E2);
4038 const auto *Array2 = dyn_cast<ArraySubscriptExpr>(E2);
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCSerialization.h465 if (auto E2 = deserializeSeq(C, Msg))
466 return E2;
501 if (auto E2 = deserializeSeq(C, Err))
502 return E2;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp99 const Expr *E2 = E->IgnoreParenNoopCasts(S.Context); local
100 if (E != E2 && E2->isLValue()) {
101 emitAndFixInvalidAsmCastLValue(E2, E, S);
H A DSemaExprCXX.cpp5736 // can be converted to match an operand expression E2 of type T2 is defined
5738 // -- If E2 is an lvalue: E1 can be converted to match E2 if E1 can be
5742 // -- If E2 is an xvalue: E1 can be converted to match E2 if E1 can be
5762 // -- If E2 is an rvalue, or if the conversion above cannot be done:
5763 // -- if E1 and E2 have class type, and the underlying class types are
5773 // E1 can be converted to match E2 if the class of T2 is the
5793 // -- Otherwise: E1 can be converted to match E2 if E1 can be
5794 // implicitly converted to the type that expression E2 woul
[all...]
H A DSemaChecking.cpp9867 static bool referToTheSameDecl(const Expr *E1, const Expr *E2) { argument
9869 if (const DeclRefExpr *D2 = dyn_cast_or_null<DeclRefExpr>(E2))
12837 // The expression E1[E2] is identical (by definition) to *((E1)+(E2)). The
12838 // expression E1 is sequenced before the expression E2.
12851 // Abbreviating pm-expression.*cast-expression as E1.*E2, [...]
12852 // the expression E1 is sequenced before the expression E2.
12865 // The expression E1 is sequenced before the expression E2.
13265 const Expr *E2 = CXXOCE->getArg(1);
13267 std::swap(E1, E2);
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h61 MAP(E2, 98) \
H A DCodeGenRegisters.cpp956 for (auto I2 = I.base(), E2 = RegClasses.end(); I2 != E2; ++I2) {
2334 for (auto I2 = RegClasses.begin(), E2 = std::next(FirstNewRC); I2 != E2;
2336 inferMatchingSuperRegClass(&*I2, E2);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp839 MachineBasicBlock::reverse_iterator E2 = MBB2->rbegin(); local
840 while (E1 != B1 && E2 != B2) {
842 skipDebugInstructionsForward(E2, B2);
843 if (E1 == B1 && E2 == B2)
847 assert(!E2->isBranch() && "Branch mis-match, one block is empty.");
850 if (E2 == B2) {
855 if (E1->isBranch() || E2->isBranch())
856 assert(E1->isIdenticalTo(*E2) &&
861 ++E2;
H A DRegAllocPBQP.cpp282 SlotIndex E2 = getEndPoint(I2); local
284 if (E1 < E2)
287 if (E1 > E2)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp982 auto *E2 = cast<Constant>(mapValue(S->getOperand(1))); local
984 NewV = ConstantStruct::get(cast<StructType>(EltTy), E1, E2, Null);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp144 static bool areExprTypesCompatible(const Expr *E1, const Expr *E2) { argument
147 if (isa<DeclRefExpr>(E1) != isa<DeclRefExpr>(E2))
156 assert(isa<DeclRefExpr>(E1) && isa<DeclRefExpr>(E2));
158 auto *Decl2 = cast<DeclRefExpr>(E2)->getDecl();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4000 auto CompareByTypeID = [](const ElementTy &E1, const ElementTy &E2) -> bool {
4001 return E1.first < E2.first;
4032 auto CompareByDeclID = [](const ElementTy &E1, const ElementTy &E2) -> bool {
4033 return E1.first < E2.first;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11268 QualType FindCompositePointerType(SourceLocation Loc, Expr *&E1, Expr *&E2,
11271 ExprResult &E1, ExprResult &E2,
11273 Expr *E1Tmp = E1.get(), *E2Tmp = E2.get();
11277 E2 = E2Tmp;
11270 FindCompositePointerType(SourceLocation Loc, ExprResult &E1, ExprResult &E2, bool ConvertArgs = true) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h957 /// are not modified between E1 and E2 or the result my be invalid.
958 static bool isSameComparisonOperand(const Expr* E1, const Expr* E2);
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp777 template< template<typename...> class L1, typename...E1, template<typename...> class L2, typename...E2, typename...Rest>\
778 struct append<L1<E1...>, L2<E2...>, Rest...> { using type = typename append<L1<E1...,E2...>, Rest...>::type; };\
/freebsd-13-stable/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.c2795 MKT(UNI_AAL1_CBR_8448, 8448(E2)),

Completed in 359 milliseconds

12