Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
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()
871 if (! PT->getPointeeType()->isIntegralOrUnscopedEnumerationType()) in checkCall_rand()
1037 if (!FTP->getParamType(i)->isIntegralOrUnscopedEnumerationType()) in checkUncheckedReturnValue()
DMallocSizeofChecker.cpp192 if (!(*ai)->getType()->isIntegralOrUnscopedEnumerationType()) in checkASTCodeBody()
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp355 if (!FPT->getParamType(0)->isIntegralOrUnscopedEnumerationType()) in checkCall_getpw()
604 if (! PT->getPointeeType()->isIntegralOrUnscopedEnumerationType()) in checkCall_rand()
722 if (!FTP->getParamType(i)->isIntegralOrUnscopedEnumerationType()) in checkUncheckedReturnValue()
DMallocSizeofChecker.cpp193 if (!(*ai)->getType()->isIntegralOrUnscopedEnumerationType()) in checkASTCodeBody()
/external/clang/lib/Sema/
DSemaLambda.cpp600 assert(returnType->isIntegralOrUnscopedEnumerationType()); in adjustBlockReturnsToEnum()
601 assert(retValue->getType()->isIntegralOrUnscopedEnumerationType()); in adjustBlockReturnsToEnum()
DSemaOverload.cpp308 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()
DSemaExpr.cpp777 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()
DSemaType.cpp2168 !ArraySize->getType()->isIntegralOrUnscopedEnumerationType()) { in BuildArrayType()
2188 !ArraySize->getType()->isIntegralOrUnscopedEnumerationType()) { in BuildArrayType()
DSemaExprCXX.cpp1682 if (!SizeType->isIntegralOrUnscopedEnumerationType()) in BuildCXXNew()
DSemaChecking.cpp5176 if (ExprTy->isIntegralOrUnscopedEnumerationType() && in checkFormatExpr()
/external/llvm-project/clang/lib/Sema/
DSemaLambda.cpp679 assert(returnType->isIntegralOrUnscopedEnumerationType()); in adjustBlockReturnsToEnum()
680 assert(retValue->getType()->isIntegralOrUnscopedEnumerationType()); in adjustBlockReturnsToEnum()
DSemaOverload.cpp332 if (FromType->isIntegralOrUnscopedEnumerationType()) in getNarrowingKind()
347 } else if (FromType->isIntegralOrUnscopedEnumerationType() && in getNarrowingKind()
424 assert(FromType->isIntegralOrUnscopedEnumerationType()); in getNarrowingKind()
425 assert(ToType->isIntegralOrUnscopedEnumerationType()); in getNarrowingKind()
1857 } else if (FromType->isIntegralOrUnscopedEnumerationType() && in IsStandardConversion()
1895 (FromType->isIntegralOrUnscopedEnumerationType() && in IsStandardConversion()
5571 return SCS.getFromType()->isIntegralOrUnscopedEnumerationType() && in CheckConvertedConstantConversions()
5883 : T->isIntegralOrUnscopedEnumerationType(); in match()
13600 FnDecl->getReturnType()->isIntegralOrUnscopedEnumerationType(); in CreateOverloadedBinOp()
DSemaExpr.cpp782 if (Ty->isIntegralOrUnscopedEnumerationType()) { in UsualUnaryConversions()
10413 IndexExpr->getType()->isIntegralOrUnscopedEnumerationType(); in diagnoseStringPlusInt()
12340 if (!compType.isNull() && compType->isIntegralOrUnscopedEnumerationType()) in CheckBitwiseOperands()
16104 if (!E->getType()->isIntegralOrUnscopedEnumerationType()) in VerifyIntegerConstantExpression()
16106 } else if (!E->getType()->isIntegralOrUnscopedEnumerationType()) { in VerifyIntegerConstantExpression()
DSemaType.cpp2252 !ArraySize->getType()->isIntegralOrUnscopedEnumerationType())) { in checkArraySize()
2403 !ArraySize->getType()->isIntegralOrUnscopedEnumerationType()) { in BuildArrayType()
DSemaExprCXX.cpp2084 if (!SizeType->isIntegralOrUnscopedEnumerationType()) in BuildCXXNew()
DSemaChecking.cpp8647 if (ExprTy->isIntegralOrUnscopedEnumerationType() && in checkFormatExpr()
/external/clang/lib/AST/
DType.cpp1639 bool Type::isIntegralOrUnscopedEnumerationType() const { in isIntegralOrUnscopedEnumerationType() function in Type
/external/llvm-project/clang/lib/AST/
DType.cpp1928 bool Type::isIntegralOrUnscopedEnumerationType() const { in isIntegralOrUnscopedEnumerationType() function in Type
DExprConstant.cpp15447 if (!E->getType()->isIntegralOrUnscopedEnumerationType()) { in EvaluateCPlusPlus11IntegralConstantExpr()
/external/clang/include/clang/AST/
DType.h1640 bool isIntegralOrUnscopedEnumerationType() const;
/external/llvm-project/clang/include/clang/AST/
DType.h1980 bool isIntegralOrUnscopedEnumerationType() const;