Searched refs:Extent (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp471 auto Extent = getLineExtent(ChildId); local
472 LocBegin = std::min(LocBegin, Extent.first);
473 LocEnd = std::max(LocEnd, Extent.second);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp871 SVal Extent = Top->getMemRegionManager().getStaticSize(Top, SVB); local
873 Extent.getAs<nonloc::ConcreteInt>()) {

Completed in 114 milliseconds