Searched refs:CondType (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 392 QualType CondType = CondExpr->getType(); in ActOnCaseStmt() local 394 return CheckConvertedConstantExpression(E, CondType, TempVal, in ActOnCaseStmt() 753 QualType CondType = CondExpr->getType(); in ActOnFinishSwitchStmt() local 770 if (!CondType->isIntegralOrEnumerationType()) in ActOnFinishSwitchStmt() 786 unsigned CondWidth = HasDependentValue ? 0 : Context.getIntWidth(CondType); in ActOnFinishSwitchStmt() 787 bool CondIsSigned = CondType->isSignedIntegerOrEnumerationType(); in ActOnFinishSwitchStmt() 844 CheckConvertedConstantExpression(Lo, CondType, LoVal, CCEK_CaseValue); in ActOnFinishSwitchStmt() 858 Lo = ImpCastExprToType(Lo, CondType, CK_IntegralCast).get(); in ActOnFinishSwitchStmt() 961 CheckConvertedConstantExpression(Hi, CondType, HiVal, in ActOnFinishSwitchStmt() 974 Hi = ImpCastExprToType(Hi, CondType, CK_IntegralCast).get(); in ActOnFinishSwitchStmt()
|
/external/swiftshader/third_party/subzero/src/ |
D | PNaClTranslator.cpp | 2274 Ice::Type CondType = CondVal->getType(); in ProcessRecord() local 2275 if (isVectorType(CondType)) { in ProcessRecord() 2277 typeElementType(CondType) != Ice::IceType_i1 || in ProcessRecord() 2278 typeNumElements(ThenType) != typeNumElements(CondType)) { in ProcessRecord() 2281 StrBuf << "Select condition type " << CondType in ProcessRecord()
|