Searched defs:case_end (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DInstructions.h2573 CaseIt case_end() { function in class:llvm::SwitchInst
2578 ConstCaseIt case_end() const { function in class:llvm::SwitchInst
2598 for (CaseIt i = case_begin(), e = case_end(); i != e; ++i)
2604 for (ConstCaseIt i = case_begin(), e = case_end(); i != e; ++i)
2616 for (CaseIt i = case_begin(), e = case_end(); i != e; ++i) {
2627 /// This action invalidates case_end(). Old case_end() iterator will
2633 /// This action invalidates case_end(). Old case_end() iterator will
2642 /// including the case_end() iterato
[all...]

Completed in 236 milliseconds