| /netbsd-src/external/apache2/llvm/dist/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 | SmartPtrModeling.cpp | 241 assert(TrackingExpr->getType()->isPointerType() && in evalCall() 344 assert(Call.getArgExpr(0)->getType()->isPointerType() && in handleReset()
|
| H A D | NonNullParamChecker.cpp | 260 if (!Parameter->getType()->isPointerType()) in checkBeginFunction()
|
| H A D | MallocSizeofChecker.cpp | 184 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()
|
| /netbsd-src/external/mit/isl/dist/interface/ |
| H A D | generator.cc | 571 if (!type->isPointerType()) in is_isl_ctx() 673 if (type->isPointerType()) { in is_isl_type() 700 if (type->isPointerType()) in is_isl_primitive() 732 if (!type->isPointerType()) in is_callback() 752 if (type->isPointerType()) { in is_string() 781 if (type->isPointerType()) in extract_type()
|
| H A D | python.cc | 313 } else if (type->isPointerType()) { in print_arg_in_call() 567 } else if (type->isPointerType()) { in print_argument_check()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| H A D | Context.cpp | 63 if (T->isReferenceType() || T->isPointerType()) { in classify()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | SValBuilder.cpp | 678 if (CastTy->isPointerType() || CastTy->isReferenceType()) in evalCastSubKind() 752 if (CastTy->isPointerType() && !CastTy->isVoidPointerType()) { in evalCastSubKind() 779 if (CastTy->isPointerType() || CastTy->isReferenceType()) { in evalCastSubKind()
|
| H A D | BugReporterVisitors.cpp | 74 if (B->isAdditiveOp() && B->getType()->isPointerType()) { in peelOffPointerArithmetic() 75 if (B->getLHS()->getType()->isPointerType()) { in peelOffPointerArithmetic() 77 } else if (B->getRHS()->getType()->isPointerType()) { in peelOffPointerArithmetic() 119 (U->isIncrementDecrementOp() && U->getType()->isPointerType())) { in getDerefExpr() 2500 if (OriginalTy->isPointerType()) { in patternMatch() 2757 if (Ty->isPointerType()) { in printValue()
|
| H A D | DynamicType.cpp | 70 while (Ty->isReferenceType() || Ty->isPointerType()) in unbox()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedPointee.cpp | 51 if (getDecl()->getType()->isPointerType()) in printSeparator()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaFixItUtils.cpp | 182 if (T.isPointerType() || T.isMemberPointerType()) { in getScalarZeroExpressionForType()
|
| H A D | SemaExpr.cpp | 532 UO->getSubExpr()->getType()->isPointerType()) { in CheckForNullPointerDereference() 4185 if (Type->isPointerType() && OType->isArrayType()) { in CheckUnaryExprOrTypeTraitOperand() 5088 if (!BaseTy->isPointerType() && Base->isTypeDependent()) in ActOnOMPArrayShapingExpr() 5091 if (!BaseTy->isPointerType() || in ActOnOMPArrayShapingExpr() 6186 if (!ParamType->isPointerType() || in rewriteBuiltinFunctionDecl() 6188 !ArgType->isPointerType() || in rewriteBuiltinFunctionDecl() 7090 assert(type->isPointerType()); in PrepareCastToObjCObjectPointer() 7527 if (SrcTy->isPointerType()) in CheckExtVectorCast() 8005 if (!PointerExpr->getType()->isPointerType() || in checkPointerIntegerMismatch() 8349 if (LHSTy->isPointerType() && RHSTy->isPointerType()) in CheckConditionalOperands() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | RetainSummaryManager.cpp | 239 if (RetTy->isPointerType()) { in getSummaryForOSObject() 403 if (RetTy->isPointerType()) { in getSummaryForObjCOrCFObject() 729 } 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()
|