Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheck.cpp918 bool MatchFullLinesHere = Req.MatchFullLines && CheckTy != Check::CheckNot; in parsePattern()
930 if (PatternStr.empty() && CheckTy != Check::CheckEmpty) { in parsePattern()
936 if (!PatternStr.empty() && CheckTy == Check::CheckEmpty) { in parsePattern()
944 if (CheckTy == Check::CheckEmpty) { in parsePattern()
950 if (CheckTy.isLiteralMatch()) { in parsePattern()
1231 if (CheckTy == Check::CheckEOF) in match()
1315 size_t MatchStartSkip = CheckTy == Check::CheckEmpty; in match()
1384 Diags->emplace_back(SM, CheckTy, getLoc(), MatchTy, in printSubstitutions()
1439 Diags->emplace_back(SM, CheckTy, getLoc(), MatchTy, VC.Range, OS.str()); in printVariableDefs()
1447 Check::FileCheckType CheckTy, in ProcessMatchResult() argument
[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()
/openbsd-src/gnu/llvm/llvm/include/llvm/FileCheck/
H A DFileCheck.h115 Check::FileCheckType CheckTy; member
170 FileCheckDiag(const SourceMgr &SM, const Check::FileCheckType &CheckTy,
/openbsd-src/gnu/llvm/llvm/utils/FileCheck/
H A DFileCheck.cpp411 Label << GetCheckTypeAbbreviation(DiagItr->CheckTy) << ":"; in BuildInputAnnotations()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp2865 int ArgNum, CheckTy, ElementSizeInBits; in CheckSVEBuiltinFunctionCall() local
2866 std::tie(ArgNum, CheckTy, ElementSizeInBits) = I; in CheckSVEBuiltinFunctionCall()
2889 switch ((SVETypeFlags::ImmCheckType)CheckTy) { in CheckSVEBuiltinFunctionCall()