Lines Matching refs:Warn
92 HelpText<"Warn about assigning non-{0,1} values to Boolean variables">,
104 HelpText<"Warn about unintended use of identical expressions in operators">,
120 HelpText<"Warn about unintended use of sizeof() on pointer expressions">,
226 HelpText<"Warn on uses of the 'gets' function">,
229 HelpText<"Warn on uses of the 'getpw' function">,
232 HelpText<"Warn on uses of the 'mktemp' function">,
235 HelpText<"Warn when 'mkstemp' is passed fewer than 6 X's in the format string">,
238 HelpText<"Warn on uses of the 'rand', 'random', and related functions">,
241 HelpText<"Warn on uses of the 'strcpy' and 'strcat' functions">,
244 HelpText<"Warn on uses of the 'vfork' function">,
247 HelpText<"Warn on uses of functions whose return values must be always checked">,
252 HelpText<"Warn on using a floating point value as a loop counter (CERT: FLP30-C, FLP30-CPP)">,
259 HelpText<"Warn about buffer overflows (older checker)">,
263 HelpText<"Warn about buffer overflows (newer checker)">,
400 HelpText<"Warn for suboptimal uses of NSAutoreleasePool in Objective-C GC mode">,
404 HelpText<"Warn about Objective-C method signatures with type incompatibilities">,
408 HelpText<"Warn about private ivars that are never used">,
424 HelpText<"Warn about Objective-C methods that lack a necessary call to super">,
440 HelpText<"Warn about Objective-C classes that lack a correct implementation of -dealloc">,