Searched refs:DagNotMatches (Results 1 – 3 of 3) 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()
1147 std::vector<Pattern> DagNotMatches = ImplicitNegativeChecks; in readCheckFile() local1236 DagNotMatches.push_back(P); in readCheckFile()1242 std::swap(DagNotMatches, CheckStrings->back().DagNotStrings); in readCheckFile()1243 DagNotMatches = ImplicitNegativeChecks; in readCheckFile()1248 if (!DagNotMatches.empty()) { in readCheckFile()1252 std::swap(DagNotMatches, CheckStrings->back().DagNotStrings); in readCheckFile()
1823 std::vector<Pattern> DagNotMatches = ImplicitNegativeChecks; in readCheckFile() local1924 DagNotMatches.push_back(P); in readCheckFile()1930 std::swap(DagNotMatches, CheckStrings->back().DagNotStrings); in readCheckFile()1931 DagNotMatches = ImplicitNegativeChecks; in readCheckFile()1956 if (!DagNotMatches.empty()) { in readCheckFile()1960 std::swap(DagNotMatches, CheckStrings->back().DagNotStrings); in readCheckFile()