Home
last modified time | relevance | path

Searched refs:FALLTHROUGH (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/
H A D0001-Use-CC-to-check-for-implicit-fallthrough-warning-sup.patch23 ifeq ($(origin FALLTHROUGH), undefined)
24 - FALLTHROUGH := $(shell gcc -Q --help=warnings 2>&1 | grep "implicit-fallthrough" | wc -l)
25 + FALLTHROUGH := $(shell ${CC} -Q --help=warnings 2>&1 | grep "implicit-fallthrough" | wc -l)
26 ifneq "$(FALLTHROUGH)" "0"
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-support/fcgiwrap/fcgiwrap/
H A D0001-Fix-implicit-fallthrough-warning.patch47 +#define FALLTHROUGH __attribute__ ((fallthrough))
49 +#define FALLTHROUGH (void)
59 + FALLTHROUGH;
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic79xx.seq216 /* FALLTHROUGH */
429 /* FALLTHROUGH */
1306 /* FALLTHROUGH */
1802 /* FALLTHROUGH */
2023 /* FALLTHROUGH */
2088 /* FALLTHROUGH */
2181 /* FALLTHROUGH */
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0005-adb-add-base64-implementation.patch319 + /* FALLTHROUGH */
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/netcat-openbsd/
H A D0001-bundle-own-base64-encode-decode-functions.patch328 + /* FALLTHROUGH */
/openbmc/linux/kernel/bpf/
H A Dverifier.c15133 FALLTHROUGH = 1, enumerator
15182 if (e == FALLTHROUGH && insn_state[t] >= (DISCOVERED | FALLTHROUGH)) in push_insn()
15232 ret = push_insn(t, t + insn_sz, FALLTHROUGH, env); in visit_func_call_insn()
15264 return push_insn(t, t + insn_sz, FALLTHROUGH, env); in visit_insn()
15326 ret = push_insn(t, t + off + 1, FALLTHROUGH, env); in visit_insn()
15339 ret = push_insn(t, t + 1, FALLTHROUGH, env); in visit_insn()