Home
last modified time | relevance | path

Searched defs:fallthrough (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/include/linux/
H A Dcompiler-gcc.h16 # define fallthrough __attribute__((__fallthrough__)) macro
18 # define fallthrough do {} while (0) /* fallthrough */ macro
/openbmc/qemu/tests/tcg/hexagon/
H A Dtest_reorder.S24 fallthrough: label
/openbmc/linux/tools/bootconfig/include/linux/
H A Dbootconfig.h15 # define fallthrough macro
/openbmc/linux/include/linux/
H A Dcompiler_attributes.h227 # define fallthrough __attribute__((__fallthrough__)) macro
229 # define fallthrough do {} while (0) /* fallthrough */ macro