Searched defs:FALLTHROUGH (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/
H A Dcompiler.h89 #define FALLTHROUGH [[fallthrough]] macro
92 #define FALLTHROUGH [[clang::fallthrough]] macro
95 #define FALLTHROUGH __attribute__((fallthrough)) macro
97 #define FALLTHROUGH do { } while(0) macro

Completed in 3 milliseconds