Searched defs:FALLTHROUGH (Results 1 – 3 of 3) sorted by relevance
13 #define FALLTHROUGH __attribute__((fallthrough)); macro18 #define FALLTHROUGH /* FALLTHROUGH */ macro
221 # define FALLTHROUGH [[__fallthrough__]] macro224 # define FALLTHROUGH __attribute__((__fallthrough__)) macro226 # define FALLTHROUGH ((void)0) macro
271 # define FALLTHROUGH [[clang::fallthrough]] macro273 # define FALLTHROUGH [[fallthrough]] macro275 # define FALLTHROUGH macro