Home
last modified time | relevance | path

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

/linux/tools/lib/
H A Dcmdline.c8 # define fallthrough __attribute__((__fallthrough__)) macro
10 # define fallthrough do {} while (0) /* fallthrough */ macro
/linux/tools/include/linux/
H A Dcompiler-gcc.h16 # define fallthrough __attribute__((__fallthrough__)) macro
18 # define fallthrough do {} while (0) /* fallthrough */ macro
/linux/include/linux/
H A Dcompiler_attributes.h214 # define fallthrough __attribute__((__fallthrough__)) macro
216 # define fallthrough do {} while (0) /* fallthrough */ macro
/linux/tools/bootconfig/include/linux/
H A Dbootconfig.h15 # define fallthrough macro