Searched refs:getPointerDiffType (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Analysis/
H A DScanfFormatString.cpp243 return ArgType::PtrTo(ArgType(Ctx.getPointerDiffType(), "ptrdiff_t"));
365 return ArgType::PtrTo(ArgType(Ctx.getPointerDiffType(), "ptrdiff_t"));
H A DPrintfFormatString.cpp322 return ArgType(Ctx.getPointerDiffType(), "ptrdiff_t");
386 return ArgType::PtrTo(ArgType(Ctx.getPointerDiffType(), "ptrdiff_t"));
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp165 QualType DiffTy = SymMgr.getContext().getPointerDiffType();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCXXABI.cpp37 return CGM.getTypes().ConvertType(CGM.getContext().getPointerDiffType());
H A DCGRTTI.cpp501 CGM.getTypes().ConvertType(CGM.getContext().getPointerDiffType());
H A DCGVTables.cpp489 CGM.getTypes().ConvertType(CGM.getContext().getPointerDiffType());
H A DCGExprCXX.cpp1636 CGF.ConvertType(CGF.getContext().getPointerDiffType());
1720 CGF.ConvertType(CGF.getContext().getPointerDiffType());
H A DCGObjC.cpp892 args.add(RValue::get(ivarOffset), getContext().getPointerDiffType());
1180 args.add(RValue::get(ivarOffset), getContext().getPointerDiffType());
1186 args.add(RValue::get(ivarOffset), getContext().getPointerDiffType());
H A DItaniumCXXABI.cpp1089 CGF.ConvertType(CGF.getContext().getPointerDiffType());
H A DCGObjCMac.cpp243 Params.push_back(Ctx.getPointerDiffType()->getCanonicalTypeUnqualified());
261 Params.push_back(Ctx.getPointerDiffType()->getCanonicalTypeUnqualified());
290 Params.push_back(Ctx.getPointerDiffType()->getCanonicalTypeUnqualified());
H A DCGClass.cpp72 Types.ConvertType(getContext().getPointerDiffType());
H A DCGObjCGNU.cpp926 Types.ConvertType(CGM.getContext().getPointerDiffType()));
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp7198 S.Context.getPointerDiffType(),
7199 S.Context.getPointerDiffType(),
7221 S.AddBuiltinCandidate(S.Context.getPointerDiffType(), ParamTypes,
7397 isEqualOp ? *Ptr : S.Context.getPointerDiffType(),
7622 QualType ParamTypes[2] = { *Ptr, S.Context.getPointerDiffType() };
7637 QualType ParamTypes[2] = { S.Context.getPointerDiffType(), *Ptr };
H A DSemaStmt.cpp2104 Context.getPointerDiffType(),
H A DSemaChecking.cpp1108 Ty = Context.getPointerDiffType();
H A DSemaExpr.cpp7206 return Context.getPointerDiffType();
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1205 QualType getPointerDiffType() const;
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp3782 /// getPointerDiffType - Return the unique type for "ptrdiff_t" (C99 7.17)
3784 QualType ASTContext::getPointerDiffType() const { function in class:ASTContext
7709 Type = Context.getPointerDiffType();

Completed in 559 milliseconds