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

  /external/clang/lib/Analysis/
PrintfFormatString.cpp 438 return ArgType(Ctx.getPointerDiffType(), "ptrdiff_t");
504 return ArgType::PtrTo(ArgType(Ctx.getPointerDiffType(), "ptrdiff_t"));
ScanfFormatString.cpp 257 return ArgType::PtrTo(ArgType(Ctx.getPointerDiffType(), "ptrdiff_t"));
389 return ArgType::PtrTo(ArgType(Ctx.getPointerDiffType(), "ptrdiff_t"));
  /external/clang/lib/CodeGen/
CGCXXABI.cpp 73 return CGM.getTypes().ConvertType(CGM.getContext().getPointerDiffType());
ItaniumCXXABI.cpp     [all...]
CGVTables.cpp 532 CGM.getTypes().ConvertType(CGM.getContext().getPointerDiffType());
    [all...]
CGObjC.cpp     [all...]
CGObjCMac.cpp 243 Ctx.getPointerDiffType()->getCanonicalTypeUnqualified(), Ctx.BoolTy};
259 Ctx.getPointerDiffType()->getCanonicalTypeUnqualified(),
287 Params.push_back(Ctx.getPointerDiffType()->getCanonicalTypeUnqualified());
    [all...]
CGClass.cpp 186 Types.ConvertType(getContext().getPointerDiffType());
    [all...]
CGObjCGNU.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp 165 QualType DiffTy = SymMgr.getContext().getPointerDiffType();
  /external/clang/lib/Sema/
Sema.cpp 247 Context.getAtomicType(Context.getPointerDiffType()));
    [all...]
SemaOverload.cpp     [all...]
SemaStmt.cpp     [all...]
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 361 milliseconds