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

/art/runtime/base/
H A Dmacros.h196 // The FALLTHROUGH_INTENDED macro can be used to annotate implicit fall-through
203 // FALLTHROUGH_INTENDED; // Use instead of/along with annotations in
211 // As shown in the example above, the FALLTHROUGH_INTENDED macro should be
217 // When compiled with clang in C++11 mode, the FALLTHROUGH_INTENDED macro is
223 // When used with unsupported compilers, the FALLTHROUGH_INTENDED macro has no
230 #define FALLTHROUGH_INTENDED [[clang::fallthrough]] // NOLINT macro
234 #ifndef FALLTHROUGH_INTENDED
235 #define FALLTHROUGH_INTENDED do { } while (0) macro

Completed in 54 milliseconds