Home
last modified time | relevance | path

Searched refs:org (Results 1 – 13 of 13) sorted by relevance

/scripts/coccinelle/null/
A Dbadzero.cocci21 virtual org
72 @script:python depends on org@
76 coccilib.org.print_todo(p[0], "WARNING comparing pointer to 0")
170 @script:python depends on org@
174 coccilib.org.print_todo(p[0], "WARNING comparing pointer to 0, suggest !E")
176 @script:python depends on org@
180 coccilib.org.print_todo(p[0], "WARNING comparing pointer to 0")
231 @script:python depends on org@
235 coccilib.org.print_todo(p[0], "WARNING comparing pointer to 0")
A Dkmerr.cocci19 virtual org
32 @fixed depends on context && !org && !report@
47 @rfixed depends on (org || report) && !context exists@
61 @script:python depends on org@
/scripts/coccinelle/misc/
A Dbadty.cocci17 virtual org
50 // For org and report mode
53 @r depends on (org || report) disable sizeof_type_expr@
64 @script:python depends on org@
68 coccilib.org.print_todo(p[0], "WARNING sizeof argument should be pointer type, not structure type")
/scripts/coccinelle/api/alloc/
A Dalloc_cast.cocci19 virtual org
72 // For org and report mode
75 @r2 depends on org || report@
83 @script:python depends on org@
91 coccilib.org.print_safe_todo(p[0], t)
/scripts/coccinelle/iterators/
A Dlist_entry_update.cocci15 virtual org
26 @depends on context && !org && !report@
38 @back depends on (org || report) && !context exists@
48 @script:python depends on back && org@
A Ditnull.cocci18 virtual org
80 @script:python depends on org@
A Duse_after_iter.cocci17 virtual org
133 @script:python depends on org@
/scripts/coccinelle/free/
A Difnullfree.cocci13 virtual org
37 @r depends on context || report || org @
46 @script:python depends on org@
/scripts/dtc/
A DREADME57 pip install git+git://git.kernel.org/pub/scm/utils/dtc/dtc.git@main
103 mailto:devicetree-compiler@vger.kernel.org
106 mailto:devicetree-spec@vger.kernel.org
/scripts/kconfig/
A Dexpr.c65 struct expr *expr_copy(const struct expr *org) in expr_copy() argument
69 if (!org) in expr_copy()
72 e = xmalloc(sizeof(*org)); in expr_copy()
73 memcpy(e, org, sizeof(*org)); in expr_copy()
74 switch (org->type) { in expr_copy()
76 e->left = org->left; in expr_copy()
79 e->left.expr = expr_copy(org->left.expr); in expr_copy()
87 e->left.sym = org->left.sym; in expr_copy()
88 e->right.sym = org->right.sym; in expr_copy()
93 e->left.expr = expr_copy(org->left.expr); in expr_copy()
[all …]
A Dexpr.h300 struct expr *expr_copy(const struct expr *org);
/scripts/
A Dcoccicheck237 run_cmd $SPATCH -D org \
/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped5 * Written by Simon Glass <sjg@chromium.org>

Completed in 18 milliseconds