Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDScanfFormatString.cpp252 return ArgType::PtrTo(ArgType(Ctx.getPointerDiffType(), "ptrdiff_t")); in getArgType()
384 return ArgType::PtrTo(ArgType(Ctx.getPointerDiffType(), "ptrdiff_t")); in getArgType()
HDPrintfFormatString.cpp433 return ArgType(Ctx.getPointerDiffType(), "ptrdiff_t"); in getArgType()
499 return ArgType::PtrTo(ArgType(Ctx.getPointerDiffType(), "ptrdiff_t")); in getArgType()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDSimpleConstraintManager.cpp165 QualType DiffTy = SymMgr.getContext().getPointerDiffType(); in assumeAux()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGCXXABI.cpp72 return CGM.getTypes().ConvertType(CGM.getContext().getPointerDiffType()); in ConvertMemberPointerType()
HDItaniumCXXABI.cpp988 CGF.ConvertType(CGF.getContext().getPointerDiffType()); in getItaniumDynamicCastFn()
1100 CGF.ConvertType(CGF.getContext().getPointerDiffType()); in EmitDynamicCastCall()
1143 CGF.ConvertType(CGF.getContext().getPointerDiffType()); in EmitDynamicCastToVoid()
1502 CGF.ConvertType(CGF.getContext().getPointerDiffType()); in performTypeAdjustment()
2614 CGM.getTypes().ConvertType(CGM.getContext().getPointerDiffType()); in BuildVTablePointer()
HDCGObjC.cpp912 args.add(RValue::get(ivarOffset), getContext().getPointerDiffType()); in generateObjCGetterBody()
1205 args.add(RValue::get(ivarOffset), getContext().getPointerDiffType()); in generateObjCSetterBody()
1211 args.add(RValue::get(ivarOffset), getContext().getPointerDiffType()); in generateObjCSetterBody()
HDCGVTables.cpp518 CGM.getTypes().ConvertType(CGM.getContext().getPointerDiffType()); in CreateVTableInitializer()
HDCGClass.cpp71 Types.ConvertType(getContext().getPointerDiffType()); in GetNonVirtualBaseClassOffset()
HDCGObjCMac.cpp244 Params.push_back(Ctx.getPointerDiffType()->getCanonicalTypeUnqualified()); in getGetPropertyFn()
262 Params.push_back(Ctx.getPointerDiffType()->getCanonicalTypeUnqualified()); in getSetPropertyFn()
291 Params.push_back(Ctx.getPointerDiffType()->getCanonicalTypeUnqualified()); in getOptimizedSetPropertyFn()
HDCGObjCGNU.cpp903 Types.ConvertType(CGM.getContext().getPointerDiffType())); in CGObjCGNU()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSema.cpp238 Context.getAtomicType(Context.getPointerDiffType())); in Initialize()
HDSemaOverload.cpp7531 S.Context.getPointerDiffType(), in addBinaryPlusOrMinusPointerOverloads()
7532 S.Context.getPointerDiffType(), in addBinaryPlusOrMinusPointerOverloads()
7554 S.AddBuiltinCandidate(S.Context.getPointerDiffType(), ParamTypes, in addBinaryPlusOrMinusPointerOverloads()
7730 isEqualOp ? *Ptr : S.Context.getPointerDiffType(), in addAssignmentPointerOverloads()
7955 QualType ParamTypes[2] = { *Ptr, S.Context.getPointerDiffType() }; in addSubscriptOverloads()
7970 QualType ParamTypes[2] = { S.Context.getPointerDiffType(), *Ptr }; in addSubscriptOverloads()
HDSemaStmt.cpp2205 Context, CAT->getSize(), Context.getPointerDiffType(), RangeLoc); in BuildCXXForRangeStmt()
HDSemaChecking.cpp1731 Ty = Context.getPointerDiffType(); in SemaAtomicOpsOverloaded()
HDSemaExpr.cpp7906 return Context.getPointerDiffType(); in CheckSubtractionOperands()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h1290 QualType getPointerDiffType() const;
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp1840 return getPreferredTypeAlign(getPointerDiffType().getTypePtr()); in getPreferredTypeAlign()
4041 QualType ASTContext::getPointerDiffType() const { in getPointerDiffType() function in ASTContext
8052 Type = Context.getPointerDiffType(); in DecodeTypeFromStr()