Home
last modified time | relevance | path

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

/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/SandboxIR/
DSandboxIR.h2162 CaseIt case_end() { return CaseIt(this, getNumCases()); } in case_end() function
2163 ConstCaseIt case_end() const { return ConstCaseIt(this, getNumCases()); } in case_end() function