Searched refs:DS2 (Results 1 – 4 of 4) sorted by relevance
92 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const { in compareDomSet() argument93 return Base.compareDomSet(DS1, DS2); in compareDomSet()
74 DomSetType &DS1, const DomSetType &DS2) const { in compareDomSet() argument76 for (BlockT *BB : DS2) in compareDomSet()
100 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const;
126 struct __declspec(deprecated(123)) DS2 {}; // expected-error {{'deprecated' attribute requires a st… struct