Home
last modified time | relevance | path

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

12345

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCastValueChecker.cpp216 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 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 DStringChecker.cpp55 if (!Arg1Ty->isPointerType()) in isCharToStringCtor()
H A DNonnullGlobalConstantsChecker.cpp138 if (Ty->isPointerType() && Ty->getPointeeType()->isCharType()) in isNonnullType()
H A DNonNullParamChecker.cpp260 if (!Parameter->getType()->isPointerType()) in checkBeginFunction()
H A DMallocSizeofChecker.cpp188 if (!CastedType->isPointerType()) in checkASTCodeBody()
H A DGenericTaintChecker.cpp110 if (Ty->isPointerType()) in isStdin()
119 if (!ArgTy->isPointerType() || !ArgTy->getPointeeType()->isVoidType()) in getPointeeOf()
861 Ty->isPointerType() && !Ty->getPointeeType().isConstQualified(); in process()
H A DNumberObjectConversionChecker.cpp136 assert(ObjT.getCanonicalType()->isPointerType()); in run()
H A DIterator.cpp20 if (Type->isPointerType()) in isIteratorType()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedLambdaCapturesChecker.cpp84 if (T->isPointerType()) { in reportBug()
H A DPtrTypesSemantics.cpp132 if (T->isPointerType() || T->isReferenceType()) { in isUncountedPtr()
H A DUncountedLocalVarsChecker.cpp65 if (T->isPointerType() || T->isReferenceType()) { in isRefcountedStringsHack()
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DContext.cpp76 if (T->isReferenceType() || T->isPointerType()) { in classify()
H A DByteCodeExprGen.cpp239 (!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 DSemaSYCL.cpp79 << FD->getType()->isPointerType() << FD->getType(); in deepTypeCheckForSYCLDevice()
H A DSemaFixItUtils.cpp186 if (T.isPointerType() || T.isMemberPointerType()) { in getScalarZeroExpressionForType()
H A DSemaCast.cpp1051 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 DSemaExpr.cpp556 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 DUninitializedPointee.cpp52 if (getDecl()->getType()->isPointerType()) in printSeparator()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp702 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 DDynamicType.cpp70 while (Ty->isReferenceType() || Ty->isPointerType()) in unbox()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DRetainSummaryManager.cpp248 if (RetTy->isPointerType()) { in getSummaryForOSObject()
411 if (RetTy->isPointerType()) { in getSummaryForObjCOrCFObject()
737 } 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()

12345