| 330 | void unionZeroInitError(const Token *tok, const UnionMember& largestMember); |
| 331 | |
| 332 | bool diag(const Token* tok) { |
| 333 | return !mRedundantAssignmentDiag.emplace(tok).second; |
| 334 | } |
| 335 | std::set<const Token*> mRedundantAssignmentDiag; |
| 336 | }; |
| 337 | /// @} |
no outgoing calls
no test coverage detected