Home
last modified time | relevance | path

Searched refs:isIntegralOrUnscopedEnumerationType (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp372 if (!FPT->getParamType(2)->isIntegralOrUnscopedEnumerationType()) in checkCall_bcmp()
414 if (!FPT->getParamType(2)->isIntegralOrUnscopedEnumerationType()) in checkCall_bcopy()
455 if (!FPT->getParamType(1)->isIntegralOrUnscopedEnumerationType()) in checkCall_bzero()
525 if (!FPT->getParamType(0)->isIntegralOrUnscopedEnumerationType()) in checkCall_getpw()
870 if (! PT->getPointeeType()->isIntegralOrUnscopedEnumerationType()) in checkCall_rand()
1036 if (!FTP->getParamType(i)->isIntegralOrUnscopedEnumerationType()) in checkUncheckedReturnValue()
H A DMallocSizeofChecker.cpp196 if (!(*ai)->getType()->isIntegralOrUnscopedEnumerationType()) in checkASTCodeBody()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp966 if (T->isIntegralOrUnscopedEnumerationType() && in VisitNonLocSymbolVal()
967 CastTy->isIntegralOrUnscopedEnumerationType()) { in VisitNonLocSymbolVal()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLambda.cpp680 assert(returnType->isIntegralOrUnscopedEnumerationType()); in adjustBlockReturnsToEnum()
681 assert(retValue->getType()->isIntegralOrUnscopedEnumerationType()); in adjustBlockReturnsToEnum()
H A DSemaOverload.cpp331 if (FromType->isIntegralOrUnscopedEnumerationType()) in getNarrowingKind()
346 } else if (FromType->isIntegralOrUnscopedEnumerationType() && in getNarrowingKind()
423 assert(FromType->isIntegralOrUnscopedEnumerationType()); in getNarrowingKind()
424 assert(ToType->isIntegralOrUnscopedEnumerationType()); in getNarrowingKind()
1856 } else if (FromType->isIntegralOrUnscopedEnumerationType() && in IsStandardConversion()
1895 (FromType->isIntegralOrUnscopedEnumerationType() && in IsStandardConversion()
5636 return SCS.getFromType()->isIntegralOrUnscopedEnumerationType() && in CheckConvertedConstantConversions()
5944 : T->isIntegralOrUnscopedEnumerationType(); in match()
13768 FnDecl->getReturnType()->isIntegralOrUnscopedEnumerationType(); in CreateOverloadedBinOp()
H A DSemaExpr.cpp820 if (Ty->isIntegralOrUnscopedEnumerationType()) { in UsualUnaryConversions()
4798 if (RTy->isIntegralOrUnscopedEnumerationType()) { in getDependentArraySubscriptType()
4803 } else if (LTy->isIntegralOrUnscopedEnumerationType()) { in getDependentArraySubscriptType()
11066 IndexExpr->getType()->isIntegralOrUnscopedEnumerationType(); in diagnoseStringPlusInt()
13282 if (!compType.isNull() && compType->isIntegralOrUnscopedEnumerationType()) in CheckBitwiseOperands()
17255 if (!E->getType()->isIntegralOrUnscopedEnumerationType()) in VerifyIntegerConstantExpression()
17257 } else if (!E->getType()->isIntegralOrUnscopedEnumerationType()) { in VerifyIntegerConstantExpression()
H A DSemaType.cpp2334 !ArraySize->getType()->isIntegralOrUnscopedEnumerationType())) { in checkArraySize()
2485 !ArraySize->getType()->isIntegralOrUnscopedEnumerationType()) { in BuildArrayType()
H A DSemaExprCXX.cpp2173 if (!SizeType->isIntegralOrUnscopedEnumerationType()) in BuildCXXNew()
H A DSemaInit.cpp4506 (E->getType()->isIntegralOrUnscopedEnumerationType() || in TryListInitialization()
H A DSemaChecking.cpp10117 if (ExprTy->isIntegralOrUnscopedEnumerationType() && in checkFormatExpr()
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp1943 bool Type::isIntegralOrUnscopedEnumerationType() const { in isIntegralOrUnscopedEnumerationType() function in Type
H A DExprConstant.cpp15735 if (!E->getType()->isIntegralOrUnscopedEnumerationType()) { in EvaluateCPlusPlus11IntegralConstantExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h2061 bool isIntegralOrUnscopedEnumerationType() const;