Home
last modified time | relevance | path

Searched refs:fallthrough (Results 1 – 25 of 84) sorted by relevance

1234

/freebsd-13.1/contrib/processor-trace/include/
H A Dpt_compiler.h38 #if !defined(fallthrough)
39 # if (__has_attribute(fallthrough))
40 # define fallthrough __attribute__((fallthrough)) macro
42 # define fallthrough /* Fall through. */ macro
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DDemangleConfig.h75 #if __cplusplus > 201402L && __has_cpp_attribute(fallthrough)
76 #define DEMANGLE_FALLTHROUGH [[fallthrough]]
77 #elif __has_cpp_attribute(gnu::fallthrough)
78 #define DEMANGLE_FALLTHROUGH [[gnu::fallthrough]]
83 #elif __has_cpp_attribute(clang::fallthrough)
84 #define DEMANGLE_FALLTHROUGH [[clang::fallthrough]]
/freebsd-13.1/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dcompiler_compat.h31 #if !defined(fallthrough)
33 #define fallthrough __attribute__((__fallthrough__)) macro
35 #define fallthrough ((void)0) macro
/freebsd-13.1/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dfeature_tests.h33 #if !defined(fallthrough) && !defined(_LIBCPP_VERSION)
35 #define fallthrough __attribute__((__fallthrough__)) macro
37 #define fallthrough ((void)0) macro
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompiler.h272 #if defined(__cplusplus) && __cplusplus > 201402L && LLVM_HAS_CPP_ATTRIBUTE(fallthrough)
273 #define LLVM_FALLTHROUGH [[fallthrough]]
274 #elif LLVM_HAS_CPP_ATTRIBUTE(gnu::fallthrough)
275 #define LLVM_FALLTHROUGH [[gnu::fallthrough]]
276 #elif __has_attribute(fallthrough)
277 #define LLVM_FALLTHROUGH __attribute__((fallthrough))
278 #elif LLVM_HAS_CPP_ATTRIBUTE(clang::fallthrough)
279 #define LLVM_FALLTHROUGH [[clang::fallthrough]]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-defines.h26 #if __has_cpp_attribute(clang::fallthrough)
27 #define LLVM_FALLTHROUGH [[clang::fallthrough]]
/freebsd-13.1/sys/contrib/openzfs/config/
H A Dalways-compiler-options.m4165 dnl # Check if gcc supports -Wimplicit-fallthrough option.
168 AC_MSG_CHECKING([whether $CC supports -Wimplicit-fallthrough])
171 CFLAGS="$CFLAGS -Werror -Wimplicit-fallthrough"
174 IMPLICIT_FALLTHROUGH=-Wimplicit-fallthrough
176 [Define if compiler supports -Wimplicit-fallthrough])
/freebsd-13.1/contrib/libarchive/libarchive/test/
H A Dtest.h37 #define __LA_FALLTHROUGH __attribute__((fallthrough))
/freebsd-13.1/crypto/openssh/m4/
H A Dopenssh.m426 * Test fallthrough behaviour. clang 10's -Wimplicit-fallthrough does
27 * not understand comments and we don't use the "fallthrough" attribute
/freebsd-13.1/contrib/bc/include/
H A Dstatus.h143 #if __has_attribute(fallthrough)
144 #define BC_FALLTHROUGH __attribute__((fallthrough));
/freebsd-13.1/sys/contrib/openzfs/include/os/freebsd/linux/
H A Dcompiler.h70 #define fallthrough __attribute__((__fallthrough__)) macro
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeEmitter.h66 bool fallthrough(const LabelTy &Label);
H A DEvalEmitter.h68 bool fallthrough(const LabelTy &Label);
H A DByteCodeEmitter.cpp164 bool ByteCodeEmitter::fallthrough(const LabelTy &Label) { in fallthrough() function in ByteCodeEmitter
/freebsd-13.1/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_macros.h45 #define JEMALLOC_FALLTHROUGH JEMALLOC_ATTR(fallthrough);
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/
H A Dled.c61 fallthrough; in iwl_mvm_leds_init()
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dcompiler.h69 #define fallthrough /* FALLTHROUGH */ do { } while(0) macro
/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_platform.h227 #define __LA_FALLTHROUGH __attribute__((fallthrough))
/freebsd-13.1/sys/contrib/openzfs/lib/libzfsbootenv/
H A Dlzbe_device.c66 fallthrough; in lzbe_set_boot_device()
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dabd.c1069 fallthrough; in abd_raidz_gen_iterate()
1072 fallthrough; in abd_raidz_gen_iterate()
1182 fallthrough; in abd_raidz_rec_iterate()
1186 fallthrough; in abd_raidz_rec_iterate()
H A Dzfs_replay.c365 fallthrough; in zfs_replay_create_acl()
397 fallthrough; in zfs_replay_create_acl()
522 fallthrough; in zfs_replay_create()
539 fallthrough; in zfs_replay_create()
/freebsd-13.1/sys/contrib/dev/iwlwifi/
H A Diwl-debug.c79 fallthrough; in __iwl_err()
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_os.h335 #if __cplusplus > 201402L && __has_cpp_attribute(fallthrough)
336 #define KMP_FALLTHROUGH() [[fallthrough]]
337 #elif __has_cpp_attribute(clang::fallthrough)
338 #define KMP_FALLTHROUGH() [[clang::fallthrough]]
339 #elif __has_attribute(fallthrough) || __GNUC__ >= 7
/freebsd-13.1/contrib/processor-trace/libipt/src/
H A Dpt_insn_decoder.c711 fallthrough; in pt_insn_at_disabled_event()
1634 fallthrough; in pt_insn_event()
1657 fallthrough; in pt_insn_event()
1670 fallthrough; in pt_insn_event()
H A Dpt_insn.c195 fallthrough; in pt_insn_next_ip()

1234