Lines Matching refs:Check

56   HelpText<"Check for dereferences of null pointers">,
60 …HelpText<"Check for logical errors for function calls and Objective-C message expressions (e.g., u…
64 …HelpText<"Check for null pointers passed as arguments to a function whose arguments are references…
68 HelpText<"Check for declarations of VLA of undefined or zero size">,
72 HelpText<"Check for division by zero">,
76 HelpText<"Check for undefined results of binary operators">,
80 HelpText<"Check that addresses to stack memory do not escape the function">,
96 …HelpText<"Check when casting a malloc'ed type T, whether the size is a multiple of the size of T">,
100 HelpText<"Check for cast from non-struct pointer to struct pointer">,
108 HelpText<"Check for assignment of a fixed address to a pointer">,
112 HelpText<"Check for pointer arithmetic on locations other than array elements">,
116 HelpText<"Check for pointer subtractions on two pointers pointing to different memory chunks">,
124 …HelpText<"Check for logical errors for function calls and Objective-C message expressions (e.g., u…
128 …HelpText<"Check for division by variable that is later compared against 0. Either the comparison i…
156 HelpText<"Check for uninitialized values used as array subscripts">,
160 HelpText<"Check for assigning uninitialized values">,
164 HelpText<"Check for uninitialized values used as branch conditions">,
168 HelpText<"Check for blocks that capture uninitialized values">,
172 HelpText<"Check for uninitialized values being returned to the caller">,
184 …HelpText<"Check for double-free and use-after-free problems. Traces memory managed by new/delete."…
188 HelpText<"Check for memory leaks. Traces memory managed by new/delete.">,
196 HelpText<"Check virtual function calls during construction or destruction">,
208 HelpText<"Check for values stored to variables that are never read afterwards">,
215 HelpText<"Check unreachable code">,
267 HelpText<"Check for an out-of-bound pointer being returned to callers">,
271 HelpText<"Check for overflows in the arguments to malloc()">,
295 HelpText<"Check calls to various UNIX/Posix functions">,
299 …HelpText<"Check for memory leaks, double free, and use-after-free problems. Traces memory managed …
303 HelpText<"Check for dubious malloc arguments involving sizeof">,
307 HelpText<"Check for mismatched deallocators.">,
315 HelpText<"Check improper use of chroot">,
323 HelpText<"Check stream handling functions">,
327 HelpText<"Check for misuses of stream APIs">,
335 HelpText<"Check for null pointers being passed as arguments to C string functions">,
339 HelpText<"Check the size argument passed into C string functions for common erroneous patterns">,
346 HelpText<"Check for out-of-bounds access in string functions">,
354 HelpText<"Check for arguments which are not null-terminating strings">,
366 HelpText<"Check for proper uses of various Apple APIs">,
371 HelpText<"Check for proper uses of Secure Keychain APIs">,
379 HelpText<"Check for nil pointers used as mutexes for @synchronized">,
383 HelpText<"Check for prohibited nil arguments to ObjC method calls">,
387 HelpText<"Check for sending 'retain', 'release', or 'autorelease' directly to a Class">,
391 HelpText<"Check for passing non-Objective-C types to variadic collection "
408 HelpText<"Check that 'self' is properly initialized inside an initializer method">,
424 HelpText<"Check usage of NSError** parameters">,
428 HelpText<"Check for leaks and improper reference count management">,
440 …HelpText<"Check that the invalidatable instance variables are invalidated in the methods annotated…
444 …HelpText<"Check that the invalidation methods are present in classes that contain invalidatable in…
448 HelpText<"Check for direct assignments to instance variables">,
452 …HelpText<"Check for direct assignments to instance variables in the methods annotated with objc_no…
460 HelpText<"Check for proper uses of CFNumberCreate">,
464 HelpText<"Check for null arguments to CFRetain/CFRelease/CFMakeCollectable">,
468 HelpText<"Check usage of CFErrorRef* parameters">,
488 HelpText<"Check code for LLVM codebase conventions">,
542 HelpText<"Check the analyzer's understanding of expressions">,