Lines Matching refs:CheckNot
762 bool MatchFullLinesHere = Req.MatchFullLines && CheckTy != Check::CheckNot; in parsePattern()
1511 case Check::CheckNot: in getDescription()
1607 return ConsumeModifiers(Check::CheckNot); in FindCheckType()
1811 Pattern(Check::CheckNot, PatternContext.get()), in readCheckFile()
1929 if (CheckTy == Check::CheckDAG || CheckTy == Check::CheckNot) { in readCheckFile()
2238 if (CheckNot(SM, SkippedRegion, NotStrings, Req, Diags)) in Check()
2306 bool FileCheckString::CheckNot( in CheckNot() function in FileCheckString
2312 assert((NotInfo->DagNotPat.getCheckTy() == Check::CheckNot) && in CheckNot()
2354 Pat.getCheckTy() == Check::CheckNot) && in CheckDag()
2357 if (Pat.getCheckTy() == Check::CheckNot) { in CheckDag()
2444 std::next(PatItr)->DagNotPat.getCheckTy() == Check::CheckNot) { in CheckDag()
2451 if (CheckNot(SM, SkippedRegion, NotStrings, Req, Diags)) in CheckDag()