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

  /external/clang/lib/CodeGen/
CGCXXABI.cpp 39 return CGM.getTypes().ConvertType(CGM.getContext().getPointerDiffType());
CGClass.cpp 66 Types.ConvertType(getContext().getPointerDiffType());
111 CGF.ConvertType(CGF.getContext().getPointerDiffType());
    [all...]
CGExprCXX.cpp     [all...]
CGRTTI.cpp 483 CGM.getTypes().ConvertType(CGM.getContext().getPointerDiffType());
    [all...]
CGObjC.cpp 378 Args.add(RValue::get(Offset), getContext().getPointerDiffType());
597 Args.add(RValue::get(Offset), getContext().getPointerDiffType());
    [all...]
ItaniumCXXABI.cpp 44 QualType T = getContext().getPointerDiffType();
    [all...]
CGVTables.cpp     [all...]
CGObjCMac.cpp 213 Params.push_back(Ctx.getPointerDiffType()->getCanonicalTypeUnqualified());
231 Params.push_back(Ctx.getPointerDiffType()->getCanonicalTypeUnqualified());
    [all...]
CGDebugInfo.cpp     [all...]
CGObjCGNU.cpp 679 Types.ConvertType(CGM.getContext().getPointerDiffType()));
    [all...]
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 309 case LengthModifier::AsPtrDiff: return Ctx.getPointerDiffType();
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaStmt.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 53 milliseconds