Home
last modified time | relevance | path

Searched refs:RangesCollection (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
DIntegersSubsetMapping.h55 typedef std::list<RangeTy> RangesCollection; typedef
56 typedef typename RangesCollection::iterator RangesCollectionIt;
57 typedef typename RangesCollection::const_iterator RangesCollectionConstIt;
67 typedef std::map<SuccessorClass*, RangesCollection > CRSMap;
389 void add(const RangesCollection& RHS, SuccessorClass *S = 0) {
525 RangesCollection SingleRange;
542 RangesCollection Ranges; in getCase()
/external/llvm/unittests/Support/
DIntegersSubsetTest.cpp197 Mapping::RangesCollection Ranges; in TestDiff()