/aosp_15_r20/external/clang/lib/Analysis/ |
H A D | ScanfFormatString.cpp | 257 return ArgType::PtrTo(ArgType(Ctx.getPointerDiffType(), "ptrdiff_t")); in getArgType() 389 return ArgType::PtrTo(ArgType(Ctx.getPointerDiffType(), "ptrdiff_t")); in getArgType()
|
H A D | PrintfFormatString.cpp | 438 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 D | SimpleConstraintManager.cpp | 165 QualType DiffTy = SymMgr.getContext().getPointerDiffType(); in assumeAux()
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGCXXABI.cpp | 73 return CGM.getTypes().ConvertType(CGM.getContext().getPointerDiffType()); in ConvertMemberPointerType()
|
H A D | ItaniumCXXABI.cpp | 1114 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 D | CGObjC.cpp | 949 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 D | CGVTables.cpp | 532 CGM.getTypes().ConvertType(CGM.getContext().getPointerDiffType()); in CreateVTableInitializer()
|
H A D | CGObjCMac.cpp | 243 Ctx.getPointerDiffType()->getCanonicalTypeUnqualified(), Ctx.BoolTy}; in getGetPropertyFn() 259 Ctx.getPointerDiffType()->getCanonicalTypeUnqualified(), in getSetPropertyFn() 287 Params.push_back(Ctx.getPointerDiffType()->getCanonicalTypeUnqualified()); in getOptimizedSetPropertyFn()
|
H A D | CGClass.cpp | 186 Types.ConvertType(getContext().getPointerDiffType()); in GetNonVirtualBaseClassOffset()
|
H A D | CGObjCGNU.cpp | 948 Types.ConvertType(CGM.getContext().getPointerDiffType())); in CGObjCGNU()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SMTConv.h | 369 *RetTy = Ctx.getPointerDiffType(); in getBinExpr()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SMTConv.h | 369 *RetTy = Ctx.getPointerDiffType(); in getBinExpr()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SMTConv.h | 369 *RetTy = Ctx.getPointerDiffType(); in getBinExpr()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SMTConv.h | 369 *RetTy = Ctx.getPointerDiffType(); in getBinExpr()
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | Sema.cpp | 247 Context.getAtomicType(Context.getPointerDiffType())); in Initialize()
|
H A D | SemaOverload.cpp | 7687 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 D | SemaStmt.cpp | 2258 Context, CAT->getSize(), Context.getPointerDiffType(), RangeLoc); in BuildCXXForRangeStmt()
|
H A D | SemaChecking.cpp | 2519 Ty = Context.getPointerDiffType(); in SemaAtomicOpsOverloaded()
|
H A D | SemaExpr.cpp | 8514 return Context.getPointerDiffType(); in CheckSubtractionOperands()
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | ASTContext.h | 1372 QualType getPointerDiffType() const;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | ASTContext.h | 1820 QualType getPointerDiffType() const;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | ASTContext.h | 1804 QualType getPointerDiffType() const;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | ASTContext.h | 1804 QualType getPointerDiffType() const;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | ASTContext.h | 1796 QualType getPointerDiffType() const;
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | ASTContext.cpp | 1897 return getPreferredTypeAlign(getPointerDiffType().getTypePtr()); in getPreferredTypeAlign() 4157 QualType ASTContext::getPointerDiffType() const { in getPointerDiffType() function in ASTContext 8268 Type = Context.getPointerDiffType(); in DecodeTypeFromStr()
|