HomeSort by: relevance | last modified time | path
    Searched refs:getPointerDiffType (Results 1 - 19 of 19) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
RangedConstraintManager.cpp 57 QualType DiffTy = SymMgr.getContext().getPointerDiffType();
  /src/external/apache2/llvm/dist/clang/lib/AST/
ScanfFormatString.cpp 255 return ArgType::PtrTo(ArgType(Ctx.getPointerDiffType(), "ptrdiff_t"));
393 return ArgType::PtrTo(ArgType(Ctx.getPointerDiffType(), "ptrdiff_t"));
PrintfFormatString.cpp 534 ArgType(Ctx.getPointerDiffType(), "ptrdiff_t"));
612 return ArgType::PtrTo(ArgType(Ctx.getPointerDiffType(), "ptrdiff_t"));
ASTContext.cpp 2460 return getPreferredTypeAlign(getPointerDiffType().getTypePtr());
5671 /// getPointerDiffType - Return the unique type for "ptrdiff_t" (C99 7.17)
5673 QualType ASTContext::getPointerDiffType() const {
10505 Type = Context.getPointerDiffType();
ItaniumMangle.cpp 5751 mangleType(Ctx.getPointerDiffType());
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCXXABI.cpp 38 return CGM.getTypes().ConvertType(CGM.getContext().getPointerDiffType());
ItaniumCXXABI.cpp 1357 CGF.ConvertType(CGF.getContext().getPointerDiffType());
1484 CGF.ConvertType(CGF.getContext().getPointerDiffType());
1543 CGF.ConvertType(CGF.getContext().getPointerDiffType());
2121 CGF.ConvertType(CGF.getContext().getPointerDiffType());
3573 CGM.getTypes().ConvertType(CGM.getContext().getPointerDiffType());
CGObjC.cpp 1199 args.add(RValue::get(ivarOffset), getContext().getPointerDiffType());
1491 args.add(RValue::get(ivarOffset), getContext().getPointerDiffType());
1496 args.add(RValue::get(ivarOffset), getContext().getPointerDiffType());
CGObjCMac.cpp 243 Ctx.getPointerDiffType()->getCanonicalTypeUnqualified(), Ctx.BoolTy};
259 Ctx.getPointerDiffType()->getCanonicalTypeUnqualified(),
287 Params.push_back(Ctx.getPointerDiffType()->getCanonicalTypeUnqualified());
CGClass.cpp 207 Types.ConvertType(getContext().getPointerDiffType());
CGObjCGNU.cpp 2152 Types.ConvertType(CGM.getContext().getPointerDiffType()));
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SMTConv.h 369 *RetTy = Ctx.getPointerDiffType();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1668 QualType getPointerDiffType() const;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 335 Context.getAtomicType(Context.getPointerDiffType());
SemaOverload.cpp 8570 S.Context.getPointerDiffType(),
8571 S.Context.getPointerDiffType(),
8791 isEqualOp ? PtrTy : S.Context.getPointerDiffType(),
8998 QualType ParamTypes[2] = {PtrTy, S.Context.getPointerDiffType()};
9008 QualType ParamTypes[2] = {S.Context.getPointerDiffType(), PtrTy};
SemaStmt.cpp 2791 Context, CAT->getSize(), Context.getPointerDiffType(), RangeLoc);
SemaChecking.cpp 5233 Ty = Context.getPointerDiffType();
SemaCodeComplete.cpp 450 return S.getASTContext().getPointerDiffType();
SemaExpr.cpp 10816 return Context.getPointerDiffType();

Completed in 120 milliseconds