Home
last modified time | relevance | path

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

/external/clang/tools/diagtool/
DListWarnings.cpp53 std::vector<Entry> Flagged, Unflagged; in run() local
73 Unflagged.push_back(entry); in run()
83 out << "Warnings without flags (" << Unflagged.size() << "):\n"; in run()
84 printEntries(Unflagged, out); in run()
89 / (Flagged.size() + Unflagged.size()) * 100.0; in run()