HomeSort by relevance Sort by last modified time
    Searched refs:FirstCase (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/AST/
Stmt.h 946 llvm::PointerIntPair<SwitchCase *, 1, bool> FirstCase;
974 const SwitchCase *getSwitchCaseList() const { return FirstCase.getPointer(); }
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 211 SwitchInst::CaseIt FirstCase = SI->case_begin();
213 FirstCase.getCaseValue(), "cond");
217 FirstCase.getCaseSuccessor(),
    [all...]
SimplifyCFG.cpp     [all...]
  /external/clang/lib/AST/
Stmt.cpp 820 : Stmt(SwitchStmtClass), FirstCase(nullptr, false) {
    [all...]

Completed in 83 milliseconds