Lines Matching refs:CheckNot
918 bool MatchFullLinesHere = Req.MatchFullLines && CheckTy != Check::CheckNot; in parsePattern()
1657 case Check::CheckNot: in getDescription()
1750 return ConsumeModifiers(Check::CheckNot); in FindCheckType()
1895 Pattern(Check::CheckNot, PatternContext.get())); in readCheckFile()
2000 if (CheckTy == Check::CheckDAG || CheckTy == Check::CheckNot) { in readCheckFile()
2309 if (CheckNot(SM, SkippedRegion, NotStrings, Req, Diags)) in Check()
2377 bool FileCheckString::CheckNot(const SourceMgr &SM, StringRef Buffer, in CheckNot() function in FileCheckString
2383 assert((Pat->getCheckTy() == Check::CheckNot) && "Expect CHECK-NOT!"); in CheckNot()
2421 Pat.getCheckTy() == Check::CheckNot) && in CheckDag()
2424 if (Pat.getCheckTy() == Check::CheckNot) { in CheckDag()
2511 std::next(PatItr)->getCheckTy() == Check::CheckNot) { in CheckDag()
2518 if (CheckNot(SM, SkippedRegion, NotStrings, Req, Diags)) in CheckDag()