Searched refs:FALLTHROUGH (Results 1 – 6 of 6) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/ |
H A D | 0001-Use-CC-to-check-for-implicit-fallthrough-warning-sup.patch | 23 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 D | 0001-Fix-implicit-fallthrough-warning.patch | 47 +#define FALLTHROUGH __attribute__ ((fallthrough)) 49 +#define FALLTHROUGH (void) 59 + FALLTHROUGH;
|
/openbmc/linux/drivers/scsi/aic7xxx/ |
H A D | aic79xx.seq | 216 /* 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 D | 0005-adb-add-base64-implementation.patch | 319 + /* FALLTHROUGH */
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/netcat-openbsd/ |
H A D | 0001-bundle-own-base64-encode-decode-functions.patch | 328 + /* FALLTHROUGH */
|
/openbmc/linux/kernel/bpf/ |
H A D | verifier.c | 15133 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()
|