Lines Matching refs:semicolon
221 'whitespace/semicolon',
1693 # Match first brace, semicolon, or closed parenthesis.
1711 # a semicolon, this is probably a forward declaration. Pop
2148 # seen a semicolon and returned early.
2445 # You should always have a space after a semicolon
2450 error(filename, linenum, 'whitespace/semicolon', 3,
2475 # You shouldn't have a space before a semicolon at the end of the line.
2477 # the semicolon there.
2479 error(filename, linenum, 'whitespace/semicolon', 5,
2480 'Semicolon defining empty statement. Use {} instead.')
2482 error(filename, linenum, 'whitespace/semicolon', 5,
2483 'Line contains only semicolon. If this should be an empty statement, '
2487 error(filename, linenum, 'whitespace/semicolon', 5,
2488 'Extra space before last semicolon. If this should be an empty '
2654 """Loop for empty loop body with only a single semicolon.
2672 # Output warning if what follows the condition expression is a semicolon.
3497 # The semicolon check is a more basic function check; also possibly a