Home
last modified time | relevance | path

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

12345678910>>...20

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstComments.cpp313 [[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 Dpt_compiler.h38 #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 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-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompiler.h292 #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 DR600AsmPrinter.cpp74 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 DX86.cpp557 [[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 DWebAssembly.cpp115 [[fallthrough]]; in setSIMDLevel()
118 [[fallthrough]]; in setSIMDLevel()
129 [[fallthrough]]; in setSIMDLevel()
/freebsd-14.2/contrib/libfido2/src/
H A Dfallthrough.h12 #if __has_attribute(fallthrough)
13 #define FALLTHROUGH __attribute__((fallthrough));
/freebsd-14.2/sys/contrib/zstd/lib/common/
H A Dcompiler.h229 # 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 DSparcInstrInfo.cpp123 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 DIncrementalParser.cpp135 [[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 Dadf_pfvf_vf_msg.c124 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 DTargetParser.cpp357 [[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 DARCRegisterInfo.cpp86 [[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 DHexagonMCTargetDesc.cpp504 [[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 DHexagonAsmBackend.cpp447 [[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 Dparser_std_format_spec.h180 [[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 DTextStubCommon.cpp67 [[fallthrough]]; in output()
72 [[fallthrough]]; in output()
77 [[fallthrough]]; in output()
/freebsd-14.2/contrib/tcpdump/
H A Dnetdissect-stdinc.h376 #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 DMipsExpandPseudo.cpp350 [[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 Dalways-compiler-options.m4185 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 DAArch64.cpp409 [[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 Dsanitizer_internal_defs.h266 #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 Dtxrx.h354 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 Dtest.h37 #define __LA_FALLTHROUGH __attribute__((fallthrough))

12345678910>>...20