| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86InstComments.cpp | 313 [[fallthrough]]; in printFMAComments() 328 [[fallthrough]]; in printFMAComments() 345 [[fallthrough]]; in printFMAComments() 362 [[fallthrough]]; in printFMAComments() 380 [[fallthrough]]; in printFMAComments() 394 [[fallthrough]]; in printFMAComments() 410 [[fallthrough]]; in printFMAComments() 421 [[fallthrough]]; in printFMAComments() 432 [[fallthrough]]; in printFMAComments() 443 [[fallthrough]]; in printFMAComments() [all …]
|
| /freebsd-14.2/contrib/processor-trace/include/ |
| H A D | pt_compiler.h | 38 #if !defined(fallthrough) 39 # if (__has_attribute(fallthrough)) 40 # define fallthrough __attribute__((fallthrough)) macro 42 # define fallthrough /* Fall through. */ macro
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | DemangleConfig.h | 75 #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-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Compiler.h | 292 #if defined(__cplusplus) && __cplusplus > 201402L && LLVM_HAS_CPP_ATTRIBUTE(fallthrough) 293 #define LLVM_FALLTHROUGH [[fallthrough]] 294 #elif LLVM_HAS_CPP_ATTRIBUTE(gnu::fallthrough) 295 #define LLVM_FALLTHROUGH [[gnu::fallthrough]] 296 #elif __has_attribute(fallthrough) 297 #define LLVM_FALLTHROUGH __attribute__((fallthrough)) 298 #elif LLVM_HAS_CPP_ATTRIBUTE(clang::fallthrough) 299 #define LLVM_FALLTHROUGH [[clang::fallthrough]]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600AsmPrinter.cpp | 74 default: [[fallthrough]]; in EmitProgramInfoR600() 83 default: [[fallthrough]]; in EmitProgramInfoR600() 84 case CallingConv::AMDGPU_GS: [[fallthrough]]; in EmitProgramInfoR600() 85 case CallingConv::AMDGPU_CS: [[fallthrough]]; in EmitProgramInfoR600()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | X86.cpp | 557 [[fallthrough]]; in getTargetDefines() 566 [[fallthrough]]; in getTargetDefines() 570 [[fallthrough]]; in getTargetDefines() 652 [[fallthrough]]; in getTargetDefines() 661 [[fallthrough]]; in getTargetDefines() 790 [[fallthrough]]; in getTargetDefines() 793 [[fallthrough]]; in getTargetDefines() 796 [[fallthrough]]; in getTargetDefines() 962 [[fallthrough]]; in getTargetDefines() 965 [[fallthrough]]; in getTargetDefines() [all …]
|
| H A D | WebAssembly.cpp | 115 [[fallthrough]]; in setSIMDLevel() 118 [[fallthrough]]; in setSIMDLevel() 129 [[fallthrough]]; in setSIMDLevel()
|
| /freebsd-14.2/contrib/libfido2/src/ |
| H A D | fallthrough.h | 12 #if __has_attribute(fallthrough) 13 #define FALLTHROUGH __attribute__((fallthrough));
|
| /freebsd-14.2/sys/contrib/zstd/lib/common/ |
| H A D | compiler.h | 229 # if ZSTD_HAS_C_ATTRIBUTE(fallthrough) 230 # define ZSTD_FALLTHROUGH [[fallthrough]] 231 # elif ZSTD_HAS_CPP_ATTRIBUTE(fallthrough) 232 # define ZSTD_FALLTHROUGH [[fallthrough]]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.cpp | 123 case SPCC::CPCC_3: [[fallthrough]]; in GetOppositeBranchCondition() 124 case SPCC::CPCC_2: [[fallthrough]]; in GetOppositeBranchCondition() 125 case SPCC::CPCC_23: [[fallthrough]]; in GetOppositeBranchCondition() 126 case SPCC::CPCC_1: [[fallthrough]]; in GetOppositeBranchCondition() 127 case SPCC::CPCC_13: [[fallthrough]]; in GetOppositeBranchCondition() 128 case SPCC::CPCC_12: [[fallthrough]]; in GetOppositeBranchCondition() 129 case SPCC::CPCC_123: [[fallthrough]]; in GetOppositeBranchCondition() 130 case SPCC::CPCC_0: [[fallthrough]]; in GetOppositeBranchCondition() 131 case SPCC::CPCC_03: [[fallthrough]]; in GetOppositeBranchCondition() 132 case SPCC::CPCC_02: [[fallthrough]]; in GetOppositeBranchCondition() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | IncrementalParser.cpp | 135 [[fallthrough]]; in IncrementalAction() 137 [[fallthrough]]; in IncrementalAction() 142 [[fallthrough]]; in IncrementalAction() 144 [[fallthrough]]; in IncrementalAction() 146 [[fallthrough]]; in IncrementalAction() 148 [[fallthrough]]; in IncrementalAction() 150 [[fallthrough]]; in IncrementalAction()
|
| /freebsd-14.2/sys/dev/qat/qat_common/ |
| H A D | adf_pfvf_vf_msg.c | 124 fallthrough; in adf_vf2pf_get_capabilities() 131 fallthrough; in adf_vf2pf_get_capabilities() 139 fallthrough; in adf_vf2pf_get_capabilities()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | TargetParser.cpp | 357 [[fallthrough]]; in fillAMDGPUFeatureMap() 407 [[fallthrough]]; in fillAMDGPUFeatureMap() 414 [[fallthrough]]; in fillAMDGPUFeatureMap() 421 [[fallthrough]]; in fillAMDGPUFeatureMap() 428 [[fallthrough]]; in fillAMDGPUFeatureMap() 438 [[fallthrough]]; in fillAMDGPUFeatureMap() 446 [[fallthrough]]; in fillAMDGPUFeatureMap()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCRegisterInfo.cpp | 86 [[fallthrough]]; in replaceFrameIndex() 90 [[fallthrough]]; in replaceFrameIndex() 101 [[fallthrough]]; in replaceFrameIndex() 104 [[fallthrough]]; in replaceFrameIndex()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCTargetDesc.cpp | 504 [[fallthrough]]; in completeHVXFeatures() 507 [[fallthrough]]; in completeHVXFeatures() 510 [[fallthrough]]; in completeHVXFeatures() 513 [[fallthrough]]; in completeHVXFeatures() 516 [[fallthrough]]; in completeHVXFeatures() 519 [[fallthrough]]; in completeHVXFeatures() 522 [[fallthrough]]; in completeHVXFeatures() 525 [[fallthrough]]; in completeHVXFeatures()
|
| H A D | HexagonAsmBackend.cpp | 447 [[fallthrough]]; in applyFixup() 457 [[fallthrough]]; in applyFixup() 469 [[fallthrough]]; in applyFixup() 480 [[fallthrough]]; in applyFixup() 492 [[fallthrough]]; in applyFixup() 590 [[fallthrough]]; in fixupNeedsRelaxationAdvanced()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__chrono/ |
| H A D | parser_std_format_spec.h | 180 [[fallthrough]]; in __parse_chrono_specs() 238 [[fallthrough]]; in __parse_conversion_spec() 260 [[fallthrough]]; in __parse_conversion_spec() 274 [[fallthrough]]; in __parse_conversion_spec()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | TextStubCommon.cpp | 67 [[fallthrough]]; in output() 72 [[fallthrough]]; in output() 77 [[fallthrough]]; in output()
|
| /freebsd-14.2/contrib/tcpdump/ |
| H A D | netdissect-stdinc.h | 376 #if __has_attribute(fallthrough) && !defined(__clang__) 377 # define ND_FALL_THROUGH __attribute__ ((fallthrough))
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsExpandPseudo.cpp | 350 [[fallthrough]]; in expandAtomicBinOpSubword() 356 [[fallthrough]]; in expandAtomicBinOpSubword() 362 [[fallthrough]]; in expandAtomicBinOpSubword() 368 [[fallthrough]]; in expandAtomicBinOpSubword() 374 [[fallthrough]]; in expandAtomicBinOpSubword() 380 [[fallthrough]]; in expandAtomicBinOpSubword() 386 [[fallthrough]]; in expandAtomicBinOpSubword() 393 [[fallthrough]]; in expandAtomicBinOpSubword() 401 [[fallthrough]]; in expandAtomicBinOpSubword() 697 [[fallthrough]]; in expandAtomicBinOp() [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/config/ |
| H A D | always-compiler-options.m4 | 185 dnl # Check if cc supports -Wimplicit-fallthrough option. 188 AC_MSG_CHECKING([whether $CC supports -Wimplicit-fallthrough]) 191 CFLAGS="$CFLAGS -Werror -Wimplicit-fallthrough" 194 IMPLICIT_FALLTHROUGH=-Wimplicit-fallthrough 196 [Define if compiler supports -Wimplicit-fallthrough])
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | AArch64.cpp | 409 [[fallthrough]]; in relocate() 426 [[fallthrough]]; in relocate() 470 [[fallthrough]]; in relocate() 476 [[fallthrough]]; in relocate() 482 [[fallthrough]]; in relocate() 493 [[fallthrough]]; in relocate() 502 [[fallthrough]]; in relocate() 511 [[fallthrough]]; in relocate()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_internal_defs.h | 266 #if __has_cpp_attribute(clang::fallthrough) 267 # define FALLTHROUGH [[clang::fallthrough]] 268 #elif __has_cpp_attribute(fallthrough) 269 # define FALLTHROUGH [[fallthrough]]
|
| /freebsd-14.2/sys/contrib/dev/rtw89/ |
| H A D | txrx.h | 354 fallthrough; in rtw89_core_get_qsel() 375 fallthrough; in rtw89_core_get_ch_dma() 405 fallthrough; in rtw89_core_get_tid_indicate()
|
| /freebsd-14.2/contrib/libarchive/libarchive/test/ |
| H A D | test.h | 37 #define __LA_FALLTHROUGH __attribute__((fallthrough))
|