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

/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
H A Dasltransform.c1046 goto NextCase;
1097 goto NextCase;
1108 NextCase:
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1319 const CaseStmt *NextCase = dyn_cast<CaseStmt>(S.getSubStmt()); local
1322 while (NextCase && NextCase->getRHS() == nullptr) {
1323 CurCase = NextCase;
1328 SwitchWeights->push_back(getProfileCount(NextCase));
1335 NextCase = dyn_cast<CaseStmt>(CurCase->getSubStmt());

Completed in 123 milliseconds