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

  /system/core/base/include/android-base/
macros.h 138 // The FALLTHROUGH_INTENDED macro can be used to annotate implicit fall-through
145 // FALLTHROUGH_INTENDED; // Use instead of/along with annotations in
153 // As shown in the example above, the FALLTHROUGH_INTENDED macro should be
159 // When compiled with clang, the FALLTHROUGH_INTENDED macro is expanded to
165 // When used with unsupported compilers, the FALLTHROUGH_INTENDED macro has no
172 #define FALLTHROUGH_INTENDED [[clang::fallthrough]] // NOLINT
176 #ifndef FALLTHROUGH_INTENDED
177 #define FALLTHROUGH_INTENDED \
  /external/conscrypt/common/src/jni/main/include/
macros.h 29 // The FALLTHROUGH_INTENDED macro can be used to annotate implicit fall-through
36 // FALLTHROUGH_INTENDED; // Use instead of/along with annotations in
44 // As shown in the example above, the FALLTHROUGH_INTENDED macro should be
50 // When compiled with clang in C++11 mode, the FALLTHROUGH_INTENDED macro is
56 // When used with unsupported compilers, the FALLTHROUGH_INTENDED macro has no
63 #define FALLTHROUGH_INTENDED [[clang::fallthrough]] // NOLINT
67 #ifndef FALLTHROUGH_INTENDED
68 #define FALLTHROUGH_INTENDED \

Completed in 77 milliseconds