HomeSort by: relevance | last modified time | path
    Searched defs:case_begin (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h 3389 CaseIt case_begin() { function in class:llvm::CallInst::SwitchInst
3395 ConstCaseIt case_begin() const { function in class:llvm::CallInst::SwitchInst
3413 return make_range(case_begin(), case_end());
3418 return make_range(case_begin(), case_end());

Completed in 30 milliseconds