HomeSort by relevance Sort by last modified time
    Searched refs:IntegersSubsetGeneric (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
IntegersSubset.h 276 /// IntegersSubsetGeneric - class that implements the subset of integers. It
279 class IntegersSubsetGeneric {
291 typedef IntegersSubsetGeneric<IntTy> self;
304 explicit IntegersSubsetGeneric(const RangesCollectionTy& Links) {
327 IntegersSubsetGeneric(const self& RHS) {
455 /// IntegersSubset - currently is extension of IntegersSubsetGeneric
457 class IntegersSubset : public IntegersSubsetGeneric<IntItem> {
459 typedef IntegersSubsetGeneric<IntItem> ParentTy;
  /external/llvm/unittests/Support/
IntegersSubsetTest.cpp 32 typedef IntegersSubsetGeneric<Int> Subset;

Completed in 165 milliseconds