Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmt.cpp667 QualType CondType = CondExpr->getType(); in ActOnFinishSwitchStmt() local
684 if (!CondType->isIntegralOrEnumerationType()) in ActOnFinishSwitchStmt()
751 CheckConvertedConstantExpression(Lo, CondType, LoVal, CCEK_CaseValue); in ActOnFinishSwitchStmt()
765 Lo = ImpCastExprToType(Lo, CondType, CK_IntegralCast).take(); in ActOnFinishSwitchStmt()
871 CheckConvertedConstantExpression(Hi, CondType, HiVal, in ActOnFinishSwitchStmt()
884 Hi = ImpCastExprToType(Hi, CondType, CK_IntegralCast).take(); in ActOnFinishSwitchStmt()