Home | History | Annotate | Download | only in tools

Lines Matching refs:Variable

200                   r".*: warning: Argument to .+ is the address of .+ variable",
241 'description': 'Unused function, variable or label',
246 r".*: warning: unused variable '.+'"]},
338 r".*: warning: 'extern' variable has an initializer"]},
353 'description': 'Variable may be used uninitialized',
356 'description': 'Variable is used uninitialized',
358 r".*: warning: variable '.+' is uninitialized when used here"]},
361 'patterns': [r".*: warning: .* uses variable-size enums yet the output is to use 32-bit enums; use of enum values across objects may fail"]},
388 'description': 'Static variable used in non-static inline function',
447 'description': 'Variable might be clobbered by longjmp or vfork',
448 'patterns': [r".*: warning: variable '.+' might be clobbered by 'longjmp' or 'vfork'"]},
532 'Java: Variable declarations should declare only one variable',
762 'Java: This update of a volatile variable is non-atomic',
827 'Java: A static variable or method should not be accessed from an object instance',
857 'Java: Non-constant variable missing @Var annotation',
1317 'Java: Variable assigned to itself',
1327 'Java: Variable compared to itself',
1419 'description': 'Undefined variable template',
1420 'patterns': [r".*: warning: instantiation of variable .* no definition is available"]},
1603 'patterns': [r".*: warning: Declared variable-length array \(VLA\) has .+ size"]},
1651 {'category': 'logtags', 'severity': Severity.LOW, 'option': 'gnu-variable-sized-type-not-at-end',
1652 'description': 'GNU extension, variable sized type not at end',
1653 'patterns': [r".*: warning: field '.+' with variable sized type '.+' not at the end of a struct or class"]},
1762 'description': 'Variable
1763 'patterns': [r".*: warning: variable '.+' used in loop condition.*Wfor-loop-analysis"]},