reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

usr/include/c++/7.4.0/bits/algorithmfwd.h
  616     upper_bound(_FIter, _FIter, const _Tp&, _Compare);

References

include/llvm/ADT/STLExtras.h
 1284   return std::upper_bound(adl_begin(Range), adl_end(Range),
include/llvm/CodeGen/LiveInterval.h
  628           Seg = std::upper_bound(++Seg, EndSeg, *Idx,
lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp
  175   auto Next = std::upper_bound(PartialOffsets.begin(), PartialOffsets.end(), TI,
lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  926   RowIter RowPos = std::upper_bound(FirstRow + 1, LastRow - 1, Row,
lib/DebugInfo/DWARF/DWARFUnit.cpp
  121   auto I = std::upper_bound(begin(), end(), Unit,
  132       std::upper_bound(begin(), end, Offset,
  151       std::upper_bound(begin(), end, CUOff->Offset,
lib/DebugInfo/PDB/UDTLayout.cpp
  292       auto Loc = std::upper_bound(LayoutItems.begin(), LayoutItems.end(), Begin,
lib/Object/ELF.cpp
  569       std::upper_bound(LoadSegments.begin(), LoadSegments.end(), VAddr,
lib/Target/Hexagon/HexagonGenInsert.cpp
  834       iterator NewE = std::upper_bound(NewB, E, VR, RCB);
tools/clang/lib/CodeGen/CGDeclCXX.cpp
  557         PrioE = std::upper_bound(I + 1, E, *I, GlobalInitPriorityCmp());
tools/clang/lib/Lex/PPConditionalDirectiveRecord.cpp
   37     upp = std::upper_bound(low, CondDirectiveLocs.end(),
tools/clang/lib/Sema/SemaStmt.cpp
 1089         I = std::upper_bound(I, CaseVals.end(), CRHi, CaseCompareFunctor());
tools/clang/lib/Serialization/ASTReader.cpp
 6056     PPI = std::upper_bound(pp_begin, pp_end, Loc,
tools/dsymutil/DwarfLinker.cpp
  109   auto CU = std::upper_bound(
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
 2021             std::upper_bound(sec_cs.begin(), sec_cs.end(), offset, pred_upper);
 2047         std::upper_bound(sec_cs.begin(), sec_cs.end(), DataOffset, pred_upper);
tools/lldb/source/Symbol/LineTable.cpp
   41       upper_bound(begin_pos, end_pos, entry, less_than_bp);
  116       upper_bound(begin_pos, end_pos, entry, less_than_bp);
tools/lldb/source/Target/ThreadCollection.cpp
   37         std::upper_bound(m_threads.begin(), m_threads.end(), thread_sp,