Searched defs:FALLTHROUGH (Results 1 – 6 of 6) sorted by relevance
13 #define FALLTHROUGH __attribute__((fallthrough)); macro18 #define FALLTHROUGH /* FALLTHROUGH */ macro
150 #define FALLTHROUGH _GL_ATTRIBUTE_FALLTHROUGH macro
68 # define FALLTHROUGH __attribute__ ((__fallthrough__)) macro70 # define FALLTHROUGH ((void) 0) macro
71 #define FALLTHROUGH global() macro 73 #define FALLTHROUGH global() macro 76 #define FALLTHROUGH do {} while (0) /* FALLTHROUGH global() macro
72 #define FALLTHROUGH [[fallthrough]] macro74 #define FALLTHROUGH __attribute__((fallthrough)) macro77 #define FALLTHROUGH do {} while (0) /* FALLTHROUGH */ macro