Home
last modified time | relevance | path

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

12345

/freebsd-14.2/contrib/llvm-project/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.cpp292 if (!UOp->isIncrementDecrementOp() || !UOp->getType()->isPointerType()) in checkPreStmt()
321 if (Rhs->getType()->isIntegerType() && Lhs->getType()->isPointerType()) { in checkPreStmt()
328 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 DMallocSizeofChecker.cpp188 if (!CastedType->isPointerType()) in checkASTCodeBody()
H A DNonNullParamChecker.cpp262 if (!Parameter->getType()->isPointerType()) in checkBeginFunction()
H A DNumberObjectConversionChecker.cpp136 assert(ObjT.getCanonicalType()->isPointerType()); in run()
H A DGenericTaintChecker.cpp111 if (Ty->isPointerType()) in isStdin()
120 if (!ArgTy->isPointerType() || !ArgTy->getPointeeType()->isVoidType()) in getPointeeOf()
972 Ty->isPointerType() && !Ty->getPointeeType().isConstQualified(); in process()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedLambdaCapturesChecker.cpp84 if (T->isPointerType()) { in reportBug()
H A DPtrTypesSemantics.cpp138 if (T->isPointerType() || T->isReferenceType()) { in isUncountedPtr()
H A DUncountedLocalVarsChecker.cpp64 if (T->isPointerType() || T->isReferenceType()) { in isRefcountedStringsHack()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaSYCL.cpp63 << FD->getType()->isPointerType() << FD->getType(); in deepTypeCheckForSYCLDevice()
H A DSemaFixItUtils.cpp186 if (T.isPointerType() || T.isMemberPointerType()) { in getScalarZeroExpressionForType()
H A DSemaExpr.cpp5547 if (!BaseTy->isPointerType() || in ActOnOMPArrayShapingExpr()
6963 !ArgType->isPointerType() || in rewriteBuiltinFunctionDecl()
8018 assert(type->isPointerType()); in PrepareCastToObjCObjectPointer()
8499 if (SrcTy->isPointerType()) in CheckExtVectorCast()
9339 if (LHSTy->isPointerType() && RHSTy->isPointerType()) in CheckConditionalOperands()
10518 if (RHSType->isPointerType()) in CheckTransparentUnionArgumentConstraints()
11443 if (LHSTy->isPointerType() && !RHSTy->isPointerType()) { in DiagnoseDivisionSizeofPointerOrArray()
12478 assert(LHSType->isPointerType() || RHSType->isPointerType() || in convertPointersToCompositeType()
13115 if ((LHSType->isPointerType() && in CheckCompareOperands()
13117 (RHSType->isPointerType() && in CheckCompareOperands()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreterUtils.cpp24 if (!Ty->isPointerType()) in CStyleCastPtrExpr()
H A DValue.cpp127 if ((Canon->isPointerType() || Canon->isObjectType() || in Value()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DMips.cpp360 (Ty->isPointerType() && PtrWidth < SlotSizeInBits)) { in EmitVAArg()
390 if (OrigTy->isPointerType()) in EmitVAArg()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedPointee.cpp52 if (getDecl()->getType()->isPointerType()) in printSeparator()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.cpp182 if (T->isReferenceType() || T->isPointerType()) in classify()
H A DByteCodeExprGen.cpp496 (!LHS->getType()->isPointerType() && !RHS->getType()->isPointerType())) in VisitPointerArithBinOp()
505 if (LHS->getType()->isPointerType() && RHS->getType()->isPointerType()) { in VisitPointerArithBinOp()
1349 if (E->getType()->isPointerType()) in VisitCompoundAssignOperator()
1352 assert(!E->getType()->isPointerType() && "Handled above"); in VisitCompoundAssignOperator()
1757 assert(E->getType()->isPointerType()); in VisitSourceLocExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp707 if (CastTy->isPointerType() || CastTy->isReferenceType()) in VisitGotoLabel()
783 if (CastTy->isPointerType() && !CastTy->isVoidPointerType()) { in VisitMemRegionVal()
817 if (CastTy->isPointerType() || CastTy->isReferenceType()) { in VisitMemRegionVal()
H A DDynamicType.cpp70 while (Ty->isReferenceType() || Ty->isPointerType()) in unbox()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp248 if (RetTy->isPointerType()) { in getSummaryForOSObject()
407 if (RetTy->isPointerType()) { in getSummaryForObjCOrCFObject()
733 } else if (ResultTy->isPointerType()) { in canEval()

12345