/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTStructuralEquivalence.cpp | 172 IsStmtEquivalent(const AddrLabelExpr * E1,const AddrLabelExpr * E2) IsStmtEquivalent() argument 176 IsStmtEquivalent(const AtomicExpr * E1,const AtomicExpr * E2) IsStmtEquivalent() argument 180 IsStmtEquivalent(const BinaryOperator * E1,const BinaryOperator * E2) IsStmtEquivalent() argument 184 IsStmtEquivalent(const CallExpr * E1,const CallExpr * E2) IsStmtEquivalent() argument 202 IsStmtEquivalent(const CharacterLiteral * E1,const CharacterLiteral * E2) IsStmtEquivalent() argument 206 IsStmtEquivalent(const ChooseExpr * E1,const ChooseExpr * E2) IsStmtEquivalent() argument 210 IsStmtEquivalent(const CompoundStmt * E1,const CompoundStmt * E2) IsStmtEquivalent() argument 237 IsStmtEquivalent(const Expr * E1,const Expr * E2) IsStmtEquivalent() argument 242 IsStmtEquivalent(const ExpressionTraitExpr * E1,const ExpressionTraitExpr * E2) IsStmtEquivalent() argument 246 IsStmtEquivalent(const FloatingLiteral * E1,const FloatingLiteral * E2) IsStmtEquivalent() argument 251 IsStmtEquivalent(const GenericSelectionExpr * E1,const GenericSelectionExpr * E2) IsStmtEquivalent() argument 274 IsStmtEquivalent(const IntegerLiteral * E1,const IntegerLiteral * E2) IsStmtEquivalent() argument 278 IsStmtEquivalent(const MemberExpr * E1,const MemberExpr * E2) IsStmtEquivalent() argument 284 IsStmtEquivalent(const ObjCStringLiteral * E1,const ObjCStringLiteral * E2) IsStmtEquivalent() argument 302 IsStmtEquivalent(const SourceLocExpr * E1,const SourceLocExpr * E2) IsStmtEquivalent() argument 306 IsStmtEquivalent(const StmtExpr * E1,const StmtExpr * E2) IsStmtEquivalent() argument 310 IsStmtEquivalent(const StringLiteral * E1,const StringLiteral * E2) IsStmtEquivalent() argument 315 IsStmtEquivalent(const SubstNonTypeTemplateParmExpr * E1,const SubstNonTypeTemplateParmExpr * E2) IsStmtEquivalent() argument 327 IsStmtEquivalent(const SubstNonTypeTemplateParmPackExpr * E1,const SubstNonTypeTemplateParmPackExpr * E2) IsStmtEquivalent() argument 332 IsStmtEquivalent(const TypeTraitExpr * E1,const TypeTraitExpr * E2) IsStmtEquivalent() argument 351 IsStmtEquivalent(const UnaryExprOrTypeTraitExpr * E1,const UnaryExprOrTypeTraitExpr * E2) IsStmtEquivalent() argument 358 IsStmtEquivalent(const UnaryOperator * E1,const UnaryOperator * E2) IsStmtEquivalent() argument 362 IsStmtEquivalent(const VAArgExpr * E1,const VAArgExpr * E2) IsStmtEquivalent() argument 367 IsStmtEquivalent(const OverloadExpr * E1,const OverloadExpr * E2) IsStmtEquivalent() argument 391 IsStmtEquivalent(const CXXBoolLiteralExpr * E1,const CXXBoolLiteralExpr * E2) IsStmtEquivalent() argument 444 IsStructurallyEquivalent(StructuralEquivalenceContext & Context,const UnaryOperator * E1,const CXXOperatorCallExpr * E2) IsStructurallyEquivalent() argument 452 IsStructurallyEquivalent(StructuralEquivalenceContext & Context,const CXXOperatorCallExpr * E1,const UnaryOperator * E2) IsStructurallyEquivalent() argument 460 IsStructurallyEquivalent(StructuralEquivalenceContext & Context,const BinaryOperator * E1,const CXXOperatorCallExpr * E2) IsStructurallyEquivalent() argument 469 IsStructurallyEquivalent(StructuralEquivalenceContext & Context,const CXXOperatorCallExpr * E1,const BinaryOperator * E2) IsStructurallyEquivalent() argument 593 E1 = OS1->end(), E2 = OS2->end(); IsStructurallyEquivalent() local [all...] |
H A D | Expr.cpp | 4111 isSameComparisonOperand(const Expr * E1,const Expr * E2) isSameComparisonOperand() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | DataflowAnalysis.h | 99 joinTypeErased(const TypeErasedLattice & E1,const TypeErasedLattice & E2) joinTypeErased() argument 115 isEqualTypeErased(const TypeErasedLattice & E1,const TypeErasedLattice & E2) isEqualTypeErased() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/MCA/Stages/ |
H A D | InstructionTables.cpp | 53 for (unsigned I2 = 0, E2 = SubUnit.NumUnits; I2 < E2; ++I2) { in execute() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnitIndex.cpp | 288 llvm::sort(OffsetLookup, [&](Entry *E1, Entry *E2) { in getFromOffset() 293 auto I = partition_point(OffsetLookup, [&](Entry *E2) { in getFromOffset()
|
H A D | DWARFVerifier.cpp | 87 auto I2 = RHS.Ranges.begin(), E2 = RHS.Ranges.end(); contains() local 111 auto I2 = RHS.Ranges.begin(), E2 = RHS.Ranges.end(); intersects() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyCommon.h | 65 inline bool equals(const til::SExpr *E1, const til::SExpr *E2) { in equals() argument 69 inline bool matches(const til::SExpr *E1, const til::SExpr *E2) { in matches() argument 81 inline bool partiallyMatches(const til::SExpr *E1, const til::SExpr *E2) { in partiallyMatches() argument
|
H A D | ThreadSafetyTraverse.h | 315 bool compareByCase(const SExpr *E1, const SExpr* E2) { in compareByCase() 341 bool compare(const SExpr *E1, const SExpr* E2) { in compare() 355 static bool compareExprs(const SExpr *E1, const SExpr* E2) { in compareExprs() 375 bool compare(const SExpr *E1, const SExpr *E2) { in compare() 393 static bool compareExprs(const SExpr *E1, const SExpr* E2) { in compareExprs()
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | COFFPlatform.cpp | 430 if (auto E2 = setupJITDylib(PlatformJD)) { in COFFPlatform() local 436 if (auto E2 = this->LoadDynLibrary(PlatformJD, Lib)) { in COFFPlatform() local 442 if (auto E2 = VCRuntimeBootstrap->initializeStaticVCRuntime(PlatformJD)) { in COFFPlatform() local 448 if (auto E2 = associateRuntimeSupportFunctions(PlatformJD)) { in COFFPlatform() local 456 if (auto E2 = bootstrapCOFFRuntime(PlatformJD)) { in COFFPlatform() local
|
H A D | ELFNixPlatform.cpp | 275 if (auto E2 = setupJITDylib(PlatformJD)) { in ELFNixPlatform() local 284 if (auto E2 = associateRuntimeSupportFunctions(PlatformJD)) { in ELFNixPlatform() local 292 if (auto E2 = bootstrapELFNixRuntime(PlatformJD)) { in ELFNixPlatform() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | UndefBranchChecker.cpp | 45 if (const Expr *E2 = FindExpr(ExI)) in FindExpr() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLinkGeneric.cpp | 275 Alloc->abandon([S = std::move(Self), E1 = std::move(Err)](Error E2) mutable { in abandonAllocAndBailOut()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Error.h | 399 join(Error E1,Error E2) join() argument 431 joinErrors(Error E1,Error E2) joinErrors() argument [all...] |
/freebsd-src/contrib/opencsd/decoder/source/ptm/ |
H A D | trc_pkt_proc_ptm.cpp | 944 uint8_t E2 = m_currPacketData[m_numAddrBytes+1]; in pktBranchAddr() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmtAsm.cpp | 101 const Expr *E2 = E->IgnoreParenNoopCasts(S.Context); in CheckAsmLValue() local
|
H A D | SemaExprCXX.cpp | 6903 FindCompositePointerType(SourceLocation Loc,Expr * & E1,Expr * & E2,bool ConvertArgs) FindCompositePointerType() argument [all...] |
H A D | SemaChecking.cpp | 13690 referToTheSameDecl(const Expr * E1,const Expr * E2) referToTheSameDecl() argument 17480 const Expr *E2 = CXXOCE->getArg(1); VisitCXXOperatorCallExpr() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegAllocPBQP.cpp | 281 SlotIndex E2 = getEndPoint(I2); in lowestEndPoint() local
|
H A D | IfConversion.cpp | 833 MachineBasicBlock::reverse_iterator E2 = MBB2->rbegin(); verifySameBranchInstructions() local
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | CodeGenRegisters.cpp |
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ValueMapper.cpp | 1091 auto *E2 = cast<Constant>(mapValue(S->getOperand(1))); mapAppendingVariable() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/ |
H A D | VEAsmParser.cpp | 1467 SMLoc S2, E2; in parseOperand() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CFG.cpp | 148 static bool areExprTypesCompatible(const Expr *E1, const Expr *E2) { in areExprTypesCompatible() argument 1090 const Expr *E2) { in checkIncorrectLogicOperator() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 7195 estimateNodesPermuteCost(const TreeEntry & E1,const TreeEntry * E2,ArrayRef<int> Mask,unsigned Part,unsigned SliceSize) estimateNodesPermuteCost() argument 7284 const TreeEntry *E2 = P2.get<const TreeEntry *>(); createShuffle() local 7341 const TreeEntry *E2 = P2.get<const TreeEntry *>(); createShuffle() local 7528 add(const TreeEntry & E1,const TreeEntry & E2,ArrayRef<int> Mask) add() argument 10335 add(const TreeEntry & E1,const TreeEntry & E2,ArrayRef<int> Mask) add() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 20191 for (auto I2 = (*I)->use_begin(), E2 = (*I)->use_end(); I2 != E2; ++I2) getStoreMergeCandidates() local [all...] |