Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/Analysis/
H A DScanfFormatString.cpp257 return ArgType::PtrTo(ArgType(Ctx.getPointerDiffType(), "ptrdiff_t")); in getArgType()
389 return ArgType::PtrTo(ArgType(Ctx.getPointerDiffType(), "ptrdiff_t")); in getArgType()
H A DPrintfFormatString.cpp438 return ArgType(Ctx.getPointerDiffType(), "ptrdiff_t"); in getArgType()
504 return ArgType::PtrTo(ArgType(Ctx.getPointerDiffType(), "ptrdiff_t")); in getArgType()
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp165 QualType DiffTy = SymMgr.getContext().getPointerDiffType(); in assumeAux()
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGCXXABI.cpp73 return CGM.getTypes().ConvertType(CGM.getContext().getPointerDiffType()); in ConvertMemberPointerType()
H A DItaniumCXXABI.cpp1114 CGF.ConvertType(CGF.getContext().getPointerDiffType()); in getItaniumDynamicCastFn()
1228 CGF.ConvertType(CGF.getContext().getPointerDiffType()); in EmitDynamicCastCall()
1272 CGF.ConvertType(CGF.getContext().getPointerDiffType()); in EmitDynamicCastToVoid()
1669 CGF.ConvertType(CGF.getContext().getPointerDiffType()); in performTypeAdjustment()
2833 CGM.getTypes().ConvertType(CGM.getContext().getPointerDiffType()); in BuildVTablePointer()
H A DCGObjC.cpp949 args.add(RValue::get(ivarOffset), getContext().getPointerDiffType()); in generateObjCGetterBody()
1238 args.add(RValue::get(ivarOffset), getContext().getPointerDiffType()); in generateObjCSetterBody()
1242 args.add(RValue::get(ivarOffset), getContext().getPointerDiffType()); in generateObjCSetterBody()
H A DCGVTables.cpp532 CGM.getTypes().ConvertType(CGM.getContext().getPointerDiffType()); in CreateVTableInitializer()
H A DCGObjCMac.cpp243 Ctx.getPointerDiffType()->getCanonicalTypeUnqualified(), Ctx.BoolTy}; in getGetPropertyFn()
259 Ctx.getPointerDiffType()->getCanonicalTypeUnqualified(), in getSetPropertyFn()
287 Params.push_back(Ctx.getPointerDiffType()->getCanonicalTypeUnqualified()); in getOptimizedSetPropertyFn()
H A DCGClass.cpp186 Types.ConvertType(getContext().getPointerDiffType()); in GetNonVirtualBaseClassOffset()
H A DCGObjCGNU.cpp948 Types.ConvertType(CGM.getContext().getPointerDiffType())); in CGObjCGNU()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/
DSMTConv.h369 *RetTy = Ctx.getPointerDiffType(); in getBinExpr()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/
DSMTConv.h369 *RetTy = Ctx.getPointerDiffType(); in getBinExpr()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/
DSMTConv.h369 *RetTy = Ctx.getPointerDiffType(); in getBinExpr()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/
DSMTConv.h369 *RetTy = Ctx.getPointerDiffType(); in getBinExpr()
/aosp_15_r20/external/clang/lib/Sema/
H A DSema.cpp247 Context.getAtomicType(Context.getPointerDiffType())); in Initialize()
H A DSemaOverload.cpp7687 S.Context.getPointerDiffType(), in addBinaryPlusOrMinusPointerOverloads()
7688 S.Context.getPointerDiffType(), in addBinaryPlusOrMinusPointerOverloads()
7710 S.AddBuiltinCandidate(S.Context.getPointerDiffType(), ParamTypes, in addBinaryPlusOrMinusPointerOverloads()
7886 isEqualOp ? *Ptr : S.Context.getPointerDiffType(), in addAssignmentPointerOverloads()
8111 QualType ParamTypes[2] = { *Ptr, S.Context.getPointerDiffType() }; in addSubscriptOverloads()
8126 QualType ParamTypes[2] = { S.Context.getPointerDiffType(), *Ptr }; in addSubscriptOverloads()
H A DSemaStmt.cpp2258 Context, CAT->getSize(), Context.getPointerDiffType(), RangeLoc); in BuildCXXForRangeStmt()
H A DSemaChecking.cpp2519 Ty = Context.getPointerDiffType(); in SemaAtomicOpsOverloaded()
H A DSemaExpr.cpp8514 return Context.getPointerDiffType(); in CheckSubtractionOperands()
/aosp_15_r20/external/clang/include/clang/AST/
H A DASTContext.h1372 QualType getPointerDiffType() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DASTContext.h1820 QualType getPointerDiffType() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DASTContext.h1804 QualType getPointerDiffType() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DASTContext.h1804 QualType getPointerDiffType() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DASTContext.h1796 QualType getPointerDiffType() const;
/aosp_15_r20/external/clang/lib/AST/
H A DASTContext.cpp1897 return getPreferredTypeAlign(getPointerDiffType().getTypePtr()); in getPreferredTypeAlign()
4157 QualType ASTContext::getPointerDiffType() const { in getPointerDiffType() function in ASTContext
8268 Type = Context.getPointerDiffType(); in DecodeTypeFromStr()