Lines Matching refs:CheckNot
766 bool MatchFullLinesHere = Req.MatchFullLines && CheckTy != Check::CheckNot; in parsePattern()
1513 case Check::CheckNot: in getDescription()
1609 return ConsumeModifiers(Check::CheckNot); in FindCheckType()
1813 Pattern(Check::CheckNot, PatternContext.get()), in readCheckFile()
1931 if (CheckTy == Check::CheckDAG || CheckTy == Check::CheckNot) { in readCheckFile()
2240 if (CheckNot(SM, SkippedRegion, NotStrings, Req, Diags)) in Check()
2308 bool FileCheckString::CheckNot( in CheckNot() function in FileCheckString
2314 assert((NotInfo->DagNotPat.getCheckTy() == Check::CheckNot) && in CheckNot()
2356 Pat.getCheckTy() == Check::CheckNot) && in CheckDag()
2359 if (Pat.getCheckTy() == Check::CheckNot) { in CheckDag()
2446 std::next(PatItr)->DagNotPat.getCheckTy() == Check::CheckNot) { in CheckDag()
2453 if (CheckNot(SM, SkippedRegion, NotStrings, Req, Diags)) in CheckDag()