Home
last modified time | relevance | path

Searched refs:partition_point (Results 1 – 25 of 54) sorted by relevance

123

/openbsd/gnu/llvm/llvm/lib/Support/
H A DAddressRanges.cpp39 auto It = std::partition_point( in find()
58 auto It = std::partition_point( in find()
/openbsd/gnu/llvm/clang/lib/Tooling/Syntax/
H A DTokens.cpp45 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 Dpartition_point.h26 partition_point(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) in partition_point() function
H A Dranges_partition_point.h80 inline constexpr auto partition_point = __partition_point::__fn{};
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp126 partition_point(Aranges, [=](Range R) { return R.HighPC() <= Address; }); in findAddress()
H A DDWARFUnitIndex.cpp293 auto I = partition_point(OffsetLookup, [&](Entry *E2) { in getFromOffset()
/openbsd/gnu/llvm/lld/ELF/
H A DDWARF.cpp108 partition_point(rels, [=](const RelTy &a) { return a.r_offset < pos; }); in findAux()
H A DInputSection.cpp1210 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 DInterfaceFile.cpp23 auto I = partition_point(Container, [=](const InterfaceFileRef &O) { in addEntry()
/openbsd/gnu/llvm/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp83 auto It = partition_point(DS, [=](const ProfileSummaryEntry &Entry) { in getEntryForPercentile()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrFMA3Info.cpp172 auto I = partition_point(Table, [=](const X86InstrFMA3Group &Group) { in getFMA3Group()
/openbsd/gnu/llvm/lld/MachO/
H A DInputSection.cpp254 partition_point(pieces, [=](StringPiece p) { return p.inSecOff <= off; }); in getStringPiece()
/openbsd/gnu/llvm/libcxx/benchmarks/
H A DCMakeLists.txt160 algorithms.partition_point.bench.cpp
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp249 auto It = partition_point( in findAction()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DExecutionDomainFix.cpp341 auto I = partition_point(Regs, [&](int I) { in visitSoftInstr()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h497 return std::partition_point(
/openbsd/gnu/llvm/lld/wasm/
H A DInputChunks.cpp475 auto it = partition_point( in getSectionPiece()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h528 llvm::partition_point(DieArray, [=](const DWARFDebugInfoEntry &DIE) { in getDIEIndexForOffset()
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DFunction.cpp334 llvm::partition_point(edges, [&](const std::unique_ptr<CallEdge> &edge) { in GetCallEdgeForReturnAddress()
/openbsd/gnu/llvm/clang/lib/Basic/
H A DDiagnosticIDs.cpp640 const auto *Found = llvm::partition_point( in getGroupForWarningOption()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp544 auto LineIter = llvm::partition_point(Lines, [&](const LineTableEntry &E) { in findLineNumbersByVA()
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1013 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 DPlistDiagnostics.cpp579 PathPieces::const_iterator FirstNonNote = std::partition_point( in printBugPath()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DDataLayout.cpp562 return partition_point(Alignments, [=](const LayoutAlignElem &E) { in findAlignmentLowerBound()
/openbsd/gnu/llvm/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp908 auto CurReloc = partition_point(Relocs, [StartPos](const ValidReloc &Reloc) { in getRelocations()

123