Lines Matching refs:constructors
161 'readability/constructors',
2177 # Look for single-argument constructors that aren't marked explicit.
2187 'Single-argument constructors should be marked explicit.')
2283 Trivial bodies are unchecked, so constructors with huge initializer lists
2395 error(filename, linenum, 'readability/constructors', 3,
3848 # globals with constructors are initialized before the first access.
3872 # TODO(unknown): check that 1-arg constructors are explicit.
4009 error(filename, linenum, 'readability/constructors', 3,