/freebsd/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 | BuiltinFunctionChecker.cpp | 60 !RetTy->isPointerType() && !RetTy->isReferenceType()) in isBuiltinLikeFunction() 64 !ParmTy->isPointerType() && !ParmTy->isReferenceType()) in isBuiltinLikeFunction()
|
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 | NumberObjectConversionChecker.cpp | 136 assert(ObjT.getCanonicalType()->isPointerType()); in run()
|
H A D | GenericTaintChecker.cpp | 105 if (Ty->isPointerType()) in isStdin() 114 if (!ArgTy->isPointerType() || !ArgTy->getPointeeType()->isVoidType()) in getPointeeOf() 988 Ty->isPointerType() && !Ty->getPointeeType().isConstQualified(); in process()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaBoundsSafety.cpp | 72 if (!FieldTy->isArrayType() && !FieldTy->isPointerType()) { in CheckCountedByAttrOnField() 94 if (FieldTy->isPointerType()) { in CheckCountedByAttrOnField()
|
H A D | CheckExprLifetime.cpp | 282 if (Callee->getReturnType()->isPointerType() || in shouldTrackImplicitObjectArg() 314 if (FD->getReturnType()->isPointerType() || in shouldTrackFirstArgument() 869 if (!BO->getType()->isPointerType() || (BOK != BO_Add && BOK != BO_Sub)) in visitLocalsRetainedByInitializer() 872 if (BO->getLHS()->getType()->isPointerType()) in visitLocalsRetainedByInitializer() 875 else if (BO->getRHS()->getType()->isPointerType()) in visitLocalsRetainedByInitializer() 1318 bool RunAnalysis = Entity.LHS->getType()->isPointerType() || in checkExprLifetime()
|
H A D | SemaOpenCL.cpp | 116 if (!(*I)->isPointerType() || !(*I)->getPointeeType()->isVoidType() || in checkBlockArgs() 338 !(Arg5->getType()->isPointerType() && in checkBuiltinEnqueueKernel() 543 if (!RT->isPointerType() || in checkBuiltinToAddr()
|
H A D | SemaPPC.cpp | 258 if (Type->isPointerType() || Type->isArrayType()) in CheckPPCMMAType() 368 (StrippedRVType->isPointerType() || StrippedRVType->isArrayType()))) in BuiltinPPCMMACall()
|
H A D | SemaSYCL.cpp | 68 << FD->getType()->isPointerType() << FD->getType(); in deepTypeCheckForDevice()
|
H A D | SemaFixItUtils.cpp | 186 if (T.isPointerType() || T.isMemberPointerType()) { in getScalarZeroExpressionForType()
|
H A D | SemaCast.cpp | 1090 if (SrcType->isPointerType() && DestType->isPointerType()) in argTypeIsABIEquivalent() 1997 if (!DestType->isPointerType() && in TryConstCast() 2519 assert(SrcType->isPointerType() && DestType->isPointerType()); in TryReinterpretCast() 3083 !DestType->isPointerType() && !DestType->isNullPtrType()) { in CheckCStyleCast() 3092 CastKind CK = DestType->isPointerType() ? CK_NullToPointer : CK_BitCast; in CheckCStyleCast()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | UncountedLambdaCapturesChecker.cpp | 84 if (T->isPointerType()) { in reportBug()
|
H A D | UncountedLocalVarsChecker.cpp | 42 if (T->isPointerType() || T->isReferenceType()) { in isRefcountedStringsHack()
|
/freebsd/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/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | Mips.cpp | 360 (Ty->isPointerType() && PtrWidth < SlotSizeInBits)) { in EmitVAArg() 388 if (OrigTy->isPointerType()) in EmitVAArg()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTBAA.cpp | 213 if (Ty->isPointerType() || Ty->isReferenceType()) { in getTypeInfoHelper() 223 } while (Ty->isPointerType()); in getTypeInfoHelper()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
H A D | UninitializedPointee.cpp | 52 if (getDecl()->getType()->isPointerType()) in printSeparator()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Context.cpp | 179 if (T->isReferenceType() || T->isPointerType() || in classify()
|
H A D | EvalEmitter.cpp | 64 this->ConvertResultToRValue = !Init->isGLValue() && !T->isPointerType() && in interpretDecl()
|
H A D | ByteCodeEmitter.cpp | 128 CaptureType->isPointerType()}; in compileFunc()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | DynamicType.cpp | 70 while (Ty->isReferenceType() || Ty->isPointerType()) in unbox()
|