Home
last modified time | relevance | path

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

/scripts/
DMakefile.extrawarn19 KBUILD_CFLAGS += $(call cc-disable-warning, frame-address)
20 KBUILD_CFLAGS += $(call cc-disable-warning, address-of-packed-member)
36 KBUILD_CFLAGS += $(call cc-disable-warning, format-overflow-non-kprintf)
37 KBUILD_CFLAGS += $(call cc-disable-warning, format-truncation-non-kprintf)
49 KBUILD_CFLAGS += $(call cc-disable-warning, default-const-init-unsafe)
57 KBUILD_CFLAGS += $(call cc-disable-warning, dangling-pointer)
71 KBUILD_CFLAGS-$(CONFIG_CC_NO_STRINGOP_OVERFLOW) += $(call cc-disable-warning, stringop-overflow)
75 KBUILD_CFLAGS += $(call cc-disable-warning, unterminated-string-initialization)
126 KBUILD_CFLAGS += $(call cc-disable-warning, unused-but-set-variable)
127 KBUILD_CFLAGS += $(call cc-disable-warning, unused-const-variable)
[all …]
DMakefile.gcc-plugins7 …DISABLE_LATENT_ENTROPY_PLUGIN += -fplugin-arg-latent_entropy_plugin-disable -ULATENT_ENTROPY_PLUGIN
19 DISABLE_STRUCTLEAK_PLUGIN += -fplugin-arg-structleak_plugin-disable
35 DISABLE_STACKLEAK_PLUGIN += -fplugin-arg-stackleak_plugin-disable
41 DISABLE_ARM_SSP_PER_TASK_PLUGIN += -fplugin-arg-arm_ssp_per_task_plugin-disable
Dconfig20 --disable|-d option Disable option
31 --disable-after|-D beforeopt option
DMakefile.compiler60 cc-disable-warning = $(call cc-option,-Wno-$(strip $1))
Dspelling.txt519 diable||disable
537 disble||disable
541 dissable||disable
552 disbale||disable
554 disble||disable
DMakefile.lib161 , -mllvm -msan-disable-checks=1)
/scripts/coccinelle/api/
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@
82 @str_true_false_r depends on !patch disable neg_if_exp@
95 @str_false_true depends on patch disable neg_if_exp@
101 @str_false_true_r 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@
[all …]
/scripts/coccinelle/misc/
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@
Difcol.cocci22 @r disable braces4@
/scripts/coccinelle/null/
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/gcc-plugins/
Dstackleak_plugin.c37 static bool disable = false; variable
593 disable = true; in plugin_init()
603 if (disable) { in plugin_init()