Searched refs:NoMatch (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp329 return NoMatch;
333 return NoMatch;
350 return NoMatch;
365 return NoMatch;
394 : NoMatch;
396 return T == C.UnsignedShortTy ? Match : NoMatch;
398 return T == C.ShortTy ? Match : NoMatch;
400 return T == C.UnsignedIntTy ? Match : NoMatch;
402 return T == C.IntTy ? Match : NoMatch;
404 return T == C.UnsignedLongTy ? Match : NoMatch;
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsxfeval.c853 int NoMatch; local
900 NoMatch = strcmp (Hid->String, Info->Hid);
903 if (NoMatch)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h131 NoMatch, member in class:llvm::DiagnosticPredicateTy
173 bool isNoMatch() const { return Type == DiagnosticPredicateTy::NoMatch; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp654 return DiagnosticPredicateTy::NoMatch;
658 return DiagnosticPredicateTy::NoMatch;
679 return DiagnosticPredicateTy::NoMatch;
682 return DiagnosticPredicateTy::NoMatch;
853 return DiagnosticPredicateTy::NoMatch;
871 return DiagnosticPredicateTy::NoMatch;
887 return DiagnosticPredicateTy::NoMatch;
1068 return DiagnosticPredicateTy::NoMatch;
1079 return DiagnosticPredicateTy::NoMatch;
1093 return DiagnosticPredicateTy::NoMatch;
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h258 NoMatch = 0, enumerator in enum:clang::analyze_format_string::ArgType::MatchKind
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp8561 case ArgType::NoMatch:
8657 case ArgType::NoMatch:

Completed in 299 milliseconds