Searched refs:CheckTy (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/FileCheck/ |
| H A D | FileCheck.cpp | 944 if (CheckTy == Check::CheckEmpty) { in parsePattern() 950 if (CheckTy.isLiteralMatch()) { in parsePattern() 1226 if (CheckTy == Check::CheckEOF) in match() 1607 : CheckTy(CheckTy), CheckLoc(CheckLoc), MatchTy(MatchTy), Note(Note) { in FileCheckDiag() 1828 if (CheckTy != Check::CheckNone) in FindFirstMatchingPrefix() 1910 Check::FileCheckType CheckTy; in readCheckFile() local 1919 if (CheckTy != Check::CheckComment) in readCheckFile() 1938 if (CheckTy == Check::CheckBadNot) { in readCheckFile() 1968 if (CheckTy == Check::CheckComment) in readCheckFile() 1986 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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/FileCheck/ |
| H A D | FileCheck.h | 112 Check::FileCheckType CheckTy; member 167 FileCheckDiag(const SourceMgr &SM, const Check::FileCheckType &CheckTy,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 2106 int ArgNum, CheckTy, ElementSizeInBits; in CheckSVEBuiltinFunctionCall() local 2107 std::tie(ArgNum, CheckTy, ElementSizeInBits) = I; in CheckSVEBuiltinFunctionCall() 2130 switch ((SVETypeFlags::ImmCheckType)CheckTy) { in CheckSVEBuiltinFunctionCall()
|