Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DFileCheck.cpp63 if (CheckTy == Check::CheckEmpty) { in ParsePattern()
278 if (CheckTy == Check::CheckEOF) { in Match()
560 : CheckTy(CheckTy), MatchTy(MatchTy) { in FileCheckDiag()
733 if (CheckTy != Check::CheckNone) in FindFirstMatchingPrefix()
779 Check::FileCheckType CheckTy; in ReadCheckFile() local
804 if (CheckTy == Check::CheckBadNot) { in ReadCheckFile()
811 if (CheckTy == Check::CheckBadCount) { in ReadCheckFile()
830 FileCheckPattern P(CheckTy); in ReadCheckFile()
846 if ((CheckTy == Check::CheckNext || CheckTy == Check::CheckSame || in ReadCheckFile()
847 CheckTy == Check::CheckEmpty) && in ReadCheckFile()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFileCheck.h110 Check::FileCheckType CheckTy; variable
117 : CheckTy(Ty) {} in FileCheckPattern()
137 Check::FileCheckType getCheckTy() const { return CheckTy; } in getCheckTy()
139 int getCount() const { return CheckTy.getCount(); } in getCount()
157 Check::FileCheckType CheckTy; member
200 FileCheckDiag(const SourceMgr &SM, const Check::FileCheckType &CheckTy,