Lines Matching refs:CheckEntry
30 struct CheckEntry { struct
79 unordered_map<string, CheckEntry> fCode;
80 unordered_map<string, CheckEntry> fColons;
81 unordered_map<string, CheckEntry> fDigits;
82 unordered_map<string, CheckEntry> fDots;
83 unordered_map<string, CheckEntry> fParens; // also hold destructors, operators
84 unordered_map<string, CheckEntry> fUnderscores;
85 unordered_map<string, CheckEntry> fWords;
505 static bool stringCompare(const std::pair<string, CheckEntry>& i, const std::pair<string, CheckEntr… in stringCompare()
510 vector<std::pair<string, CheckEntry>> elems(fWords.begin(), fWords.end()); in report()
672 CheckEntry* entry = &mappy[str]; in wordCheck()