Home
last modified time | relevance | path

Searched refs:CRHi (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaStmt.cpp926 llvm::APSInt &CRHi = HiVals[i]; in ActOnFinishSwitchStmt() local
939 if (I != CaseVals.end() && I->first < CRHi) { in ActOnFinishSwitchStmt()
945 I = std::upper_bound(I, CaseVals.end(), CRHi, CaseCompareFunctor()); in ActOnFinishSwitchStmt()