Home
last modified time | relevance | path

Searched refs:ImplicitNegativeChecks (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheck.cpp1892 std::vector<Pattern> ImplicitNegativeChecks; in readCheckFile() local
1915 ImplicitNegativeChecks.push_back( in readCheckFile()
1917 ImplicitNegativeChecks.back().parsePattern(PatternInBuffer, in readCheckFile()
1921 std::vector<Pattern> DagNotMatches = ImplicitNegativeChecks; in readCheckFile()
2039 DagNotMatches = ImplicitNegativeChecks; in readCheckFile()
2048 (ImplicitNegativeChecks.empty() || !Req.IsDefaultCheckPrefix)) { in readCheckFile()