Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaStmt.cpp382 QualType CondType = CondExpr->getType(); in ActOnCaseStmt() local
384 return CheckConvertedConstantExpression(E, CondType, TempVal, in ActOnCaseStmt()
742 QualType CondType = CondExpr->getType(); in ActOnFinishSwitchStmt() local
759 if (!CondType->isIntegralOrEnumerationType()) in ActOnFinishSwitchStmt()
775 unsigned CondWidth = HasDependentValue ? 0 : Context.getIntWidth(CondType); in ActOnFinishSwitchStmt()
776 bool CondIsSigned = CondType->isSignedIntegerOrEnumerationType(); in ActOnFinishSwitchStmt()
833 CheckConvertedConstantExpression(Lo, CondType, LoVal, CCEK_CaseValue); in ActOnFinishSwitchStmt()
847 Lo = ImpCastExprToType(Lo, CondType, CK_IntegralCast).get(); in ActOnFinishSwitchStmt()
950 CheckConvertedConstantExpression(Hi, CondType, HiVal, in ActOnFinishSwitchStmt()
963 Hi = ImpCastExprToType(Hi, CondType, CK_IntegralCast).get(); in ActOnFinishSwitchStmt()