Home
last modified time | relevance | path

Searched refs:disable (Results 1 – 12 of 12) sorted by relevance

/scripts/coccinelle/api/
A Dstring_choices.cocci38 @str_up_down depends on patch disable neg_if_exp@
44 @str_up_down_r depends on !patch disable neg_if_exp@
57 @str_down_up depends on patch disable neg_if_exp@
63 @str_down_up_r depends on !patch disable neg_if_exp@
76 @str_true_false depends on patch disable neg_if_exp@
114 @str_hi_lo depends on patch disable neg_if_exp@
120 @str_hi_lo_r depends on !patch disable neg_if_exp@
133 @str_high_low depends on patch disable neg_if_exp@
152 @str_lo_hi depends on patch disable neg_if_exp@
193 - ((E) ? "enable" : "disable")
[all …]
/scripts/coccinelle/misc/
A Dbadty.cocci25 @depends on context disable sizeof_type_expr@
39 @depends on patch disable sizeof_type_expr@
54 @r depends on (org || report) disable sizeof_type_expr@
A Difcol.cocci22 @r disable braces4@
/scripts/coccinelle/null/
A Dbadzero.cocci100 @ r disable is_zero,isnt_zero exists @
122 @ depends on patch disable is_zero,isnt_zero @
146 @t2 depends on !patch disable is_zero,isnt_zero @
192 @ depends on patch disable is_zero,isnt_zero @
214 @ t3 depends on !patch disable is_zero,isnt_zero @
/scripts/
A Dconfig20 --disable|-d option Disable option
31 --disable-after|-D beforeopt option
A DMakefile.gcc-plugins7 …DISABLE_LATENT_ENTROPY_PLUGIN += -fplugin-arg-latent_entropy_plugin-disable -ULATENT_ENTROPY_PLUGIN
A DMakefile.kstack_erase8 DISABLE_KSTACK_ERASE := -fplugin-arg-stackleak_plugin-disable
A DMakefile.compiler60 cc-disable-warning = $(call cc-option,-Wno-$(strip $1))
A Dspelling.txt538 diable||disable
556 disble||disable
560 dissable||disable
572 disbale||disable
574 disble||disable
A DMakefile.lib72 , -mllvm -msan-disable-checks=1)
/scripts/gcc-plugins/
A Dstackleak_plugin.c37 static bool disable = false; variable
593 disable = true; in plugin_init()
603 if (disable) { in plugin_init()
/scripts/bash-completion/
A Dmake29 # shellcheck disable=SC2046 # word splitting is the point here
210 # shellcheck disable=SC2209 # 'sh' is SuperH, not a shell command
249 # shellcheck disable=SC2034 # these are set by _init_completion
310 # shellcheck disable=SC2191 # '=' is appended for variables
321 # shellcheck disable=SC2191 # '=' is appended for variables
398 # shellcheck disable=SC2191 # '=' is appended for variables

Completed in 12 milliseconds