Home
last modified time | relevance | path

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

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