Searched refs:CheckTy (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/ |
| H A D | FileCheck.cpp | 918 bool MatchFullLinesHere = Req.MatchFullLines && CheckTy != Check::CheckNot; in parsePattern() 930 if (PatternStr.empty() && CheckTy != Check::CheckEmpty) { in parsePattern() 936 if (!PatternStr.empty() && CheckTy == Check::CheckEmpty) { in parsePattern() 944 if (CheckTy == Check::CheckEmpty) { in parsePattern() 950 if (CheckTy.isLiteralMatch()) { in parsePattern() 1226 if (CheckTy == Check::CheckEOF) in match() 1310 size_t MatchStartSkip = CheckTy == Check::CheckEmpty; in match() 1379 Diags->emplace_back(SM, CheckTy, getLoc(), MatchTy, in printSubstitutions() 1432 Diags->emplace_back(SM, CheckTy, getLoc(), MatchTy, VC.Range, OS.str()); in printVariableDefs() 1440 Check::FileCheckType CheckTy, in ProcessMatchResult() argument [all …]
|
| H A D | FileCheckImpl.h | 673 Check::FileCheckType CheckTy; variable 686 : Context(Context), CheckTy(Ty), LineNumber(Line) {} in Context() 771 Check::FileCheckType getCheckTy() const { return CheckTy; } in getCheckTy() 773 int getCount() const { return CheckTy.getCount(); } in getCount()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FileCheck/ |
| H A D | FileCheck.h | 112 Check::FileCheckType CheckTy; member 167 FileCheckDiag(const SourceMgr &SM, const Check::FileCheckType &CheckTy,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/FileCheck/ |
| H A D | FileCheck.cpp | 407 Label << GetCheckTypeAbbreviation(DiagItr->CheckTy) << ":"; in BuildInputAnnotations()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 2102 int ArgNum, CheckTy, ElementSizeInBits; in CheckSVEBuiltinFunctionCall() local 2103 std::tie(ArgNum, CheckTy, ElementSizeInBits) = I; in CheckSVEBuiltinFunctionCall() 2126 switch ((SVETypeFlags::ImmCheckType)CheckTy) { in CheckSVEBuiltinFunctionCall()
|