Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheck.cpp944 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 DFileCheckImpl.h673 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/external/apache2/llvm/dist/llvm/include/llvm/FileCheck/
H A DFileCheck.h112 Check::FileCheckType CheckTy; member
167 FileCheckDiag(const SourceMgr &SM, const Check::FileCheckType &CheckTy,
/netbsd/external/apache2/llvm/dist/llvm/utils/FileCheck/
H A DFileCheck.cpp407 Label << GetCheckTypeAbbreviation(DiagItr->CheckTy) << ":"; in BuildInputAnnotations()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp2102 int ArgNum, CheckTy, ElementSizeInBits; in CheckSVEBuiltinFunctionCall() local
2103 std::tie(ArgNum, CheckTy, ElementSizeInBits) = I; in CheckSVEBuiltinFunctionCall()
2126 switch ((SVETypeFlags::ImmCheckType)CheckTy) { in CheckSVEBuiltinFunctionCall()