OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FirstCase
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Utils/
Local.cpp
201
SwitchInst::CaseIt
FirstCase
= SI->case_begin();
203
FirstCase
.getCaseValue(), "cond");
207
FirstCase
.getCaseSuccessor(),
[
all
...]
/external/clang/include/clang/AST/
Stmt.h
940
SwitchCase *
FirstCase
;
974
const SwitchCase *getSwitchCaseList() const { return
FirstCase
; }
[
all
...]
Completed in 151 milliseconds