/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | AddressRanges.cpp | 39 auto It = std::partition_point( in find() 58 auto It = std::partition_point( in find()
|
/openbsd/gnu/llvm/clang/lib/Tooling/Syntax/ |
H A D | Tokens.cpp | 45 llvm::partition_point(Toks, [&](const syntax::Token &T) { in getTokensCovering() 49 llvm::partition_point(Toks, [&](const syntax::Token &T) { in getTokensCovering() 336 auto It = llvm::partition_point(File.Mappings, [&](const Mapping &M) { in spelledForExpandedToken() 365 auto It = llvm::partition_point(F.Mappings, [SpelledI](const Mapping &M) { in mappingStartingBeforeSpelled() 440 const auto *Tok = llvm::partition_point( in spelledTokenAt() 541 auto M = llvm::partition_point(File.Mappings, [&](const Mapping &M) { in expansionStartingAt() 558 auto M = llvm::partition_point(File.Mappings, [&](const Mapping &M) { in expansionsOverlapping() 572 auto *Right = llvm::partition_point( in spelledTokensTouching()
|
/openbsd/gnu/llvm/libcxx/include/__algorithm/ |
H A D | partition_point.h | 26 partition_point(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) in partition_point() function
|
H A D | ranges_partition_point.h | 80 inline constexpr auto partition_point = __partition_point::__fn{};
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugAranges.cpp | 126 partition_point(Aranges, [=](Range R) { return R.HighPC() <= Address; }); in findAddress()
|
H A D | DWARFUnitIndex.cpp | 293 auto I = partition_point(OffsetLookup, [&](Entry *E2) { in getFromOffset()
|
/openbsd/gnu/llvm/lld/ELF/ |
H A D | DWARF.cpp | 108 partition_point(rels, [=](const RelTy &a) { return a.r_offset < pos; }); in findAux()
|
H A D | InputSection.cpp | 1210 auto it = partition_point( in getParentOffset() 1213 it = partition_point( in getParentOffset() 1298 return partition_point( in getSectionPiece()
|
/openbsd/gnu/llvm/llvm/lib/TextAPI/ |
H A D | InterfaceFile.cpp | 23 auto I = partition_point(Container, [=](const InterfaceFileRef &O) { in addEntry()
|
/openbsd/gnu/llvm/llvm/lib/ProfileData/ |
H A D | ProfileSummaryBuilder.cpp | 83 auto It = partition_point(DS, [=](const ProfileSummaryEntry &Entry) { in getEntryForPercentile()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86InstrFMA3Info.cpp | 172 auto I = partition_point(Table, [=](const X86InstrFMA3Group &Group) { in getFMA3Group()
|
/openbsd/gnu/llvm/lld/MachO/ |
H A D | InputSection.cpp | 254 partition_point(pieces, [=](StringPiece p) { return p.inSecOff <= off; }); in getStringPiece()
|
/openbsd/gnu/llvm/libcxx/benchmarks/ |
H A D | CMakeLists.txt | 160 algorithms.partition_point.bench.cpp
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegacyLegalizerInfo.cpp | 249 auto It = partition_point( in findAction()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | ExecutionDomainFix.cpp | 341 auto I = partition_point(Regs, [&](int I) { in visitSoftInstr()
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | SlotIndexes.h | 497 return std::partition_point(
|
/openbsd/gnu/llvm/lld/wasm/ |
H A D | InputChunks.cpp | 475 auto it = partition_point( in getSectionPiece()
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFUnit.h | 528 llvm::partition_point(DieArray, [=](const DWARFDebugInfoEntry &DIE) { in getDIEIndexForOffset()
|
/openbsd/gnu/llvm/lldb/source/Symbol/ |
H A D | Function.cpp | 334 llvm::partition_point(edges, [&](const std::unique_ptr<CallEdge> &edge) { in GetCallEdgeForReturnAddress()
|
/openbsd/gnu/llvm/clang/lib/Basic/ |
H A D | DiagnosticIDs.cpp | 640 const auto *Found = llvm::partition_point( in getGroupForWarningOption()
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
H A D | SymbolCache.cpp | 544 auto LineIter = llvm::partition_point(Lines, [&](const LineTableEntry &E) { in findLineNumbersByVA()
|
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 1013 partition_point(MappingSymbols, [Address](const MappingSymbolPair &Val) { in getMappingSymbolKind() 1405 auto Sec = partition_point( in disassembleObject() 1861 auto It = llvm::partition_point( in disassembleObject() 1888 auto It = llvm::partition_point( in disassembleObject()
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | PlistDiagnostics.cpp | 579 PathPieces::const_iterator FirstNonNote = std::partition_point( in printBugPath()
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | DataLayout.cpp | 562 return partition_point(Alignments, [=](const LayoutAlignElem &E) { in findAlignmentLowerBound()
|
/openbsd/gnu/llvm/llvm/tools/dsymutil/ |
H A D | DwarfLinkerForBinary.cpp | 908 auto CurReloc = partition_point(Relocs, [StartPos](const ValidReloc &Reloc) { in getRelocations()
|