Searched refs:ImplicitNegativeChecks (Results 1 – 3 of 3) sorted by relevance
886 std::vector<Pattern> ImplicitNegativeChecks; in ReadCheckFile() local899 ImplicitNegativeChecks.push_back(Pattern(Check::CheckNot)); in ReadCheckFile()900 ImplicitNegativeChecks.back().ParsePattern(PatternInBuffer, in ReadCheckFile()905 std::vector<Pattern> DagNotMatches = ImplicitNegativeChecks; in ReadCheckFile()985 DagNotMatches = ImplicitNegativeChecks; in ReadCheckFile()
1128 std::vector<Pattern> ImplicitNegativeChecks; in readCheckFile() local1141 ImplicitNegativeChecks.push_back( in readCheckFile()1143 ImplicitNegativeChecks.back().parsePattern(PatternInBuffer, in readCheckFile()1147 std::vector<Pattern> DagNotMatches = ImplicitNegativeChecks; in readCheckFile()1243 DagNotMatches = ImplicitNegativeChecks; in readCheckFile()
1794 std::vector<Pattern> ImplicitNegativeChecks; in readCheckFile() local1817 ImplicitNegativeChecks.push_back( in readCheckFile()1819 ImplicitNegativeChecks.back().parsePattern(PatternInBuffer, in readCheckFile()1823 std::vector<Pattern> DagNotMatches = ImplicitNegativeChecks; in readCheckFile()1931 DagNotMatches = ImplicitNegativeChecks; in readCheckFile()1940 (ImplicitNegativeChecks.empty() || !Req.IsDefaultCheckPrefix)) { in readCheckFile()