Home
last modified time | relevance | path

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

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