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 39 return CGM.getTypes().ConvertType(CGM.getContext().getPointerDiffType());
CGVTables.cpp 70 CGF.ConvertType(CGF.getContext().getPointerDiffType());
508 CGM.getTypes().ConvertType(CGM.getContext().getPointerDiffType());
    [all...]
CGRTTI.cpp 497 CGM.getTypes().ConvertType(CGM.getContext().getPointerDiffType());
    [all...]
CGClass.cpp 70 Types.ConvertType(getContext().getPointerDiffType());
    [all...]
CGExprCXX.cpp     [all...]
ItaniumCXXABI.cpp 45 QualType T = getContext().getPointerDiffType();
    [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...]
CGObjCGNU.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaChecking.cpp 847 Ty = Context.getPointerDiffType();
    [all...]
SemaStmt.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 169 milliseconds