Home
last modified time | relevance | path

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

12345

/freebsd/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 DBuiltinFunctionChecker.cpp60 !RetTy->isPointerType() && !RetTy->isReferenceType()) in isBuiltinLikeFunction()
64 !ParmTy->isPointerType() && !ParmTy->isReferenceType()) in isBuiltinLikeFunction()
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 DNumberObjectConversionChecker.cpp136 assert(ObjT.getCanonicalType()->isPointerType()); in run()
H A DGenericTaintChecker.cpp105 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 DSemaBoundsSafety.cpp72 if (!FieldTy->isArrayType() && !FieldTy->isPointerType()) { in CheckCountedByAttrOnField()
94 if (FieldTy->isPointerType()) { in CheckCountedByAttrOnField()
H A DCheckExprLifetime.cpp282 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 DSemaOpenCL.cpp116 if (!(*I)->isPointerType() || !(*I)->getPointeeType()->isVoidType() || in checkBlockArgs()
338 !(Arg5->getType()->isPointerType() && in checkBuiltinEnqueueKernel()
543 if (!RT->isPointerType() || in checkBuiltinToAddr()
H A DSemaPPC.cpp258 if (Type->isPointerType() || Type->isArrayType()) in CheckPPCMMAType()
368 (StrippedRVType->isPointerType() || StrippedRVType->isArrayType()))) in BuiltinPPCMMACall()
H A DSemaSYCL.cpp68 << FD->getType()->isPointerType() << FD->getType(); in deepTypeCheckForDevice()
H A DSemaFixItUtils.cpp186 if (T.isPointerType() || T.isMemberPointerType()) { in getScalarZeroExpressionForType()
H A DSemaCast.cpp1090 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 DUncountedLambdaCapturesChecker.cpp84 if (T->isPointerType()) { in reportBug()
H A DUncountedLocalVarsChecker.cpp42 if (T->isPointerType() || T->isReferenceType()) { in isRefcountedStringsHack()
/freebsd/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/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DMips.cpp360 (Ty->isPointerType() && PtrWidth < SlotSizeInBits)) { in EmitVAArg()
388 if (OrigTy->isPointerType()) in EmitVAArg()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp213 if (Ty->isPointerType() || Ty->isReferenceType()) { in getTypeInfoHelper()
223 } while (Ty->isPointerType()); in getTypeInfoHelper()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedPointee.cpp52 if (getDecl()->getType()->isPointerType()) in printSeparator()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.cpp179 if (T->isReferenceType() || T->isPointerType() || in classify()
H A DEvalEmitter.cpp64 this->ConvertResultToRValue = !Init->isGLValue() && !T->isPointerType() && in interpretDecl()
H A DByteCodeEmitter.cpp128 CaptureType->isPointerType()}; in compileFunc()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp70 while (Ty->isReferenceType() || Ty->isPointerType()) in unbox()

12345