| /openbsd-src/gnu/llvm/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 …]
|
| /openbsd-src/gnu/llvm/libcxxabi/src/demangle/ |
| H A D | DemangleConfig.h | 80 #if __cplusplus > 201402L && __has_cpp_attribute(fallthrough) 81 #define DEMANGLE_FALLTHROUGH [[fallthrough]] 82 #elif __has_cpp_attribute(gnu::fallthrough) 83 #define DEMANGLE_FALLTHROUGH [[gnu::fallthrough]] 88 #elif __has_cpp_attribute(clang::fallthrough) 89 #define DEMANGLE_FALLTHROUGH [[clang::fallthrough]]
|
| /openbsd-src/gnu/llvm/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]]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | Compiler.h | 261 #if defined(__cplusplus) && __cplusplus > 201402L && LLVM_HAS_CPP_ATTRIBUTE(fallthrough) 262 #define LLVM_FALLTHROUGH [[fallthrough]] 263 #elif LLVM_HAS_CPP_ATTRIBUTE(gnu::fallthrough) 264 #define LLVM_FALLTHROUGH [[gnu::fallthrough]] 265 #elif __has_attribute(fallthrough) 266 #define LLVM_FALLTHROUGH __attribute__((fallthrough)) 267 #elif LLVM_HAS_CPP_ATTRIBUTE(clang::fallthrough) 268 #define LLVM_FALLTHROUGH [[clang::fallthrough]]
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/Targets/ |
| H A D | AMDGPU.cpp | 240 [[fallthrough]]; in initFeatureMap() 257 [[fallthrough]]; in initFeatureMap() 260 [[fallthrough]]; in initFeatureMap() 267 [[fallthrough]]; in initFeatureMap() 273 [[fallthrough]]; in initFeatureMap() 280 [[fallthrough]]; in initFeatureMap() 290 [[fallthrough]]; in initFeatureMap() 298 [[fallthrough]]; in initFeatureMap()
|
| H A D | X86.cpp | 467 [[fallthrough]]; in getTargetDefines() 476 [[fallthrough]]; in getTargetDefines() 480 [[fallthrough]]; in getTargetDefines() 554 [[fallthrough]]; in getTargetDefines() 563 [[fallthrough]]; in getTargetDefines() 692 [[fallthrough]]; in getTargetDefines() 695 [[fallthrough]]; in getTargetDefines() 698 [[fallthrough]]; in getTargetDefines() 832 [[fallthrough]]; in getTargetDefines() 835 [[fallthrough]]; in getTargetDefines() [all …]
|
| H A D | WebAssembly.cpp | 112 [[fallthrough]]; in setSIMDLevel() 115 [[fallthrough]]; in setSIMDLevel() 126 [[fallthrough]]; in setSIMDLevel()
|
| /openbsd-src/gnu/llvm/clang/lib/Interpreter/ |
| H A D | IncrementalParser.cpp | 62 [[fallthrough]]; in IncrementalAction() 64 [[fallthrough]]; in IncrementalAction() 69 [[fallthrough]]; in IncrementalAction() 71 [[fallthrough]]; in IncrementalAction() 73 [[fallthrough]]; in IncrementalAction() 75 [[fallthrough]]; in IncrementalAction() 77 [[fallthrough]]; in IncrementalAction()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.cpp | 119 case SPCC::CPCC_3: [[fallthrough]]; in GetOppositeBranchCondition() 120 case SPCC::CPCC_2: [[fallthrough]]; in GetOppositeBranchCondition() 121 case SPCC::CPCC_23: [[fallthrough]]; in GetOppositeBranchCondition() 122 case SPCC::CPCC_1: [[fallthrough]]; in GetOppositeBranchCondition() 123 case SPCC::CPCC_13: [[fallthrough]]; in GetOppositeBranchCondition() 124 case SPCC::CPCC_12: [[fallthrough]]; in GetOppositeBranchCondition() 125 case SPCC::CPCC_123: [[fallthrough]]; in GetOppositeBranchCondition() 126 case SPCC::CPCC_0: [[fallthrough]]; in GetOppositeBranchCondition() 127 case SPCC::CPCC_03: [[fallthrough]]; in GetOppositeBranchCondition() 128 case SPCC::CPCC_02: [[fallthrough]]; in GetOppositeBranchCondition() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARC/ |
| H A D | ARCRegisterInfo.cpp | 85 [[fallthrough]]; in replaceFrameIndex() 89 [[fallthrough]]; in replaceFrameIndex() 100 [[fallthrough]]; in replaceFrameIndex() 103 [[fallthrough]]; in replaceFrameIndex()
|
| /openbsd-src/gnu/llvm/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 | 448 [[fallthrough]]; in applyFixup() 458 [[fallthrough]]; in applyFixup() 470 [[fallthrough]]; in applyFixup() 481 [[fallthrough]]; in applyFixup() 493 [[fallthrough]]; in applyFixup() 591 [[fallthrough]]; in fixupNeedsRelaxationAdvanced()
|
| /openbsd-src/gnu/llvm/libcxx/include/__chrono/ |
| H A D | parser_std_format_spec.h | 178 [[fallthrough]]; in __parse_chrono_specs() 234 [[fallthrough]]; in __parse_conversion_spec() 256 [[fallthrough]]; in __parse_conversion_spec() 270 [[fallthrough]]; in __parse_conversion_spec()
|
| /openbsd-src/gnu/llvm/llvm/lib/TextAPI/ |
| H A D | TextStubCommon.cpp | 67 [[fallthrough]]; in output() 72 [[fallthrough]]; in output() 77 [[fallthrough]]; in output()
|
| /openbsd-src/gnu/llvm/lld/ELF/Arch/ |
| H A D | AArch64.cpp | 389 [[fallthrough]]; in relocate() 406 [[fallthrough]]; in relocate() 450 [[fallthrough]]; in relocate() 456 [[fallthrough]]; in relocate() 462 [[fallthrough]]; in relocate() 473 [[fallthrough]]; in relocate() 482 [[fallthrough]]; in relocate() 491 [[fallthrough]]; in relocate()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_internal_defs.h | 262 #if __has_cpp_attribute(clang::fallthrough) 263 # define FALLTHROUGH [[clang::fallthrough]] 264 #elif __has_cpp_attribute(fallthrough) 265 # define FALLTHROUGH [[fallthrough]]
|
| /openbsd-src/gnu/llvm/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 …]
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | IntrinsicEmitter.cpp | 364 case MVT::iPTRAny: ++Tmp; [[fallthrough]]; in EncodeFixedType() 365 case MVT::vAny: ++Tmp; [[fallthrough]]; in EncodeFixedType() 366 case MVT::fAny: ++Tmp; [[fallthrough]]; in EncodeFixedType() 367 case MVT::iAny: ++Tmp; [[fallthrough]]; in EncodeFixedType() 447 [[fallthrough]]; in UpdateArgCodes() 450 [[fallthrough]]; in UpdateArgCodes() 453 [[fallthrough]]; in UpdateArgCodes() 456 [[fallthrough]]; in UpdateArgCodes()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGAtomic.cpp | 612 [[fallthrough]]; in EmitAtomicOp() 624 [[fallthrough]]; in EmitAtomicOp() 634 [[fallthrough]]; in EmitAtomicOp() 645 [[fallthrough]]; in EmitAtomicOp() 656 [[fallthrough]]; in EmitAtomicOp() 666 [[fallthrough]]; in EmitAtomicOp() 676 [[fallthrough]]; in EmitAtomicOp() 686 [[fallthrough]]; in EmitAtomicOp() 917 [[fallthrough]]; in EmitAtomicExpr() 923 [[fallthrough]]; in EmitAtomicExpr() [all …]
|
| /openbsd-src/sys/dev/pci/drm/i915/display/ |
| H A D | intel_combo_phy.c | 63 fallthrough; in icl_get_procmon_ref_values() 282 fallthrough; in intel_combo_phy_power_up_lanes() 299 fallthrough; in intel_combo_phy_power_up_lanes()
|
| /openbsd-src/gnu/llvm/llvm/utils/vscode/llvm/ |
| H A D | tsconfig.json | 14 …// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement.…
|
| /openbsd-src/gnu/llvm/llvm/lib/BinaryFormat/ |
| H A D | Magic.cpp | 197 [[fallthrough]]; in identify_magic() 203 [[fallthrough]]; in identify_magic()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | ScoreboardHazardRecognizer.cpp | 150 [[fallthrough]]; in getHazardType() 201 [[fallthrough]]; in EmitInstruction()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Target/ |
| H A D | CodeGenCWrappers.h | 30 [[fallthrough]]; in unwrap()
|