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
  612     upper_bound(_FIter, _FIter, const _Tp&);

References

include/llvm/ADT/STLExtras.h
 1277   return std::upper_bound(adl_begin(Range), adl_end(Range),
include/llvm/DebugInfo/DWARF/DWARFVerifier.h
   69       auto Iter = std::upper_bound(Begin, End, R);
lib/Analysis/MemoryDependenceAnalysis.cpp
  846         std::upper_bound(Cache.begin(), Cache.begin() + NumSortedEntries,
  983   NonLocalDepInfo::iterator Entry = std::upper_bound(
 1058         std::upper_bound(Cache.begin(), Cache.end() - 1, Val);
 1068           std::upper_bound(Cache.begin(), Cache.end(), Val);
lib/CodeGen/LiveInterval.cpp
  416     i = std::upper_bound(i, ie, j->start);
  422       j = std::upper_bound(j, je, i->start);
lib/CodeGen/LiveRangeCalc.cpp
  313     LiveRange::iterator UB = std::upper_bound(LR.begin(), LR.end(),
lib/IR/DataLayout.cpp
   82     std::upper_bound(&MemberOffsets[0], &MemberOffsets[NumElements], Offset);
tools/lldb/source/Symbol/ArmUnwindInfo.cpp
  355   auto it = std::upper_bound(m_exidx_entries.begin(), m_exidx_entries.end(),