Home
last modified time | relevance | path

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

/Linux-v6.6/tools/include/linux/
Dcompiler-gcc.h16 # define fallthrough __attribute__((__fallthrough__)) macro
18 # define fallthrough do {} while (0) /* fallthrough */ macro
/Linux-v6.6/tools/bootconfig/include/linux/
Dbootconfig.h15 # define fallthrough macro
/Linux-v6.6/include/linux/
Dcompiler_attributes.h227 # define fallthrough __attribute__((__fallthrough__)) macro
229 # define fallthrough do {} while (0) /* fallthrough */ macro