Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/mdadm/files/
H A D0001-Use-CC-to-check-for-implicit-fallthrough-warning-sup.patch24 -FALLTHROUGH := $(shell gcc -v --help 2>&1 | grep "implicit-fallthrough" | wc -l)
25 +FALLTHROUGH := $(shell ${CC} -v --help 2>&1 | grep "implicit-fallthrough" | wc -l)
26 ifneq "$(FALLTHROUGH)" "0"
/OK3568_Linux_fs/yocto/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;
/OK3568_Linux_fs/buildroot/package/rpcbind/
H A D0001-Remove-yellow-pages-support.patch28 - /* FALLTHROUGH */
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dzconf.hash.c_shipped82 /*FALLTHROUGH*/
H A Dzconf.lex.c_shipped1769 /*FALLTHROUGH*/
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Daic79xx.seq216 /* FALLTHROUGH */
429 /* FALLTHROUGH */
1306 /* FALLTHROUGH */
1802 /* FALLTHROUGH */
2023 /* FALLTHROUGH */
2088 /* FALLTHROUGH */
2181 /* FALLTHROUGH */
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0005-adb-add-base64-implementation.patch317 + /* FALLTHROUGH */
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/netcat/netcat-openbsd/
H A D0001-bundle-own-base64-encode-decode-functions.patch328 + /* FALLTHROUGH */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dinternal-fn.def361 DEF_INTERNAL_FN (FALLTHROUGH, ECF_LEAF | ECF_NOTHROW, NULL)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dinternal-fn.def361 DEF_INTERNAL_FN (FALLTHROUGH, ECF_LEAF | ECF_NOTHROW, NULL)
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c8455 FALLTHROUGH = 1, enumerator
8490 if (e == FALLTHROUGH && insn_state[t] >= (DISCOVERED | FALLTHROUGH)) in push_insn()
8568 ret = push_insn(t, t + 1, FALLTHROUGH, env, false); in check_cfg()
8591 FALLTHROUGH, env, true); in check_cfg()
8609 ret = push_insn(t, t + 1, FALLTHROUGH, env, true); in check_cfg()
8625 ret = push_insn(t, t + 1, FALLTHROUGH, env, false); in check_cfg()
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc-lexer.lex.c_shipped1632 /*FALLTHROUGH*/
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dzconf.lex.c_shipped1785 /*FALLTHROUGH*/
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190609-patch.sh.bz21#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgcc.info55836 "fallthrough": FALLTHROUGH,
55844 * FALLTHROUGH: true when the branch is a fall through branch
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgcc.info55836 "fallthrough": FALLTHROUGH,
55844 * FALLTHROUGH: true when the branch is a fall through branch