Home
last modified time | relevance | path

Searched refs:NextCase (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Dasltransform.c943 goto NextCase; in TrCheckForDuplicateCase()
994 goto NextCase; in TrCheckForDuplicateCase()
1005 NextCase: in TrCheckForDuplicateCase()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp1460 const CaseStmt *NextCase = dyn_cast<CaseStmt>(S.getSubStmt()); in EmitCaseStmt() local
1463 while (NextCase && NextCase->getRHS() == nullptr) { in EmitCaseStmt()
1464 CurCase = NextCase; in EmitCaseStmt()
1469 SwitchWeights->push_back(getProfileCount(NextCase)); in EmitCaseStmt()
1480 NextCase = dyn_cast<CaseStmt>(CurCase->getSubStmt()); in EmitCaseStmt()