Home
last modified time | relevance | path

Searched defs:FALLTHROUGH (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libfido2/src/
H A Dfallthrough.h13 #define FALLTHROUGH __attribute__((fallthrough)); macro
18 #define FALLTHROUGH /* FALLTHROUGH */ macro
/freebsd/contrib/xz/src/common/
H A Dsysdefs.h221 # define FALLTHROUGH [[__fallthrough__]] macro
224 # define FALLTHROUGH __attribute__((__fallthrough__)) macro
226 # define FALLTHROUGH ((void)0) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h271 # define FALLTHROUGH [[clang::fallthrough]] macro
273 # define FALLTHROUGH [[fallthrough]] macro
275 # define FALLTHROUGH macro