Lines Matching refs:sparse
5 Using sparse for typechecking
18 there because sparse will complain about casting to/from a bitwise type,
39 constant zero as a bitwise integer type without sparse ever complaining.
52 Using sparse for lock checking
55 The following macros are undefined for gcc and defined during a sparse
56 run to use the "context" tracking feature of sparse, applied to
57 locking. These annotations tell sparse when a lock is held, with
69 sparse would otherwise report a context imbalance.
71 Getting sparse
75 https://sparse.wiki.kernel.org/index.php/Main_Page
78 of sparse using git to clone..
80 git://git.kernel.org/pub/scm/devel/sparse/sparse.git
84 http://www.codemonkey.org.uk/projects/git-snapshots/sparse/
92 as a regular user, and it will install sparse in your ~/bin directory.
94 Using sparse
97 Do a kernel make with "make C=1" to run sparse on all the C files that get
98 recompiled, or use "make C=2" to run sparse on the files whether they need to
102 The optional make variable CF can be used to pass arguments to sparse. The
103 build system passes -Wbitwise to sparse automatically. To perform endianness