Searched refs:CondType (Results 1 – 1 of 1) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 380 QualType CondType = CondExpr->getType(); in ActOnCaseStmt() local 382 return CheckConvertedConstantExpression(E, CondType, TempVal, in ActOnCaseStmt() 728 QualType CondType = CondExpr->getType(); in ActOnFinishSwitchStmt() local 745 if (!CondType->isIntegralOrEnumerationType()) in ActOnFinishSwitchStmt() 761 unsigned CondWidth = HasDependentValue ? 0 : Context.getIntWidth(CondType); in ActOnFinishSwitchStmt() 762 bool CondIsSigned = CondType->isSignedIntegerOrEnumerationType(); in ActOnFinishSwitchStmt() 819 CheckConvertedConstantExpression(Lo, CondType, LoVal, CCEK_CaseValue); in ActOnFinishSwitchStmt() 833 Lo = ImpCastExprToType(Lo, CondType, CK_IntegralCast).get(); in ActOnFinishSwitchStmt() 936 CheckConvertedConstantExpression(Hi, CondType, HiVal, in ActOnFinishSwitchStmt() 949 Hi = ImpCastExprToType(Hi, CondType, CK_IntegralCast).get(); in ActOnFinishSwitchStmt()
|