| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | PointerArithChecker.cpp | 299 if (!UOp->isIncrementDecrementOp() || !UOp->getType()->isPointerType()) in checkPreStmt() 328 if (Rhs->getType()->isIntegerType() && Lhs->getType()->isPointerType()) { in checkPreStmt() 335 if (Lhs->getType()->isIntegerType() && Rhs->getType()->isPointerType()) { in checkPreStmt()
|
| H A D | FixedAddressChecker.cpp | 44 if (!T->isPointerType()) in checkPreStmt()
|
| H A D | CheckSizeofPointer.cpp | 56 if (T->isPointerType()) { in VisitUnaryExprOrTypeTraitExpr()
|
| H A D | NonnullGlobalConstantsChecker.cpp | 125 if (Ty->isPointerType() && Ty->getPointeeType()->isCharType()) in isNonnullType()
|
| H A D | MallocSizeofChecker.cpp | 185 if (!CastedType->isPointerType()) in checkASTCodeBody()
|
| H A D | GenericTaintChecker.cpp | 163 if (!E->getType().getTypePtr()->isPointerType()) in isTaintedOrPointsToTainted() 443 if (!ArgTy->isPointerType()) in getPointedToSVal()
|
| H A D | NumberObjectConversionChecker.cpp | 137 assert(ObjT.getCanonicalType()->isPointerType()); in run()
|
| H A D | DeadStoresChecker.cpp | 284 if (T->isPointerType() || T->isObjCObjectPointerType()) { in observeStmt()
|
| H A D | ValistChecker.cpp | 173 Ty->isPointerType() && Ty->getPointeeType()->isRecordType(); in getVAListAsRegion()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 75 if (B->isAdditiveOp() && B->getType()->isPointerType()) { in peelOffPointerArithmetic() 76 if (B->getLHS()->getType()->isPointerType()) { in peelOffPointerArithmetic() 78 } else if (B->getRHS()->getType()->isPointerType()) { in peelOffPointerArithmetic() 120 (U->isIncrementDecrementOp() && U->getType()->isPointerType())) { in getDerefExpr() 2045 if (OriginalTy->isPointerType()) { in patternMatch() 2158 if (Ty->isPointerType()) in VisitConditionVariable() 2201 if (VDTy->isPointerType()) in VisitTrueTest()
|
| H A D | RetainSummaryManager.cpp | 205 if (RetTy->isPointerType()) { in getSummaryForOSObject() 364 if (RetTy->isPointerType()) { in getSummaryForObjCOrCFObject() 671 } else if (ResultTy->isPointerType()) { in canEval()
|
| H A D | Store.cpp | 424 if (castTy->isPointerType() && !castTy->isVoidPointerType()) in CastRetrievedVal()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedPointee.cpp | 52 if (getDecl()->getType()->isPointerType()) in printSeparator()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaFixItUtils.cpp | 183 if (T.isPointerType() || T.isMemberPointerType()) { in getScalarZeroExpressionForType()
|
| H A D | SemaExceptionSpec.cpp | 662 if (HandlerType->isPointerType() || HandlerType->isMemberPointerType()) { in handlerCanCatch() 687 if (!ExceptionType->isPointerType() || !HandlerType->isPointerType()) in handlerCanCatch()
|
| H A D | SemaExpr.cpp | 5248 if (!ParamType->isPointerType() || in rewriteBuiltinFunctionDecl() 5250 !ArgType->isPointerType() || in rewriteBuiltinFunctionDecl() 5975 assert(type->isPointerType()); in PrepareCastToObjCObjectPointer() 6332 if (SrcTy->isPointerType()) in CheckExtVectorCast() 7128 if (LHSTy->isPointerType() && RHSTy->isPointerType()) in CheckConditionalOperands() 7377 if (E->getType()->isPointerType()) in ExprLooksBoolean() 8178 if (RHSType->isPointerType()) in CheckTransparentUnionArgumentConstraints() 8894 if (!LHSTy->isPointerType() || RHSTy->isPointerType()) in DiagnoseDivisionSizeofPointer() 9719 assert(LHSType->isPointerType() || RHSType->isPointerType() || in convertPointersToCompositeType() 10336 if (CompositeTy->isPointerType()) { in CheckCompareOperands() [all …]
|
| H A D | SemaStmtAsm.cpp | 578 if (InTy->isIntegerType() || InTy->isPointerType()) in ActOnGCCAsmStmt() 585 if (OutTy->isIntegerType() || OutTy->isPointerType()) in ActOnGCCAsmStmt()
|
| H A D | SemaChecking.cpp | 319 if (!ChainResult.get()->getType()->isPointerType()) { in SemaBuiltinCallWithStaticChain() 613 !(Arg5->getType()->isPointerType() && in SemaOpenCLBuiltinEnqueueKernel() 848 if (!RT->isPointerType() || RT->getPointeeType() in SemaOpenCLBuiltinToAddr() 905 if (!ParamTy->isPointerType()) in SemaBuiltinLaunder() 1256 if (!PtrArgType->isPointerType() || in CheckBuiltinFunctionCall() 1267 if (!FnPtrArgType->isPointerType()) { in CheckBuiltinFunctionCall() 4554 && !ValType->isPointerType()) { in SemaAtomicOpsOverloaded() 4572 if (IsC11 && ValType->isPointerType() && in SemaAtomicOpsOverloaded() 5491 if (!Arg1Ty->isPointerType() || in SemaBuiltinVAStartARMMicrosoft() 11542 if (!ReturnType->isPointerType()) { in DiagnoseAlwaysNonNullPointer() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | Expr.cpp | 1635 assert(getSubExpr()->getType()->isPointerType()); in CastConsistency() 1652 if (!getType()->isPointerType()) { in CastConsistency() 1672 assert(getType()->isPointerType()); in CastConsistency() 1968 if (LHS->getType()->isPointerType()) { in isNullPointerArithmeticExtension() 1972 } else if (RHS->getType()->isPointerType()) { in isNullPointerArithmeticExtension() 2516 return T->isPointerType() && in isOBJCGCCandidate() 2741 if ((E->getType()->isPointerType() || in IgnoreParenNoopCasts() 2743 (SE->getType()->isPointerType() || in IgnoreParenNoopCasts() 3683 return getBase()->getType()->isPointerType(); in isArrow()
|
| H A D | ScanfFormatString.cpp | 418 if (!QT->isPointerType()) in fixType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | Consumed.cpp | 145 if (QT->isPointerType() || QT->isReferenceType()) in isConsumableType() 155 if (QT->isPointerType() || QT->isReferenceType()) in isAutoCastType() 191 return ParamType->isPointerType() || ParamType->isReferenceType(); in isPointerOrRef()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGExprAgg.cpp | 401 if (!Field->getType()->isPointerType() || in VisitCXXStdInitializerListExpr() 425 if (Field->getType()->isPointerType() && in VisitCXXStdInitializerListExpr() 935 if (ArgTy->isIntegralOrEnumerationType() || ArgTy->isPointerType()) { in EmitCompare() 964 !ArgTy->isNullPtrType() && !ArgTy->isPointerType() && in VisitBinCmp()
|
| H A D | CodeGenTBAA.cpp | 161 if (Ty->isPointerType() || Ty->isReferenceType()) in getTypeInfoHelper()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| H A D | TransUnbridgedCasts.cpp | 127 if (E->getSubExpr()->getType()->isPointerType()) { in transformNonObjCToObjCCast()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Overload.h | 821 while (STy->isPointerType() || STy->isReferenceType()) in getNumParams()
|