Searched defs:fallthrough (Results 1 – 4 of 4) sorted by relevance
8 # define fallthrough __attribute__((__fallthrough__)) macro10 # define fallthrough do {} while (0) /* fallthrough */ macro
16 # define fallthrough __attribute__((__fallthrough__)) macro18 # define fallthrough do {} while (0) /* fallthrough */ macro
214 # define fallthrough __attribute__((__fallthrough__)) macro216 # define fallthrough do {} while (0) /* fallthrough */ macro
15 # define fallthrough macro