OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NextCase
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
asltransform.c
943
goto
NextCase
;
994
goto
NextCase
;
1005
NextCase
:
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp
1460
const CaseStmt *
NextCase
= dyn_cast<CaseStmt>(S.getSubStmt());
1463
while (
NextCase
&&
NextCase
->getRHS() == nullptr) {
1464
CurCase =
NextCase
;
1469
SwitchWeights->push_back(getProfileCount(
NextCase
));
1480
NextCase
= dyn_cast<CaseStmt>(CurCase->getSubStmt());
Completed in 50 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026