Lines Matching refs:CheckNot
918 bool MatchFullLinesHere = Req.MatchFullLines && CheckTy != Check::CheckNot; in parsePattern()
1666 case Check::CheckNot: in getDescription()
1762 return ConsumeModifiers(Check::CheckNot); in FindCheckType()
1916 Pattern(Check::CheckNot, PatternContext.get())); in readCheckFile()
2031 if (CheckTy == Check::CheckDAG || CheckTy == Check::CheckNot) { in readCheckFile()
2340 if (CheckNot(SM, SkippedRegion, NotStrings, Req, Diags)) in Check()
2408 bool FileCheckString::CheckNot(const SourceMgr &SM, StringRef Buffer, in CheckNot() function in FileCheckString
2414 assert((Pat->getCheckTy() == Check::CheckNot) && "Expect CHECK-NOT!"); in CheckNot()
2452 Pat.getCheckTy() == Check::CheckNot) && in CheckDag()
2455 if (Pat.getCheckTy() == Check::CheckNot) { in CheckDag()
2542 std::next(PatItr)->getCheckTy() == Check::CheckNot) { in CheckDag()
2549 if (CheckNot(SM, SkippedRegion, NotStrings, Req, Diags)) in CheckDag()