Home
last modified time | relevance | path

Searched refs:CheckTy (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp788 if (CheckTy == Check::CheckEmpty) { in parsePattern()
794 if (CheckTy.isLiteralMatch()) { in parsePattern()
1078 if (CheckTy == Check::CheckEOF) in match()
1459 : CheckTy(CheckTy), CheckLoc(CheckLoc), MatchTy(MatchTy), Note(Note) { in FileCheckDiag()
1744 if (CheckTy != Check::CheckNone) in FindFirstMatchingPrefix()
1829 Check::FileCheckType CheckTy; in readCheckFile() local
1838 if (CheckTy != Check::CheckComment) in readCheckFile()
1867 if (CheckTy == Check::CheckBadNot) { in readCheckFile()
1897 if (CheckTy == Check::CheckComment) in readCheckFile()
1915 if ((CheckTy == Check::CheckNext || CheckTy == Check::CheckSame || in readCheckFile()
[all …]
H A DFileCheckImpl.h624 Check::FileCheckType CheckTy; variable
637 : Context(Context), CheckTy(Ty), LineNumber(Line) {} in Context()
722 Check::FileCheckType getCheckTy() const { return CheckTy; } in getCheckTy()
724 int getCount() const { return CheckTy.getCount(); } in getCount()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/FileCheck/
H A DFileCheck.h115 Check::FileCheckType CheckTy; member
170 FileCheckDiag(const SourceMgr &SM, const Check::FileCheckType &CheckTy,
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp3028 int ArgNum, CheckTy, ElementSizeInBits; in ParseSVEImmChecks() local
3029 std::tie(ArgNum, CheckTy, ElementSizeInBits) = I; in ParseSVEImmChecks()
3052 switch ((SVETypeFlags::ImmCheckType)CheckTy) { in ParseSVEImmChecks()