Searched refs:fallthrough (Results 1 – 5 of 5) sorted by relevance
45 fallthrough51 fallthrough
84 CERRWARN += -_gcc=-Wno-implicit-fallthrough
159 #ifndef fallthrough161 #if __has_c_attribute(fallthrough)162 #define fallthrough() [[fallthrough]] macro164 #define fallthrough()167 #define fallthrough() __attribute__((fallthrough))169 #define fallthrough()
42 * parse __attribute_((fallthrough))
60 - Add fallthrough comments for gcc