Searched refs:isPointerType (Results 1 – 25 of 100) sorted by relevance
1234
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()
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()
43 if (!T->isPointerType()) in checkPreStmt()
55 if (T->isPointerType()) { in VisitUnaryExprOrTypeTraitExpr()
55 if (!Arg1Ty->isPointerType()) in isCharToStringCtor()
138 if (Ty->isPointerType() && Ty->getPointeeType()->isCharType()) in isNonnullType()
188 if (!CastedType->isPointerType()) in checkASTCodeBody()
260 if (!Parameter->getType()->isPointerType()) in checkBeginFunction()
110 if (Ty->isPointerType()) in isStdin()119 if (!ArgTy->isPointerType() || !ArgTy->getPointeeType()->isVoidType()) in getPointeeOf()861 Ty->isPointerType() && !Ty->getPointeeType().isConstQualified(); in process()
136 assert(ObjT.getCanonicalType()->isPointerType()); in run()
20 if (Type->isPointerType()) in isIteratorType()
84 if (T->isPointerType()) { in reportBug()
132 if (T->isPointerType() || T->isReferenceType()) { in isUncountedPtr()
65 if (T->isPointerType() || T->isReferenceType()) { in isRefcountedStringsHack()
76 if (T->isReferenceType() || T->isPointerType()) { in classify()
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()
79 << FD->getType()->isPointerType() << FD->getType(); in deepTypeCheckForSYCLDevice()
186 if (T.isPointerType() || T.isMemberPointerType()) { in getScalarZeroExpressionForType()
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()
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 …]
52 if (getDecl()->getType()->isPointerType()) in printSeparator()
702 if (CastTy->isPointerType() || CastTy->isReferenceType()) in VisitLocGotoLabel()778 if (CastTy->isPointerType() && !CastTy->isVoidPointerType()) { in VisitLocMemRegionVal()812 if (CastTy->isPointerType() || CastTy->isReferenceType()) { in VisitLocMemRegionVal()
70 while (Ty->isReferenceType() || Ty->isPointerType()) in unbox()
248 if (RetTy->isPointerType()) { in getSummaryForOSObject()411 if (RetTy->isPointerType()) { in getSummaryForObjCOrCFObject()737 } else if (ResultTy->isPointerType()) { in canEval()
144 if (QT->isPointerType() || QT->isReferenceType()) in isConsumableType()154 if (QT->isPointerType() || QT->isReferenceType()) in isAutoCastType()190 return ParamType->isPointerType() || ParamType->isReferenceType(); in isPointerOrRef()