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

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

Completed in 187 milliseconds