Home
last modified time | relevance | path

Searched defs:DiagnosticPredicate (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/
DMCTargetAsmParser.h160 struct DiagnosticPredicate { struct
161 DiagnosticPredicateTy Type; argument
163 explicit DiagnosticPredicate(bool Match) in DiagnosticPredicate() argument
166 DiagnosticPredicate(DiagnosticPredicateTy T) : Type(T) {} in DiagnosticPredicate() function
168 DiagnosticPredicate& operator=(const DiagnosticPredicate &) = default; argument
171 bool isMatch() const { return Type == DiagnosticPredicateTy::Match; } in isMatch() argument
172 bool isNearMatch() const { return Type == DiagnosticPredicateTy::NearMatch; } in isNearMatch() argument
173 bool isNoMatch() const { return Type == DiagnosticPredicateTy::NoMatch; } in isNoMatch() argument