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()
600 assert(returnType->isIntegralOrUnscopedEnumerationType()); in adjustBlockReturnsToEnum()601 assert(retValue->getType()->isIntegralOrUnscopedEnumerationType()); in adjustBlockReturnsToEnum()
308 if (FromType->isIntegralOrUnscopedEnumerationType()) in getNarrowingKind()388 assert(FromType->isIntegralOrUnscopedEnumerationType()); in getNarrowingKind()389 assert(ToType->isIntegralOrUnscopedEnumerationType()); in getNarrowingKind()1661 } else if (FromType->isIntegralOrUnscopedEnumerationType() && in IsStandardConversion()1695 (FromType->isIntegralOrUnscopedEnumerationType() && in IsStandardConversion()5085 return SCS.getFromType()->isIntegralOrUnscopedEnumerationType() && in CheckConvertedConstantConversions()5329 : T->isIntegralOrUnscopedEnumerationType(); in match()
777 if (Ty->isIntegralOrUnscopedEnumerationType()) { in UsualUnaryConversions()8260 IndexExpr->getType()->isIntegralOrUnscopedEnumerationType(); in diagnoseStringPlusInt()9546 if (!compType.isNull() && compType->isIntegralOrUnscopedEnumerationType()) in CheckBitwiseOperands()12696 if (!E->getType()->isIntegralOrUnscopedEnumerationType()) in VerifyIntegerConstantExpression()12698 } else if (!E->getType()->isIntegralOrUnscopedEnumerationType()) { in VerifyIntegerConstantExpression()
2168 !ArraySize->getType()->isIntegralOrUnscopedEnumerationType()) { in BuildArrayType()2188 !ArraySize->getType()->isIntegralOrUnscopedEnumerationType()) { in BuildArrayType()
1682 if (!SizeType->isIntegralOrUnscopedEnumerationType()) in BuildCXXNew()
5176 if (ExprTy->isIntegralOrUnscopedEnumerationType() && in checkFormatExpr()
1639 bool Type::isIntegralOrUnscopedEnumerationType() const { in isIntegralOrUnscopedEnumerationType() function in Type
1640 bool isIntegralOrUnscopedEnumerationType() const;