HomeSort by relevance Sort by last modified time
    Searched refs:getPointerDiffType (Results 1 - 17 of 17) sorted by null

  /external/clang/lib/Analysis/
PrintfFormatString.cpp 294 return ArgType(Ctx.getPointerDiffType(), "ptrdiff_t");
349 return ArgType::PtrTo(ArgType(Ctx.getPointerDiffType(), "ptrdiff_t"));
ScanfFormatString.cpp 241 return ArgType::PtrTo(ArgType(Ctx.getPointerDiffType(), "ptrdiff_t"));
357 return ArgType::PtrTo(ArgType(Ctx.getPointerDiffType(), "ptrdiff_t"));
  /external/clang/lib/CodeGen/
CGCXXABI.cpp 37 return CGM.getTypes().ConvertType(CGM.getContext().getPointerDiffType());
CGVTables.cpp 77 CGF.ConvertType(CGF.getContext().getPointerDiffType());
527 CGM.getTypes().ConvertType(CGM.getContext().getPointerDiffType());
    [all...]
CGRTTI.cpp 501 CGM.getTypes().ConvertType(CGM.getContext().getPointerDiffType());
    [all...]
CGExprCXX.cpp     [all...]
CGObjC.cpp     [all...]
CGObjCMac.cpp 242 Params.push_back(Ctx.getPointerDiffType()->getCanonicalTypeUnqualified());
260 Params.push_back(Ctx.getPointerDiffType()->getCanonicalTypeUnqualified());
289 Params.push_back(Ctx.getPointerDiffType()->getCanonicalTypeUnqualified());
    [all...]
CGClass.cpp 70 Types.ConvertType(getContext().getPointerDiffType());
    [all...]
CGObjCGNU.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp 196 QualType DiffTy = SymMgr.getContext().getPointerDiffType();
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaStmt.cpp     [all...]
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 127 milliseconds