Home
last modified time | relevance | path

Searched refs:isPointerType (Results 1 – 25 of 95) sorted by relevance

1234

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCastValueChecker.cpp215 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 DPointerArithChecker.cpp298 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 DFixedAddressChecker.cpp43 if (!T->isPointerType()) in checkPreStmt()
H A DCheckSizeofPointer.cpp55 if (T->isPointerType()) { in VisitUnaryExprOrTypeTraitExpr()
H A DNonnullGlobalConstantsChecker.cpp133 if (Ty->isPointerType() && Ty->getPointeeType()->isCharType()) in isNonnullType()
H A DSmartPtrModeling.cpp241 assert(TrackingExpr->getType()->isPointerType() && in evalCall()
344 assert(Call.getArgExpr(0)->getType()->isPointerType() && in handleReset()
H A DNonNullParamChecker.cpp260 if (!Parameter->getType()->isPointerType()) in checkBeginFunction()
H A DMallocSizeofChecker.cpp184 if (!CastedType->isPointerType()) in checkASTCodeBody()
H A DNumberObjectConversionChecker.cpp136 assert(ObjT.getCanonicalType()->isPointerType()); in run()
H A DIterator.cpp20 if (Type->isPointerType()) in isIteratorType()
H A DGenericTaintChecker.cpp272 if (!E->getType().getTypePtr()->isPointerType()) in isTaintedOrPointsToTainted()
666 if (!ArgTy->isPointerType()) in getPointeeOf()
/netbsd-src/external/mit/isl/dist/interface/
H A Dgenerator.cc571 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 Dpython.cc313 } 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 DUncountedLambdaCapturesChecker.cpp83 if (T->isPointerType()) { in reportBug()
H A DPtrTypesSemantics.cpp130 if (T->isPointerType() || T->isReferenceType()) { in isUncountedPtr()
H A DUncountedLocalVarsChecker.cpp64 if (T->isPointerType() || T->isReferenceType()) { in isRefcountedStringsHack()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DContext.cpp63 if (T->isReferenceType() || T->isPointerType()) { in classify()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp678 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 DBugReporterVisitors.cpp74 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 DDynamicType.cpp70 while (Ty->isReferenceType() || Ty->isPointerType()) in unbox()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedPointee.cpp51 if (getDecl()->getType()->isPointerType()) in printSeparator()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaFixItUtils.cpp182 if (T.isPointerType() || T.isMemberPointerType()) { in getScalarZeroExpressionForType()
H A DSemaExpr.cpp532 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 DRetainSummaryManager.cpp239 if (RetTy->isPointerType()) { in getSummaryForOSObject()
403 if (RetTy->isPointerType()) { in getSummaryForObjCOrCFObject()
729 } else if (ResultTy->isPointerType()) { in canEval()
H A DConsumed.cpp144 if (QT->isPointerType() || QT->isReferenceType()) in isConsumableType()
154 if (QT->isPointerType() || QT->isReferenceType()) in isAutoCastType()
190 return ParamType->isPointerType() || ParamType->isReferenceType(); in isPointerOrRef()

1234