Searched refs:CondType (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 712 QualType CondType = CondExpr->getType(); in ActOnFinishSwitchStmt() local 729 if (!CondType->isIntegralOrEnumerationType()) in ActOnFinishSwitchStmt() 796 CheckConvertedConstantExpression(Lo, CondType, LoVal, CCEK_CaseValue); in ActOnFinishSwitchStmt() 810 Lo = ImpCastExprToType(Lo, CondType, CK_IntegralCast).get(); in ActOnFinishSwitchStmt() 916 CheckConvertedConstantExpression(Hi, CondType, HiVal, in ActOnFinishSwitchStmt() 929 Hi = ImpCastExprToType(Hi, CondType, CK_IntegralCast).get(); in ActOnFinishSwitchStmt()
|