Home
last modified time | relevance | path

Searched refs:Fallthrough (Results 1 – 15 of 15) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DfallFromLastCase2.errors.txt1 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.
DreachabilityChecks4.errors.txt1 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.
DjsFileCompilationBindReachabilityErrors.errors.txt1 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/
DMachineBasicBlock.cpp827 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()
DModuloSchedule.cpp1931 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/
Dbuilder_switch_test.cc294 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/
DIRTranslator.cpp651 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/
DIRTranslator.h311 MachineBasicBlock *Fallthrough,
316 MachineBasicBlock *Fallthrough,
/third_party/flutter/skia/site/dev/contrib/
Dstyle.md266 Fallthrough from one case to the next is commented unless it is trivial:
/third_party/skia/site/docs/dev/contrib/
Dstyle.md296 Fallthrough from one case to the next is annotated with `[[fallthrough]]`.
/third_party/skia/third_party/externals/tint/src/
Dprogram_builder.h2259 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/
DSelectionDAGBuilder.cpp10202 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/
Ddependency_graph_test.cc1297 Block(Fallthrough())), // in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp783 void CallBrInst::init(FunctionType *FTy, Value *Fn, BasicBlock *Fallthrough, in init() argument
795 setDefaultDest(Fallthrough); in init()
/third_party/node/tools/
Dlint-md.mjs19700 // Fallthrough.