Home
last modified time | relevance | path

Searched defs:IE (Results 1 – 25 of 73) sorted by relevance

123

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DErlangGCPrinter.cpp53 IE = Info.funcinfo_end(); in finishAssembly() local
H A DDwarfCompileUnit.h174 void addImportedEntity(const DIImportedEntity* IE) { in addImportedEntity()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVStripWSuffix.cpp69 for (auto I = MBB.begin(), IE = MBB.end(); I != IE; ++I) { in runOnMachineFunction() local
H A DRISCVSExtWRemoval.cpp334 for (auto I = MBB.begin(), IE = MBB.end(); I != IE;) { in runOnMachineFunction() local
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp62 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 DARMELFStreamer.cpp517 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 DARMBaseInfo.h27 IE = 2, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCCTRLoopsVerify.cpp116 for (MachineBasicBlock::iterator IE = MBB->begin();; --I) { in verifyCTRBranch() local
H A DPPCTLSDynamicCall.cpp55 for (MachineBasicBlock::iterator I = MBB.begin(), IE = MBB.end(); in processBlock() local
H A DPPCVSXFMAMutate.cpp76 for (MachineBasicBlock::iterator I = MBB.begin(), IE = MBB.end(); in processBlock() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DPartiallyInlineLibCalls.cpp117 for (BasicBlock::iterator II = CurrBB->begin(), IE = CurrBB->end(); in runPartiallyInlineLibCalls() local
H A DCallSiteSplitting.cpp509 auto IE = BB.getTerminator()->getIterator(); in doCallSiteSplitting() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DScopeInfo.cpp88 const ObjCIvarRefExpr *IE = cast<ObjCIvarRefExpr>(E); in getBaseInfo() local
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h312 auto I = CZ.begin(), IE = CZ.end(); in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
/openbsd-src/gnu/llvm/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp370 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 DNonNullParamChecker.cpp169 if (const auto *IE = dyn_cast<InitListExpr>(CE->getInitializer())) in checkPreCall() local
H A DTestAfterDivZeroChecker.cpp246 } else if (const ImplicitCastExpr *IE = in checkBranchCondition() local
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProf.cpp231 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 DCodeEmitterGen.cpp534 std::map<std::string, std::vector<std::string>>::iterator IE, EE; in run() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp585 [&IP, &STI](const mca::InstructionError<MCInst> &IE) { in main()
/openbsd-src/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.h131 boot_catalog_initial_entry IE; member
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp301 [&](const cross_tu::IndexError &IE) { in VisitVarDecl()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1533 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 DMergeFunctions.cpp432 for (auto I = HashedFuncs.begin(), IE = HashedFuncs.end(); I != IE; ++I) { in runOnModule() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCXXInheritance.cpp472 for (const_iterator I = Other.begin(), IE = Other.end(); I != IE; ++I) { in add() local

123