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

/netbsd-current/external/bsd/libfido2/dist/src/
H A Dfallthrough.h13 #define FALLTHROUGH __attribute__((fallthrough)); macro
18 #define FALLTHROUGH /* FALLTHROUGH */ macro
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dattribute.h142 #define FALLTHROUGH _GL_ATTRIBUTE_FALLTHROUGH macro
H A Dfnmatch.c68 # define FALLTHROUGH ((void) 0) macro
70 # define FALLTHROUGH __attribute__ ((__fallthrough__)) macro
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dattribute.h150 #define FALLTHROUGH _GL_ATTRIBUTE_FALLTHROUGH macro
H A Dfnmatch.c68 # define FALLTHROUGH __attribute__ ((__fallthrough__)) macro
70 # define FALLTHROUGH ((void) 0) macro
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dutil.h72 #define FALLTHROUGH [[fallthrough]] macro
74 #define FALLTHROUGH __attribute__((fallthrough)) macro
77 #define FALLTHROUGH do {} while (0) /* FALLTHROUGH */ macro
/netbsd-current/external/mpl/bind/dist/contrib/dlz/modules/include/
H A Ddlz_minimal.h96 #define FALLTHROUGH __attribute__((fallthrough)) macro
99 #define FALLTHROUGH do {} while (0) /* FALLTHROUGH */ macro
/netbsd-current/external/mpl/bind/dist/lib/isc/include/isc/
H A Dutil.h71 #define FALLTHROUGH [[fallthrough]] macro
73 #define FALLTHROUGH __attribute__((fallthrough)) macro
76 #define FALLTHROUGH do {} while (0) /* FALLTHROUGH */ macro
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_internal_defs.h268 # define FALLTHROUGH [[clang::fallthrough]] macro
270 # define FALLTHROUGH macro

Completed in 124 milliseconds