/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/dataflow/ |
H A D | DataFlow.cpp | 119 for (size_t Iter = 0; Iter < NumIterations; Iter++) in PrintDataFlow() local 128 for (size_t Iter = 0; Iter < NumIterations; Iter++) in PrintDataFlow() local 178 for (size_t Iter = 0; Iter < NumIterations; Iter++) in main() local 182 for (size_t Iter = 0; Iter < NumIterations; Iter++) { in main() local
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVBinaryReader.cpp | 90 LVSymbolNames::iterator Iter = SymbolNames.find(std::string(Name)); in getEntry() local 94 LVSymbolNames::iterator Iter = SymbolNames.find(std::string(Name)); in getAddress() local 98 LVSymbolNames::iterator Iter = SymbolNames.find(std::string(Name)); in getIndex() local 103 LVSymbolNames::iterator Iter = SymbolNames.find(std::string(Name)); in getIsComdat() local 261 LVSections::iterator Iter = Sections.find(SectionIndex); in getSection() local 272 LVSectionAddresses::const_iterator Iter = in getSection() local 540 LVLines::iterator Iter = DebugLines->begin(); in processLines() local 808 for (LVLines::iterator Iter = IterStart; Iter < IterEnd; ++Iter) in processLines() local
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | MVEVPTBlockPass.cpp | 101 static bool StepOverPredicatedInstrs(MachineBasicBlock::instr_iterator &Iter, in StepOverPredicatedInstrs() 132 static bool IsVPRDefinedOrKilledByBlock(MachineBasicBlock::iterator Iter, in IsVPRDefinedOrKilledByBlock() 163 CreateVPTBlock(MachineBasicBlock::instr_iterator &Iter, in CreateVPTBlock()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | AnnotationRemarks.cpp | 56 auto Iter = DebugLoc2Annotated.insert({I.getDebugLoc().getAsMDNode(), {}}); in runImpl() local 61 auto Iter = Mapping.insert({cast<MDString>(Op.get())->getString(), 0}); in runImpl() local
|
/openbsd/gnu/llvm/llvm/lib/TextAPI/ |
H A D | InterfaceFile.cpp | 34 auto Iter = in addEntry() local 62 auto Iter = lower_bound(ParentUmbrellas, Target_, in addParentUmbrella() local 75 auto Iter = lower_bound(UUIDs, Target_, in addUUID() local
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
H A D | SymbolCache.cpp | 275 auto Iter = GlobalOffsetToSymbolId.find(Offset); in getOrCreateGlobalSymbolByOffset() local 304 auto Iter = SymTabOffsetToSymbolId.find({Modi, RecordOffset}); in getOrCreateInlineSymbol() local 341 auto Iter = AddressToSymbolId.find({Sect, Offset}); in findFunctionSymbolBySectOffset() local 386 auto Iter = AddressToPublicSymId.find({Sect, Offset}); in findPublicSymbolBySectOffset() local 627 auto Iter = FileNameOffsetToId.find(Checksums.FileNameOffset); in getOrCreateSourceFile() local
|
H A D | InputFile.cpp | 244 auto Iter = SC.checksums().getArray().at(Offset); in getNameFromChecksums() local 279 auto Iter = SC.checksums().getArray().at(Offset); in formatFromChecksumsOffset() local 530 auto &Iter = *SectionIter; in scanToNextDebugS() local
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugStringTableSubsection.cpp | 98 auto Iter = StringToId.find(S); in getIdForString() local 104 auto Iter = IdToString.find(Id); in getStringForId() local
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | StratifiedSets.h | 94 auto Iter = Values.find(Elem); in find() local 281 auto Iter = Remaps.find(Above.Number); in finalizeSets() local 288 auto Iter = Remaps.find(Below.Number); in finalizeSets() local 297 auto Iter = Remaps.find(Link.Number); in finalizeSets() local 402 auto &Iter = Pair.first; in addAtMerging() local
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | IteratorModeling.cpp | 538 const SVal &Iter, bool Postfix) const { in handleIncrement() argument 564 const SVal &Iter, bool Postfix) const { in handleDecrement() argument 673 SVal RetVal, SVal Iter, in handleAdvance() 679 SVal RetVal, SVal Iter, SVal Amount) const { in handlePrev() 684 SVal RetVal, SVal Iter, SVal Amount) const { in handleNext() 700 bool IteratorModeling::noChangeInAdvance(CheckerContext &C, SVal Iter, in noChangeInAdvance()
|
/openbsd/gnu/llvm/llvm/lib/Testing/Annotations/ |
H A D | Annotations.cpp | 107 auto Iter = Points.find(Name); in pointsWithPayload() local 152 auto Iter = Ranges.find(Name); in rangesWithPayload() local
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVCompare.cpp | 75 LVCompareInfo::iterator Iter = Results.find(Kind); in getResultsEntry() local 81 LVCompareInfo::iterator Iter = getResultsEntry(Element); in updateExpected() local 89 LVCompareInfo::iterator Iter = getResultsEntry(Element); in updateMissingOrAdded() local
|
H A D | LVReader.cpp | 39 LVIntegrity::iterator Iter = Integrity.find(Element); in checkIntegrityScopesTree() local 187 LVCompileUnits::const_iterator Iter = in getFilename() local
|
H A D | LVScope.cpp | 271 auto Iter = std::remove_if(Container->begin(), Container->end(), Predicate); in removeElement() local 312 LVSymbols::iterator Iter = std::remove_if( in addMissingElements() local 1267 LVAddressToLine::const_iterator Iter = Map->lower_bound(Address); in lineLowerBound() local 1277 LVAddressToLine::const_iterator Iter = Map->upper_bound(Address); in lineUpperBound() local 1436 for (LVPublicNames::const_iterator Iter = PublicNames.begin(); in printLocalNames() local 1440 LVPublicNames::const_iterator Iter; in printLocalNames() local 1471 LVOffsetElementMap::const_iterator Iter = Map.find(Offset); in printWarnings() local 1544 LVSizesMap::const_iterator Iter = Sizes.find(Scope); in printScopeSize() local
|
H A D | LVSymbol.cpp | 115 LVLocations::iterator Iter = Locations->insert(Pos, Gap); in addLocationGap() local 146 for (LVLocations::iterator Iter = Locations->begin(); in fillLocationGaps() local
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | UnresolvedSet.h | 40 explicit UnresolvedSetIterator(DeclAccessPair *Iter) in UnresolvedSetIterator() 42 explicit UnresolvedSetIterator(const DeclAccessPair *Iter) in UnresolvedSetIterator()
|
/openbsd/gnu/llvm/clang/lib/Tooling/Inclusions/ |
H A D | HeaderIncludes.cpp | 330 auto Iter = in addExistingInclude() local 369 auto Iter = IncludesByPriority.find(Priority); in insert() local 396 auto Iter = ExistingIncludes.find(IncludeName); in remove() local
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/elf-core/ |
H A D | RegisterUtilities.cpp | 36 auto Iter = llvm::find_if( in getRegset() local
|
/openbsd/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCRegisterInfo.h | 244 MCRegisterInfo::DiffListIterator Iter; variable 249 mc_difflist_iterator(MCRegisterInfo::DiffListIterator Iter) : Iter(Iter) {} in mc_difflist_iterator() 287 mc_subreg_iterator(MCRegisterInfo::DiffListIterator Iter) in mc_subreg_iterator() 299 mc_superreg_iterator(MCRegisterInfo::DiffListIterator Iter) in mc_superreg_iterator()
|
/openbsd/gnu/llvm/clang/lib/Tooling/Transformer/ |
H A D | Transformer.cpp | 43 auto Iter = ChangesByFileID in convertToAtomicChanges() local
|
/openbsd/gnu/llvm/llvm/include/llvm/MCA/ |
H A D | SourceMgr.h | 66 CircularSourceMgr(ArrayRef<UniqueInst> S, unsigned Iter) in CircularSourceMgr()
|
/openbsd/gnu/llvm/libcxxabi/src/ |
H A D | private_typeinfo.cpp | 328 typedef const __base_class_type_info* Iter; in has_unambiguous_public_base() typedef 868 typedef const __base_class_type_info* Iter; in search_below_dst() typedef 1192 typedef const __base_class_type_info* Iter; in search_above_dst() typedef
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVStringPool.h | 51 TableType::const_iterator Iter = StringTable.find(Key); in findIndex() local
|
/openbsd/gnu/llvm/clang/lib/Tooling/Core/ |
H A D | Diagnostic.cpp | 63 auto Iter = llvm::find_if(D.Notes, [](const tooling::DiagnosticMessage &D) { in selectFirstFix() local
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | BinaryItemStream.h | 91 auto Iter = llvm::lower_bound(ItemEndOffsets, Offset); in translateOffsetIndex() local
|