HomeSort by relevance Sort by last modified time
    Searched defs:FALLTHROUGH_INTENDED (Results 1 - 3 of 3) sorted by null

  /external/conscrypt/src/main/native/
macros.h 4 // The FALLTHROUGH_INTENDED macro can be used to annotate implicit fall-through
11 // FALLTHROUGH_INTENDED; // Use instead of/along with annotations in
19 // As shown in the example above, the FALLTHROUGH_INTENDED macro should be
25 // When compiled with clang in C++11 mode, the FALLTHROUGH_INTENDED macro is
31 // When used with unsupported compilers, the FALLTHROUGH_INTENDED macro has no
38 #define FALLTHROUGH_INTENDED [[clang::fallthrough]] // NOLINT
42 #ifndef FALLTHROUGH_INTENDED
43 #define FALLTHROUGH_INTENDED do { } while (0)
  /system/core/base/include/base/
macros.h 144 // The FALLTHROUGH_INTENDED macro can be used to annotate implicit fall-through
151 // FALLTHROUGH_INTENDED; // Use instead of/along with annotations in
159 // As shown in the example above, the FALLTHROUGH_INTENDED macro should be
165 // When compiled with clang in C++11 mode, the FALLTHROUGH_INTENDED macro is
171 // When used with unsupported compilers, the FALLTHROUGH_INTENDED macro has no
178 #define FALLTHROUGH_INTENDED [[clang::fallthrough]] // NOLINT
182 #ifndef FALLTHROUGH_INTENDED
183 #define FALLTHROUGH_INTENDED \
  /art/runtime/base/
macros.h 196 // 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
234 #ifndef FALLTHROUGH_INTENDED
235 #define FALLTHROUGH_INTENDED do { } while (0)

Completed in 609 milliseconds