Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/
DMCTargetAsmParser.h169 struct DiagnosticPredicate { struct
170 DiagnosticPredicateTy Type; argument
172 explicit DiagnosticPredicate(bool Match) in DiagnosticPredicate() function
175 DiagnosticPredicate(DiagnosticPredicateTy T) : Type(T) {} in DiagnosticPredicate() argument
179 bool isMatch() const { return Type == DiagnosticPredicateTy::Match; } in isMatch() argument
180 bool isNearMatch() const { return Type == DiagnosticPredicateTy::NearMatch; } in isNearMatch() argument
181 bool isNoMatch() const { return Type == DiagnosticPredicateTy::NoMatch; } in isNoMatch() argument