| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CastValueChecker.cpp | 216 if (CastToTy->isPointerType()) { in addCastTransition() 217 if (!CastFromTy->isPointerType()) in addCastTransition() 290 if (CastFromTy->isPointerType()) in addInstanceOfTransition() 484 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 | StringChecker.cpp | 55 if (!Arg1Ty->isPointerType()) in isCharToStringCtor()
|
| H A D | NonnullGlobalConstantsChecker.cpp | 138 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 | GenericTaintChecker.cpp | 110 if (Ty->isPointerType()) in isStdin() 119 if (!ArgTy->isPointerType() || !ArgTy->getPointeeType()->isVoidType()) in getPointeeOf() 861 Ty->isPointerType() && !Ty->getPointeeType().isConstQualified(); in process()
|
| H A D | NumberObjectConversionChecker.cpp | 136 assert(ObjT.getCanonicalType()->isPointerType()); in run()
|
| H A D | Iterator.cpp | 20 if (Type->isPointerType()) in isIteratorType()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | UncountedLambdaCapturesChecker.cpp | 84 if (T->isPointerType()) { in reportBug()
|
| H A D | PtrTypesSemantics.cpp | 132 if (T->isPointerType() || T->isReferenceType()) { in isUncountedPtr()
|
| H A D | UncountedLocalVarsChecker.cpp | 65 if (T->isPointerType() || T->isReferenceType()) { in isRefcountedStringsHack()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
| H A D | Context.cpp | 76 if (T->isReferenceType() || T->isPointerType()) { in classify()
|
| H A D | ByteCodeExprGen.cpp | 239 (!LHS->getType()->isPointerType() && !RHS->getType()->isPointerType())) in VisitPointerArithBinOp() 248 if (LHS->getType()->isPointerType() && RHS->getType()->isPointerType()) { in VisitPointerArithBinOp() 507 assert(!E->getType()->isPointerType() && in VisitCompoundAssignOperator()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaSYCL.cpp | 79 << FD->getType()->isPointerType() << FD->getType(); in deepTypeCheckForSYCLDevice()
|
| H A D | SemaFixItUtils.cpp | 186 if (T.isPointerType() || T.isMemberPointerType()) { in getScalarZeroExpressionForType()
|
| H A D | SemaCast.cpp | 1051 if (SrcType->isPointerType() && DestType->isPointerType()) in argTypeIsABIEquivalent() 1957 if (!DestType->isPointerType() && in TryConstCast() 2473 assert(SrcType->isPointerType() && DestType->isPointerType()); in TryReinterpretCast() 3013 !DestType->isPointerType() && !DestType->isNullPtrType()) { in CheckCStyleCast() 3022 CastKind CK = DestType->isPointerType() ? CK_NullToPointer : CK_BitCast; in CheckCStyleCast()
|
| H A D | SemaExpr.cpp | 556 UO->getSubExpr()->getType()->isPointerType()) { in CheckForNullPointerDereference() 4333 if (Type->isPointerType() && OType->isArrayType()) { in CheckUnaryExprOrTypeTraitOperand() 5295 if (!BaseTy->isPointerType() && Base->isTypeDependent()) in ActOnOMPArrayShapingExpr() 5298 if (!BaseTy->isPointerType() || in ActOnOMPArrayShapingExpr() 6658 if (!ParamType->isPointerType() || in rewriteBuiltinFunctionDecl() 6660 !ArgType->isPointerType() || in rewriteBuiltinFunctionDecl() 7025 if (!ArgExprs[Idx] || !Param || !Param->getType()->isPointerType() || in BuildCallExpr() 7026 !ArgExprs[Idx]->getType()->isPointerType()) in BuildCallExpr() 7690 assert(type->isPointerType()); in PrepareCastToObjCObjectPointer() 8157 if (SrcTy->isPointerType()) in CheckExtVectorCast() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedPointee.cpp | 52 if (getDecl()->getType()->isPointerType()) in printSeparator()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | SValBuilder.cpp | 702 if (CastTy->isPointerType() || CastTy->isReferenceType()) in VisitLocGotoLabel() 778 if (CastTy->isPointerType() && !CastTy->isVoidPointerType()) { in VisitLocMemRegionVal() 812 if (CastTy->isPointerType() || CastTy->isReferenceType()) { in VisitLocMemRegionVal()
|
| H A D | DynamicType.cpp | 70 while (Ty->isReferenceType() || Ty->isPointerType()) in unbox()
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | RetainSummaryManager.cpp | 248 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()
|