Searched refs:MatchEOF (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/FileCheck/
H A DFileCheck.cpp59 /// MatchEOF - When set, this pattern only matches the end of file. This is
61 bool MatchEOF; member in class:Pattern
93 : MatchEOF(matchEOF), MatchNot(false), MatchDag(false) { }
384 if (MatchEOF) {

Completed in 25 milliseconds