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

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DInstructions.h3246 typedef CaseIteratorImpl<ConstCaseHandle> ConstCaseIt; typedef in class:llvm::SwitchInst
3288 ConstCaseIt case_begin() const {
3289 return ConstCaseIt(this, 0);
3300 ConstCaseIt case_end() const {
3301 return ConstCaseIt(this, getNumCases());
3310 iterator_range<ConstCaseIt> cases() const {
3322 ConstCaseIt case_default() const {
3323 return ConstCaseIt(this, DefaultPseudoIndex);
3338 ConstCaseIt findCaseValue(const ConstantInt *C) const {
3339 ConstCaseIt
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DInstructions.h3246 typedef CaseIteratorImpl<ConstCaseHandle> ConstCaseIt; typedef in class:llvm::SwitchInst
3288 ConstCaseIt case_begin() const {
3289 return ConstCaseIt(this, 0);
3300 ConstCaseIt case_end() const {
3301 return ConstCaseIt(this, getNumCases());
3310 iterator_range<ConstCaseIt> cases() const {
3322 ConstCaseIt case_default() const {
3323 return ConstCaseIt(this, DefaultPseudoIndex);
3338 ConstCaseIt findCaseValue(const ConstantInt *C) const {
3339 ConstCaseIt
[all...]

Completed in 103 milliseconds