Lines Matching defs:long
393 # decided those were OK, as long as they were in UTF-8 and didn't represent
730 r'bool|short|int|long|signed|unsigned|float|double|'
886 long
889 long = int
1982 # correctly as long as there are digits on both sides of the
1983 # separator. So we are fine as long as we don't see something
2554 lines, as long as a line continuation character (backslash)
3078 # TODO(unknown): Update() is too long, but we will refactor later.
3327 if Search(r'\b(const|volatile|void|char|short|int|long'
3550 """Reports for long function bodies.
3755 # Ignore blank lines at the end of a block in a long if-else
4742 # or rhs gets long, the error message might become unreadable.
4886 # #include lines and header guards can be long, since there's no clean way to
4889 # URLs can be long too. It's possible to split these, but it makes them
4892 # The "$Id:...$" comment may also get very long without it being the
4895 # Doxygen documentation copying can get pretty long when using an overloaded
4905 'Lines should be <= %i characters long' % _line_length)
5286 match = Search(r'\b(short|long(?! +double)|long long)\b', line)