Searched defs:fallthrough (Results 1 – 13 of 13) sorted by relevance
163 #define fallthrough __attribute__((__fallthrough__)) macro165 #define fallthrough do {} while (0) /* fallthrough */ macro
8 # define fallthrough macro
221 # define fallthrough __attribute__((__fallthrough__)) macro223 # define fallthrough do {} while (0) /* fallthrough */ macro
101 #define fallthrough __fallthrough macro
262 #define fallthrough __attribute__((__fallthrough__)) macro264 #define fallthrough do {} while (0) /* fallthrough */ macro
172 #define fallthrough __attribute__((__fallthrough__)) macro176 #define fallthrough do {} while (0) /* fallthrough */ macro
578 #define fallthrough __attribute__((__fallthrough__)) macro582 #define fallthrough do {} while (0) /* fallthrough */ macro
1024 #define fallthrough __attribute__((__fallthrough__)) macro1026 #define fallthrough do {} while (0) /* fallthrough */ macro
1066 #define fallthrough __attribute__((__fallthrough__)) macro1070 #define fallthrough do {} while (0) /* fallthrough */ macro
573 #define fallthrough do {} while (0) macro