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

  /external/llvm/lib/Transforms/Utils/
Local.cpp 209 SwitchInst::CaseIt FirstCase = SI->case_begin();
211 FirstCase.getCaseValue(), "cond");
215 FirstCase.getCaseSuccessor(),
    [all...]
SimplifyCFG.cpp     [all...]
  /external/clang/include/clang/AST/
Stmt.h 954 llvm::PointerIntPair<SwitchCase *, 1, bool> FirstCase;
    [all...]

Completed in 79 milliseconds