Searched refs:sparse (Results 1 – 25 of 51) sorted by relevance
123
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | FAQ | 1 FAQ - Why sparse? 13 be, and makes the end result very ungainly. With "sparse", the 35 of 'sparse'. 65 Q. What other sparse resources are available? 67 A. Wiki: http://sparse.wiki.kernel.org/index.php/Main_Page 69 Mailing list: linux-sparse@vger.kernel.org 70 See http://vger.kernel.org/vger-lists.html#linux-sparse for subscription 73 Git repo: git://git.kernel.org/pub/scm/devel/sparse/sparse.git 74 gitweb: http://git.kernel.org/?p=devel/sparse/sparse.git
|
H A D | Makefile | 81 PROGRAMS += sparse 88 INST_PROGRAMS=smatch sparse cgcc 89 INST_MAN1=sparse.1 cgcc.1
|
H A D | README | 3 sparse (spärs), adj,., spars-er, spars-est. 4 1. thinly scattered or distributed; "a sparse population" 5 2. thin; not thick or dense: "sparse hair" 57 action(sparse(file));
|
H A D | sparse-llvm-dis | 15 $DIRNAME/sparse-llvm "$@" | "$DIS" | grep -v '^target '
|
H A D | sparsei | 31 $DIRNAME/sparse-llvm ${SPARSEOPTS} | $LLI ${JIT_OPT}
|
H A D | test-lexing.c | 45 sparse(file); in main()
|
H A D | sparsec | 47 $DIRNAME/sparse-llvm $SPARSEOPTS | $LLC ${LLC_ARCH_OPTS} | as -o $TMPFILE
|
H A D | test-linearize.c | 64 clean_up_symbols(sparse(file)); in main()
|
H A D | test-inspect.c | 36 struct symbol_list *syms = sparse(file); in main()
|
H A D | obfuscate.c | 73 emit_symbol_list(sparse(file)); in main()
|
H A D | test-parsing.c | 68 list = sparse(file); in main()
|
H A D | compile.c | 67 list = sparse(file); in main()
|
H A D | test-unssa.c | 84 compile(sparse(file)); in main()
|
/illumos-gate/usr/src/tools/smatch/src/Documentation/ |
H A D | submitting-patches.md | 1 Submitting patches: the sparse version 10 1. Git clone a sparse repository: 12 git clone git://git.kernel.org/pub/scm/devel/sparse/sparse.git 20 Notice that sparse uses the MIT License. 32 mailing list instead <linux-sparse@vger.kernel.org> and I will pick it up
|
H A D | test-suite.rst | 21 There are different kinds of tests. Some can validate the sparse 22 preprocessor, while others will use sparse, cgcc, or even other backends 27 It defaults to ``sparse $file``. 44 by sparse's pre-processor. 115 If no cmd is provided, it defaults to ``sparse $file``. 126 * check-command: sparse $file 141 "sparse -E \$file" 162 * check-command: sparse -E $file
|
H A D | dev-options.rst | 1 sparse - extra options for developers 11 This file is a complement of sparse's man page meant to 12 document options only useful for development on sparse itself.
|
H A D | index.rst | 1 .. sparse documentation master file. 3 Welcome to sparse's documentation
|
H A D | sparse-README.txt | 2 sparse (spärs), adj,., spars-er, spars-est. 3 1. thinly scattered or distributed; "a sparse population" 4 2. thin; not thick or dense: "sparse hair" 56 action(sparse(file));
|
H A D | Makefile | 7 SPHINXPROJ = sparse
|
H A D | data-structures.txt | 2 - Describes most data structures used in sparse. 26 The sparse static analysis backend has a few steps: it generates linearized bytecode, does some eva… 53 Now, given all that, some of the top-level stuff in sparse.c may make more sense.
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/sparse/ |
H A D | sparse_001_pos.ksh | 33 . $STF_SUITE/tests/functional/sparse/sparse.cfg
|
H A D | Makefile | 19 TARGETDIR = $(ROOTOPTPKG)/tests/functional/sparse
|
H A D | sparse.cfg | 31 export TESTFILE=testfile.sparse
|
/illumos-gate/usr/src/tools/smatch/src/validation/ |
H A D | test-suite | 306 res=$(../sparse - 2>&1 >/dev/null <<- EOF 316 res=$(../sparse -E - 2>/dev/null <<- EOF
|
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/ |
H A D | kpatch.sh | 73 kchecker --sparse --endian $fullname
|
123