Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1473 llvm::APSInt &CRHi = HiVals[i]; in ActOnFinishSwitchStmt() local
1485 if (I != CaseVals.end() && I->first < CRHi) { in ActOnFinishSwitchStmt()
1491 I = std::upper_bound(I, CaseVals.end(), CRHi, CaseCompareFunctor()); in ActOnFinishSwitchStmt()