/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | ErlangGCPrinter.cpp | 53 IE = Info.funcinfo_end(); in finishAssembly() local
|
H A D | DwarfCompileUnit.h | 174 void addImportedEntity(const DIImportedEntity* IE) { in addImportedEntity()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVStripWSuffix.cpp | 69 for (auto I = MBB.begin(), IE = MBB.end(); I != IE; ++I) { in runOnMachineFunction() local
|
H A D | RISCVSExtWRemoval.cpp | 334 for (auto I = MBB.begin(), IE = MBB.end(); I != IE;) { in runOnMachineFunction() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMTargetStreamer.cpp | 62 for (unsigned II = 0, IE = Size; II != IE; II++) { in emitInst() local 74 for (unsigned II = 0, IE = Size; II != IE; II = II + 2) { in emitInst() local
|
H A D | ARMELFStreamer.cpp | 517 for (unsigned II = 0, IE = Size; II != IE; II++) { in emitInst() local 531 for (unsigned II = 0, IE = Size; II != IE; II = II + 2) { in emitInst() local
|
H A D | ARMBaseInfo.h | 27 IE = 2, enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCCTRLoopsVerify.cpp | 116 for (MachineBasicBlock::iterator IE = MBB->begin();; --I) { in verifyCTRBranch() local
|
H A D | PPCTLSDynamicCall.cpp | 55 for (MachineBasicBlock::iterator I = MBB.begin(), IE = MBB.end(); in processBlock() local
|
H A D | PPCVSXFMAMutate.cpp | 76 for (MachineBasicBlock::iterator I = MBB.begin(), IE = MBB.end(); in processBlock() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | PartiallyInlineLibCalls.cpp | 117 for (BasicBlock::iterator II = CurrBB->begin(), IE = CurrBB->end(); in runPartiallyInlineLibCalls() local
|
H A D | CallSiteSplitting.cpp | 509 auto IE = BB.getTerminator()->getIterator(); in doCallSiteSplitting() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | ScopeInfo.cpp | 88 const ObjCIvarRefExpr *IE = cast<ObjCIvarRefExpr>(E); in getBaseInfo() local
|
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SMTConstraintManager.h | 312 auto I = CZ.begin(), IE = CZ.end(); in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
|
/openbsd-src/gnu/llvm/clang/lib/CrossTU/ |
H A D | CrossTranslationUnit.cpp | 370 void CrossTranslationUnitContext::emitCrossTUDiagnostics(const IndexError &IE) { in emitCrossTUDiagnostics() 738 handleAllErrors(ToDeclOrError.takeError(), [&](const ASTImportError &IE) { in importDefinitionImpl()
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NonNullParamChecker.cpp | 169 if (const auto *IE = dyn_cast<InitListExpr>(CE->getInitializer())) in checkPreCall() local
|
H A D | TestAfterDivZeroChecker.cpp | 246 } else if (const ImplicitCastExpr *IE = in checkBranchCondition() local
|
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 231 void SoftInstrProfErrors::addError(instrprof_error IE) { in addError() 563 auto IE = ValueData.end(); in overlap() local 661 auto IE = ValueData.end(); in merge() local
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | CodeEmitterGen.cpp | 534 std::map<std::string, std::vector<std::string>>::iterator IE, EE; in run() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-mca/ |
H A D | llvm-mca.cpp | 585 [&IP, &STI](const mca::InstructionError<MCInst> &IE) { in main()
|
/openbsd-src/usr.sbin/makefs/cd9660/ |
H A D | cd9660_eltorito.h | 131 boot_catalog_initial_entry IE; member
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/ |
H A D | AnalysisConsumer.cpp | 301 [&](const cross_tu::IndexError &IE) { in VisitVarDecl()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1533 for (auto I = std::next(BasicBlock::iterator(CI)), IE = BB->end(); in handleLongjmpableCallsForEmscriptenSjLj() local 1544 for (auto I = std::next(BasicBlock::iterator(ThrewLI)), IE = BB->end(); in handleLongjmpableCallsForEmscriptenSjLj() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | MergeFunctions.cpp | 432 for (auto I = HashedFuncs.begin(), IE = HashedFuncs.end(); I != IE; ++I) { in runOnModule() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | CXXInheritance.cpp | 472 for (const_iterator I = Other.begin(), IE = Other.end(); I != IE; ++I) { in add() local
|