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

References

include/llvm/ADT/IntervalMap.h
  988     assert(!branched() && "Cannot acces leaf data in branched root");
  992     assert(!branched() && "Cannot acces leaf data in branched root");
  997     assert(branched() && "Cannot access branch data in non-branched root");
 1001     assert(branched() && "Cannot access branch data in non-branched root");
 1061     return !branched() ? rootLeaf().start(0) : rootBranchStart();
 1067     return !branched() ? rootLeaf().stop(rootSize - 1) :
 1075     return branched() ? treeSafeLookup(x, NotFound) :
 1083     if (branched() || rootSize == RootLeaf::Capacity)
 1156   assert(branched() && "treeLookup assumes a branched root");
 1248   if (!branched())
 1284   if (branched()) {
 1314     return map->branched();
 1893     if (UpdateRoot && IM.branched() && P.valid() && P.atBegin())