Home
last modified time | relevance | path

Searched refs:DS2 (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineDominanceFrontier.h92 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const { in compareDomSet() argument
93 return Base.compareDomSet(DS1, DS2); in compareDomSet()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDominanceFrontierImpl.h74 DomSetType &DS1, const DomSetType &DS2) const { in compareDomSet() argument
76 for (BlockT *BB : DS2) in compareDomSet()
H A DDominanceFrontier.h100 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const;
/llvm-project-15.0.7/clang/test/Sema/
H A DMicrosoftExtensions.c126 struct __declspec(deprecated(123)) DS2 {}; // expected-error {{'deprecated' attribute requires a st… struct