Home
last modified time | relevance | path

Searched refs:fallthrough (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/bmcweb/include/
H A Dmultipart_parser.hpp97 [[fallthrough]]; in parse()
130 [[fallthrough]]; in parse()
170 [[fallthrough]]; in parse()
202 [[fallthrough]]; in parse()
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-support/fcgiwrap/fcgiwrap/
H A D0001-Fix-implicit-fallthrough-warning.patch4 Subject: [PATCH] Fix implicit fallthrough warning
7 (-Werror=implicit-fallthrough) with newer versions of GCC
34 +AX_GCC_FUNC_ATTRIBUTE([fallthrough])
47 +#define FALLTHROUGH __attribute__ ((fallthrough))
109 +# fallthrough
203 + [fallthrough], [
/openbmc/qemu/tests/tcg/hexagon/
H A Dtest_reorder.S24 fallthrough: label
/openbmc/qemu/subprojects/libvhost-user/include/
H A Dcompiler.h164 * In most cases, normal "fallthrough" comments are good enough for
168 #if __has_attribute(fallthrough)
169 # define QEMU_FALLTHROUGH __attribute__((fallthrough))
171 # define QEMU_FALLTHROUGH do {} while (0) /* fallthrough */
/openbmc/qemu/subprojects/libvduse/include/
H A Dcompiler.h164 * In most cases, normal "fallthrough" comments are good enough for
168 #if __has_attribute(fallthrough)
169 # define QEMU_FALLTHROUGH __attribute__((fallthrough))
171 # define QEMU_FALLTHROUGH do {} while (0) /* fallthrough */
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-support/fcgiwrap/
H A Dfcgiwrap_git.bb11 file://0001-Fix-implicit-fallthrough-warning.patch \
/openbmc/qemu/include/qemu/
H A Dcompiler.h168 #if __has_attribute(fallthrough)
169 # define QEMU_FALLTHROUGH __attribute__((fallthrough))
/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit-inittab/
H A Dinittab29 # Normally not reached, but fallthrough in case of emergency.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/flatcc/flatcc/
H A D0001-Check-for-C-standard-version-23-for-__fallthrough__.patch23 /* https://en.cppreference.com/w/c/language/attributes/fallthrough */
/openbmc/google-misc/subprojects/libcr51sign/src/
H A Dmeson.build17 libcr51sign_cflags = ['-Wno-pedantic', '-Wno-implicit-fallthrough']
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0002-apic-fixup-fallthrough-to-PIC.patch4 Subject: [PATCH] apic: fixup fallthrough to PIC
/openbmc/qemu/hw/dma/
H A Dtrace-events33 pl330_dmalpfallthrough(void) "loop fallthrough"
/openbmc/phosphor-state-manager/
H A Dhost_state_manager.hpp288 [[fallthrough]]; in load()
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dutil.cpp162 [[fallthrough]]; in parseTcommUtimeStimeString()
/openbmc/qemu/subprojects/packagefiles/berkeley-testfloat-3/
H A Dmeson.build16 '-Wno-implicit-fallthrough',
/openbmc/intel-ipmi-oem/tests/
H A Dtest_sensorcommands.cpp42 [[fallthrough]]; in ipmitool_y_from_x()
/openbmc/phosphor-host-ipmid/test/dbus-sdr/
H A Dsensorcommands_unittest.cpp42 [[fallthrough]]; in ipmitool_y_from_x()
/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/classes/
H A Dbase.bbclass224 # Safe fallthrough default
/openbmc/qemu/subprojects/packagefiles/berkeley-softfloat-3/
H A Dmeson.build16 '-Wno-implicit-fallthrough',
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/
H A Dqemu.inc26 file://0002-apic-fixup-fallthrough-to-PIC.patch \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0002-boost-Backport-clang-support.patch107 +# if __has_feature(cxx_attributes) && __has_warning("-Wimplicit-fallthrough")
108 +# define BOOST_FALLTHROUGH [[clang::fallthrough]]
/openbmc/intel-ipmi-oem/src/
H A Dmanufacturingcommands.cpp472 [[fallthrough]]; in appMTMGetSignal()
/openbmc/openbmc/poky/meta/classes-global/
H A Dsstate.bbclass1193 # Safe fallthrough default
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc1158 /* fallthrough */
/openbmc/qemu/target/i386/tcg/
H A Ddecode-new.c.inc2762 /* fallthrough */

12