Lines Matching refs:Warn
121 HelpText<"Warn about assigning non-{0,1} values to Boolean variables">,
133 HelpText<"Warn about unintended use of identical expressions in operators">,
149 HelpText<"Warn about unintended use of sizeof() on pointer expressions">,
295 HelpText<"Warn on uses of the 'gets' function">,
298 HelpText<"Warn on uses of the 'getpw' function">,
301 HelpText<"Warn on uses of the 'mktemp' function">,
304 HelpText<"Warn when 'mkstemp' is passed fewer than 6 X's in the format string">,
307 HelpText<"Warn on uses of the 'rand', 'random', and related functions">,
310 HelpText<"Warn on uses of the 'strcpy' and 'strcat' functions">,
313 HelpText<"Warn on uses of the 'vfork' function">,
316 HelpText<"Warn on uses of functions whose return values must be always checked">,
321 HelpText<"Warn on using a floating point value as a loop counter (CERT: FLP30-C, FLP30-CPP)">,
328 HelpText<"Warn about buffer overflows (older checker)">,
332 HelpText<"Warn about buffer overflows (newer checker)">,
469 HelpText<"Warn for suboptimal uses of NSAutoreleasePool in Objective-C GC mode">,
473 HelpText<"Warn about Objective-C method signatures with type incompatibilities">,
477 HelpText<"Warn about private ivars that are never used">,
493 HelpText<"Warn about Objective-C methods that lack a necessary call to super">,
513 HelpText<"Warn about Objective-C classes that lack a correct implementation of -dealloc">,