| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CastValueChecker.cpp | 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()
|
| H A D | PointerArithChecker.cpp | 292 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 D | FixedAddressChecker.cpp | 43 if (!T->isPointerType()) in checkPreStmt()
|
| H A D | CheckSizeofPointer.cpp | 55 if (T->isPointerType()) { in VisitUnaryExprOrTypeTraitExpr()
|
| H A D | StringChecker.cpp | 55 if (!Arg1Ty->isPointerType()) in isCharToStringCtor()
|
| H A D | NonnullGlobalConstantsChecker.cpp | 138 if (Ty->isPointerType() && Ty->getPointeeType()->isCharType()) in isNonnullType()
|
| H A D | MallocSizeofChecker.cpp | 188 if (!CastedType->isPointerType()) in checkASTCodeBody()
|
| H A D | NonNullParamChecker.cpp | 262 if (!Parameter->getType()->isPointerType()) in checkBeginFunction()
|
| H A D | NumberObjectConversionChecker.cpp | 136 assert(ObjT.getCanonicalType()->isPointerType()); in run()
|
| H A D | GenericTaintChecker.cpp | 111 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 D | UncountedLambdaCapturesChecker.cpp | 84 if (T->isPointerType()) { in reportBug()
|
| H A D | PtrTypesSemantics.cpp | 138 if (T->isPointerType() || T->isReferenceType()) { in isUncountedPtr()
|
| H A D | UncountedLocalVarsChecker.cpp | 64 if (T->isPointerType() || T->isReferenceType()) { in isRefcountedStringsHack()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaSYCL.cpp | 63 << FD->getType()->isPointerType() << FD->getType(); in deepTypeCheckForSYCLDevice()
|
| H A D | SemaFixItUtils.cpp | 186 if (T.isPointerType() || T.isMemberPointerType()) { in getScalarZeroExpressionForType()
|
| H A D | SemaExpr.cpp | 5547 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 D | InterpreterUtils.cpp | 24 if (!Ty->isPointerType()) in CStyleCastPtrExpr()
|
| H A D | Value.cpp | 127 if ((Canon->isPointerType() || Canon->isObjectType() || in Value()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | Mips.cpp | 360 (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 D | UninitializedPointee.cpp | 52 if (getDecl()->getType()->isPointerType()) in printSeparator()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Context.cpp | 182 if (T->isReferenceType() || T->isPointerType()) in classify()
|
| H A D | ByteCodeExprGen.cpp | 496 (!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 D | SValBuilder.cpp | 707 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 D | DynamicType.cpp | 70 while (Ty->isReferenceType() || Ty->isPointerType()) in unbox()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | RetainSummaryManager.cpp | 248 if (RetTy->isPointerType()) { in getSummaryForOSObject() 407 if (RetTy->isPointerType()) { in getSummaryForObjCOrCFObject() 733 } else if (ResultTy->isPointerType()) { in canEval()
|