Searched refs:isIntegralOrUnscopedEnumerationType (Results 1 – 10 of 10) sorted by relevance
355 if (!FPT->getParamType(0)->isIntegralOrUnscopedEnumerationType()) in checkCall_getpw()604 if (! PT->getPointeeType()->isIntegralOrUnscopedEnumerationType()) in checkCall_rand()722 if (!FTP->getParamType(i)->isIntegralOrUnscopedEnumerationType()) in checkUncheckedReturnValue()
193 if (!(*ai)->getType()->isIntegralOrUnscopedEnumerationType()) in checkASTCodeBody()
599 assert(returnType->isIntegralOrUnscopedEnumerationType()); in adjustBlockReturnsToEnum()600 assert(retValue->getType()->isIntegralOrUnscopedEnumerationType()); in adjustBlockReturnsToEnum()
300 if (FromType->isIntegralOrUnscopedEnumerationType()) in getNarrowingKind()380 assert(FromType->isIntegralOrUnscopedEnumerationType()); in getNarrowingKind()381 assert(ToType->isIntegralOrUnscopedEnumerationType()); in getNarrowingKind()1609 } else if (FromType->isIntegralOrUnscopedEnumerationType() && in IsStandardConversion()1629 (FromType->isIntegralOrUnscopedEnumerationType() && in IsStandardConversion()5025 return SCS.getFromType()->isIntegralOrUnscopedEnumerationType() && in CheckConvertedConstantConversions()5269 : T->isIntegralOrUnscopedEnumerationType(); in match()
765 if (Ty->isIntegralOrUnscopedEnumerationType()) { in UsualUnaryConversions()7824 IndexExpr->getType()->isIntegralOrUnscopedEnumerationType(); in diagnoseStringPlusInt()9109 if (!compType.isNull() && compType->isIntegralOrUnscopedEnumerationType()) in CheckBitwiseOperands()12155 if (!E->getType()->isIntegralOrUnscopedEnumerationType()) in VerifyIntegerConstantExpression()12157 } else if (!E->getType()->isIntegralOrUnscopedEnumerationType()) { in VerifyIntegerConstantExpression()
2047 !ArraySize->getType()->isIntegralOrUnscopedEnumerationType()) { in BuildArrayType()2067 !ArraySize->getType()->isIntegralOrUnscopedEnumerationType()) { in BuildArrayType()
1449 if (!SizeType->isIntegralOrUnscopedEnumerationType()) in BuildCXXNew()
4292 if (ExprTy->isIntegralOrUnscopedEnumerationType() && in checkFormatExpr()
1633 bool Type::isIntegralOrUnscopedEnumerationType() const { in isIntegralOrUnscopedEnumerationType() function in Type
1608 bool isIntegralOrUnscopedEnumerationType() const;