Home
last modified time | relevance | path

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

/third_party/gn/src/base/
H A Dcompiler_specific.h60 #define FALLTHROUGH [[fallthrough]] macro
62 #define FALLTHROUGH [[clang::fallthrough]] macro
64 #define FALLTHROUGH macro
/third_party/mesa3d/src/util/
H A Dcompiler.h87 #define FALLTHROUGH [[fallthrough]] macro
90 #define FALLTHROUGH [[clang::fallthrough]] macro
93 #define FALLTHROUGH __attribute__((fallthrough)) macro
95 #define FALLTHROUGH do { } while(0) macro
/third_party/libjpeg-turbo/
H A Djconfigint.h67 #define FALLTHROUGH __attribute__((fallthrough)); macro
69 #define FALLTHROUGH macro
72 #define FALLTHROUGH macro
/third_party/elfutils/lib/
H A Deu-config.h246 # define FALLTHROUGH __attribute__ ((fallthrough)) macro
248 # define FALLTHROUGH ((void) 0) macro
/third_party/skia/third_party/skcms/src/
H A DTransform_inl.h78 #define FALLTHROUGH [[clang::fallthrough]] macro
80 #define FALLTHROUGH macro
1607 #undef FALLTHROUGH macro
/third_party/curl/lib/
H A Dcurl_setup.h708 # define FALLTHROUGH() __attribute__((fallthrough)) macro
710 # define FALLTHROUGH() do {} while (0) macro

Completed in 6 milliseconds