/third_party/typescript/tests/baselines/reference/ |
D | fallFromLastCase2.errors.txt | 1 tests/cases/compiler/fallFromLastCase2.ts(8,9): error TS7029: Fallthrough case in switch. 2 tests/cases/compiler/fallFromLastCase2.ts(21,9): error TS7029: Fallthrough case in switch. 15 !!! error TS7029: Fallthrough case in switch. 30 !!! error TS7029: Fallthrough case in switch.
|
D | reachabilityChecks4.errors.txt | 1 tests/cases/compiler/reachabilityChecks4.ts(6,9): error TS7029: Fallthrough case in switch. 2 tests/cases/compiler/reachabilityChecks4.ts(22,9): error TS7029: Fallthrough case in switch. 13 !!! error TS7029: Fallthrough case in switch. 31 !!! error TS7029: Fallthrough case in switch.
|
D | jsFileCompilationBindReachabilityErrors.errors.txt | 1 tests/cases/compiler/a.js(3,9): error TS7029: Fallthrough case in switch. 11 !!! error TS7029: Fallthrough case in switch.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineBasicBlock.cpp | 827 MachineFunction::iterator Fallthrough = getIterator(); in getFallThrough() local 828 ++Fallthrough; in getFallThrough() 830 if (Fallthrough == getParent()->end()) in getFallThrough() 834 if (!isSuccessor(&*Fallthrough)) in getFallThrough() 848 ? &*Fallthrough in getFallThrough() 853 if (!TBB) return &*Fallthrough; in getFallThrough() 857 if (MachineFunction::iterator(TBB) == Fallthrough || in getFallThrough() 858 MachineFunction::iterator(FBB) == Fallthrough) in getFallThrough() 859 return &*Fallthrough; in getFallThrough() 867 return (FBB == nullptr) ? &*Fallthrough : nullptr; in getFallThrough()
|
D | ModuloSchedule.cpp | 1931 MachineBasicBlock *Fallthrough = *Prolog->succ_begin(); in fixupBranches() local 1940 TII->insertBranch(*Prolog, Epilog, Fallthrough, Cond, DebugLoc()); in fixupBranches() 1945 Prolog->removeSuccessor(Fallthrough); in fixupBranches() 1946 for (MachineInstr &P : Fallthrough->phis()) { in fixupBranches()
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
D | builder_switch_test.cc | 294 Block(Assign("v", 1), Fallthrough())), // in TEST_F() 420 Case(Expr(2), Block(Fallthrough())), // in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 651 MachineBasicBlock *Fallthrough, in lowerJumpTableWorkItem() argument 698 addSuccessorWithProb(CurMBB, Fallthrough, FallthroughProb); in lowerJumpTableWorkItem() 705 JT->Default = Fallthrough; // FIXME: Move Default to JumpTableHeader. in lowerJumpTableWorkItem() 717 MachineBasicBlock *Fallthrough, in lowerSwitchRangeWorkItem() argument 742 CaseBlock CB(Pred, FallthroughUnreachable, LHS, RHS, MHS, I->MBB, Fallthrough, in lowerSwitchRangeWorkItem() 795 MachineBasicBlock *Fallthrough; in lowerSwitchWorkItem() local 798 Fallthrough = DefaultMBB; in lowerSwitchWorkItem() 802 Fallthrough = CurMF->CreateMachineBasicBlock(CurMBB->getBasicBlock()); in lowerSwitchWorkItem() 803 CurMF->insert(BBI, Fallthrough); in lowerSwitchWorkItem() 814 UnhandledProbs, I, Fallthrough, in lowerSwitchWorkItem() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | IRTranslator.h | 311 MachineBasicBlock *Fallthrough, 316 MachineBasicBlock *Fallthrough,
|
/third_party/flutter/skia/site/dev/contrib/ |
D | style.md | 266 Fallthrough from one case to the next is commented unless it is trivial:
|
/third_party/skia/site/docs/dev/contrib/ |
D | style.md | 296 Fallthrough from one case to the next is annotated with `[[fallthrough]]`.
|
/third_party/skia/third_party/externals/tint/src/ |
D | program_builder.h | 2259 const ast::FallthroughStatement* Fallthrough(const Source& source) { in Fallthrough() function 2265 const ast::FallthroughStatement* Fallthrough() { in Fallthrough() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 10202 MachineBasicBlock *Fallthrough; in lowerWorkItem() local 10205 Fallthrough = DefaultMBB; in lowerWorkItem() 10209 Fallthrough = CurMF->CreateMachineBasicBlock(CurMBB->getBasicBlock()); in lowerWorkItem() 10210 CurMF->insert(BBI, Fallthrough); in lowerWorkItem() 10250 addSuccessorWithProb(CurMBB, Fallthrough, FallthroughProb); in lowerWorkItem() 10257 JT->Default = Fallthrough; // FIXME: Move Default to JumpTableHeader. in lowerWorkItem() 10276 BTB->Default = Fallthrough; in lowerWorkItem() 10321 CaseBlock CB(CC, LHS, RHS, MHS, I->MBB, Fallthrough, CurMBB, in lowerWorkItem() 10332 CurMBB = Fallthrough; in lowerWorkItem()
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
D | dependency_graph_test.cc | 1297 Block(Fallthrough())), // in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instructions.cpp | 783 void CallBrInst::init(FunctionType *FTy, Value *Fn, BasicBlock *Fallthrough, in init() argument 795 setDefaultDest(Fallthrough); in init()
|
/third_party/node/tools/ |
D | lint-md.mjs | 19700 // Fallthrough.
|