| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CastValueChecker.cpp | 215 if (CastToTy->isPointerType()) { in addCastTransition() 216 if (!CastFromTy->isPointerType()) in addCastTransition() 289 if (CastFromTy->isPointerType()) in addInstanceOfTransition() 481 if (!(ParamT->isPointerType() && ResultT->isPointerType()) && in evalCall()
|
| H A D | PointerArithChecker.cpp | 298 if (!UOp->isIncrementDecrementOp() || !UOp->getType()->isPointerType()) in checkPreStmt() 327 if (Rhs->getType()->isIntegerType() && Lhs->getType()->isPointerType()) { in checkPreStmt() 334 if (Lhs->getType()->isIntegerType() && Rhs->getType()->isPointerType()) { in checkPreStmt()
|
| H A D | FixedAddressChecker.cpp | 43 if (!T->isPointerType()) in checkPreStmt()
|
| H A D | CheckSizeofPointer.cpp | 55 if (T->isPointerType()) { in VisitUnaryExprOrTypeTraitExpr()
|
| H A D | NonnullGlobalConstantsChecker.cpp | 133 if (Ty->isPointerType() && Ty->getPointeeType()->isCharType()) in isNonnullType()
|
| H A D | NonNullParamChecker.cpp | 260 if (!Parameter->getType()->isPointerType()) in checkBeginFunction()
|
| H A D | MallocSizeofChecker.cpp | 188 if (!CastedType->isPointerType()) in checkASTCodeBody()
|
| H A D | NumberObjectConversionChecker.cpp | 136 assert(ObjT.getCanonicalType()->isPointerType()); in run()
|
| H A D | Iterator.cpp | 20 if (Type->isPointerType()) in isIteratorType()
|
| H A D | GenericTaintChecker.cpp | 272 if (!E->getType().getTypePtr()->isPointerType()) in isTaintedOrPointsToTainted() 666 if (!ArgTy->isPointerType()) in getPointeeOf()
|
| H A D | IteratorModeling.cpp | 279 const bool IsIterOnLHS = BO->getLHS()->getType()->isPointerType(); in checkPostStmt() 637 if (!PtrType->isPointerType()) in handlePtrIncrOrDecr()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | UncountedLambdaCapturesChecker.cpp | 83 if (T->isPointerType()) { in reportBug()
|
| H A D | PtrTypesSemantics.cpp | 130 if (T->isPointerType() || T->isReferenceType()) { in isUncountedPtr()
|
| H A D | UncountedLocalVarsChecker.cpp | 64 if (T->isPointerType() || T->isReferenceType()) { in isRefcountedStringsHack()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Context.cpp | 63 if (T->isReferenceType() || T->isPointerType()) { in classify()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedPointee.cpp | 51 if (getDecl()->getType()->isPointerType()) in printSeparator()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | SValBuilder.cpp | 692 if (CastTy->isPointerType() || CastTy->isReferenceType()) in evalCastSubKind() 780 if (CastTy->isPointerType() && !CastTy->isVoidPointerType()) { in evalCastSubKind() 807 if (CastTy->isPointerType() || CastTy->isReferenceType()) { in evalCastSubKind()
|
| H A D | DynamicType.cpp | 70 while (Ty->isReferenceType() || Ty->isPointerType()) in unbox()
|
| 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() 2722 if (OriginalTy->isPointerType()) { in patternMatch() 2979 if (Ty->isPointerType()) { in printValue()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaFixItUtils.cpp | 182 if (T.isPointerType() || T.isMemberPointerType()) { in getScalarZeroExpressionForType()
|
| H A D | SemaExceptionSpec.cpp | 688 if (HandlerType->isPointerType() || HandlerType->isMemberPointerType()) { in handlerCanCatch() 713 if (!ExceptionType->isPointerType() || !HandlerType->isPointerType()) in handlerCanCatch()
|
| H A D | SemaExpr.cpp | 5128 if (!BaseTy->isPointerType() || in ActOnOMPArrayShapingExpr() 6225 if (!ParamType->isPointerType() || in rewriteBuiltinFunctionDecl() 6227 !ArgType->isPointerType() || in rewriteBuiltinFunctionDecl() 7154 assert(type->isPointerType()); in PrepareCastToObjCObjectPointer() 7591 if (SrcTy->isPointerType()) in CheckExtVectorCast() 8413 if (LHSTy->isPointerType() && RHSTy->isPointerType()) in CheckConditionalOperands() 8673 if (E->getType()->isPointerType()) in ExprLooksBoolean() 9527 if (RHSType->isPointerType()) in CheckTransparentUnionArgumentConstraints() 10299 if (LHSTy->isPointerType() && !RHSTy->isPointerType()) { in DiagnoseDivisionSizeofPointerOrArray() 11185 assert(LHSType->isPointerType() || RHSType->isPointerType() || in convertPointersToCompositeType() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | RetainSummaryManager.cpp | 247 if (RetTy->isPointerType()) { in getSummaryForOSObject() 411 if (RetTy->isPointerType()) { in getSummaryForObjCOrCFObject() 737 } else if (ResultTy->isPointerType()) { in canEval()
|
| H A D | Consumed.cpp | 144 if (QT->isPointerType() || QT->isReferenceType()) in isConsumableType() 154 if (QT->isPointerType() || QT->isReferenceType()) in isAutoCastType() 190 return ParamType->isPointerType() || ParamType->isReferenceType(); in isPointerOrRef()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 154 if (!Ty->isPointerType() && !Ty->isReferenceType()) in isMostDerived() 308 if (ArgType->isDependentType() && !ArgType->isPointerType()) in getDestroyedType() 664 if (Ty->isPointerType()) in getObjectType() 928 if (ParamTy->isPointerType()) in getLiteralOperatorKind()
|