Searched refs:CheckTy (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheck.cpp | 766 bool MatchFullLinesHere = Req.MatchFullLines && CheckTy != Check::CheckNot; in parsePattern() 776 if (PatternStr.empty() && CheckTy != Check::CheckEmpty) { in parsePattern() 782 if (!PatternStr.empty() && CheckTy == Check::CheckEmpty) { in parsePattern() 790 if (CheckTy == Check::CheckEmpty) { in parsePattern() 796 if (CheckTy.isLiteralMatch()) { in parsePattern() 1080 if (CheckTy == Check::CheckEOF) in match() 1165 size_t MatchStartSkip = CheckTy == Check::CheckEmpty; in match() 1231 Diags->emplace_back(SM, CheckTy, getLoc(), MatchTy, in printSubstitutions() 1286 Diags->emplace_back(SM, CheckTy, getLoc(), MatchTy, VC.Range, OS.str()); in printVariableDefs() 1294 Check::FileCheckType CheckTy, in ProcessMatchResult() argument [all …]
|
H A D | FileCheckImpl.h | 624 Check::FileCheckType CheckTy; 637 : Context(Context), CheckTy(Ty), LineNumber(Line) {} 722 Check::FileCheckType getCheckTy() const { return CheckTy; } 724 int getCount() const { return CheckTy.getCount(); } 650 Check::FileCheckType CheckTy; global() variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/FileCheck/ |
H A D | FileCheck.h | 115 Check::FileCheckType CheckTy; member 170 FileCheckDiag(const SourceMgr &SM, const Check::FileCheckType &CheckTy,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | NumericalStabilitySanitizer.cpp | 381 return ConstantInt::get(Type::getInt32Ty(C), static_cast<int>(CheckTy)); in getType() 388 switch (CheckTy) { in getValue() 414 explicit CheckLoc(CheckType CheckTy) : CheckTy(CheckTy) {} in CheckLoc() argument 417 const CheckType CheckTy; member in __anon1c7024df0111::CheckLoc
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaARM.cpp | 411 int ArgNum, CheckTy, ElementSizeInBits; in ParseSVEImmChecks() local 412 std::tie(ArgNum, CheckTy, ElementSizeInBits) = I; in ParseSVEImmChecks() 435 switch ((SVETypeFlags::ImmCheckType)CheckTy) { in ParseSVEImmChecks()
|