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()
190 if (!(*ai)->getType()->isIntegralOrUnscopedEnumerationType()) in checkASTCodeBody()
599 assert(returnType->isIntegralOrUnscopedEnumerationType()); in adjustBlockReturnsToEnum()600 assert(retValue->getType()->isIntegralOrUnscopedEnumerationType()); in adjustBlockReturnsToEnum()
395 if (!FromType->isIntegralOrUnscopedEnumerationType()) { in getNarrowingKind()401 assert(FromType->isIntegralOrUnscopedEnumerationType()); in getNarrowingKind()402 assert(ToType->isIntegralOrUnscopedEnumerationType()); in getNarrowingKind()1598 } else if (FromType->isIntegralOrUnscopedEnumerationType() && in IsStandardConversion()1618 (FromType->isIntegralOrUnscopedEnumerationType() && in IsStandardConversion()4939 return SCS.getFromType()->isIntegralOrUnscopedEnumerationType() && in CheckConvertedConstantConversions()5151 : T->isIntegralOrUnscopedEnumerationType(); in match()
1585 !ArraySize->getType()->isIntegralOrUnscopedEnumerationType()) { in BuildArrayType()1605 !ArraySize->getType()->isIntegralOrUnscopedEnumerationType()) { in BuildArrayType()
689 if (Ty->isIntegralOrUnscopedEnumerationType()) { in UsualUnaryConversions()7165 IndexExpr->getType()->isIntegralOrUnscopedEnumerationType(); in diagnoseStringPlusInt()8346 if (!compType.isNull() && compType->isIntegralOrUnscopedEnumerationType()) in CheckBitwiseOperands()11138 if (!E->getType()->isIntegralOrUnscopedEnumerationType()) in VerifyIntegerConstantExpression()11140 } else if (!E->getType()->isIntegralOrUnscopedEnumerationType()) { in VerifyIntegerConstantExpression()
1342 if (!SizeType->isIntegralOrUnscopedEnumerationType()) in BuildCXXNew()
3151 if (ExprTy->isIntegralOrUnscopedEnumerationType() && in checkFormatExpr()
649 bool Type::isIntegralOrUnscopedEnumerationType() const { in isIntegralOrUnscopedEnumerationType() function in Type
1503 bool isIntegralOrUnscopedEnumerationType() const;