Searched refs:DagNotMatches (Results 1 – 2 of 2) sorted by relevance
905 std::vector<Pattern> DagNotMatches = ImplicitNegativeChecks; in ReadCheckFile() local978 DagNotMatches.push_back(P); in ReadCheckFile()984 std::swap(DagNotMatches, CheckStrings.back().DagNotStrings); in ReadCheckFile()985 DagNotMatches = ImplicitNegativeChecks; in ReadCheckFile()990 if (!DagNotMatches.empty()) { in ReadCheckFile()993 std::swap(DagNotMatches, CheckStrings.back().DagNotStrings); in ReadCheckFile()
937 std::vector<Pattern> DagNotMatches = ImplicitNegativeChecks; in ReadCheckFile() local1011 DagNotMatches.push_back(P); in ReadCheckFile()1017 std::swap(DagNotMatches, CheckStrings.back().DagNotStrings); in ReadCheckFile()1018 DagNotMatches = ImplicitNegativeChecks; in ReadCheckFile()1023 if (!DagNotMatches.empty()) { in ReadCheckFile()1026 std::swap(DagNotMatches, CheckStrings.back().DagNotStrings); in ReadCheckFile()