Lines Matching refs:low
48 def low(description, pattern_list): function
152 low('Cast increases required alignment',
336 low('Line continuation inside comment',
338 low('Comment inside comment',
340 low('Deprecated declarations',
342 low('Deprecated register',
344 low('Converts between pointers to integer types with different sign',
395 low('Extra \';\'',
397 low('Useless specifier',
399 low('Duplicate declaration specifier',
401 low('Comparison of self is always false',
403 low('Logical op with constant operand',
405 low('Needs a space between literal and string macro',
407 low('Warnings from #warning',
409 low('Using float/int absolute value function with int/float argument',
412 low('Using C++11 extensions',
414 low('Using C++17 extensions',
416 low('Refers to implicitly defined namespace',
418 low('Invalid pp token',
420 low('need glibc to link',
422 low('Add braces to avoid dangling else',
424 low('Assigning value to self',
426 low('Comparison of integers of different signs',
428 low('Incompatible pointer types',
430 low('Missing braces',
434 low('Missing field initializers',
436 low('Typedef redefinition',
438 low('GNU old-style field designator',
440 low('Initializer overrides prior initialization',
442 low('GNU extension, variable sized type not at end',
444 low('Comparison of constant is always false/true',
446 low('Hides overloaded virtual function',