Searched refs:CheckTy (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/FileCheck/ |
| H A D | FileCheck.cpp | 944 if (CheckTy == Check::CheckEmpty) { in parsePattern() 950 if (CheckTy.isLiteralMatch()) { in parsePattern() 1231 if (CheckTy == Check::CheckEOF) in match() 1614 : CheckTy(CheckTy), CheckLoc(CheckLoc), MatchTy(MatchTy), Note(Note) { in FileCheckDiag() 1849 if (CheckTy != Check::CheckNone) in FindFirstMatchingPrefix() 1931 Check::FileCheckType CheckTy; in readCheckFile() local 1940 if (CheckTy != Check::CheckComment) in readCheckFile() 1969 if (CheckTy == Check::CheckBadNot) { in readCheckFile() 1999 if (CheckTy == Check::CheckComment) in readCheckFile() 2017 if ((CheckTy == Check::CheckNext || CheckTy == Check::CheckSame || in readCheckFile() [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()
|
| /llvm-project-15.0.7/llvm/include/llvm/FileCheck/ |
| H A D | FileCheck.h | 115 Check::FileCheckType CheckTy; member 170 FileCheckDiag(const SourceMgr &SM, const Check::FileCheckType &CheckTy,
|
| /llvm-project-15.0.7/llvm/utils/FileCheck/ |
| H A D | FileCheck.cpp | 411 Label << GetCheckTypeAbbreviation(DiagItr->CheckTy) << ":"; in BuildInputAnnotations()
|
| /llvm-project-15.0.7/llvm/unittests/FileCheck/ |
| H A D | FileCheckTest.cpp | 1768 EXPECT_EQ(Diag.CheckTy, Check::CheckPlain); in TEST_F()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 2762 int ArgNum, CheckTy, ElementSizeInBits; in CheckSVEBuiltinFunctionCall() local 2763 std::tie(ArgNum, CheckTy, ElementSizeInBits) = I; in CheckSVEBuiltinFunctionCall() 2786 switch ((SVETypeFlags::ImmCheckType)CheckTy) { in CheckSVEBuiltinFunctionCall()
|