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

1 2 3

  /frameworks/compile/slang/
slang_rs_foreach_lowering.cpp 154 clang::QualType AllocPtrTy = mASTCtxt.getPointerType(AllocTy);
157 const clang::QualType ScriptCallPtrTy = mASTCtxt.getPointerType(ScriptCallTy);
208 mASTCtxt, mASTCtxt.getPointerType(FDNewType),
328 const clang::QualType AllocPtrTy = mASTCtxt.getPointerType(AllocTy);
351 const clang::QualType ScriptCallPtrTy = mASTCtxt.getPointerType(ScriptCallTy);
slang_rs_context.cpp 357 const clang::QualType VoidPtrType = mCtx.getPointerType(mCtx.VoidTy);
376 clang::ImplicitCastExpr *const ICE = clang::ImplicitCastExpr::Create(mCtx, mCtx.getPointerType(FD->getType()),
slang_rs_object_ref_count.cpp 311 C.getPointerType(ClearObjectFDType),
464 C.getPointerType(BaseType->getCanonicalTypeInternal()),
706 C.getPointerType(SetObjectFDType),
828 C.getPointerType(BaseType->getCanonicalTypeInternal()),
844 C.getPointerType(BaseType->getCanonicalTypeInternal()),
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 514 T = Context->getPointerType(BPT->getPointeeType());
542 T = Context->getPointerType(T);
    [all...]
RewriteObjC.cpp 419 T = Context->getPointerType(BPT->getPointeeType());
442 T = Context->getPointerType(T);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 125 T = LCtx->getAnalysisDeclContext()->getASTContext().getPointerType(ExType);
242 QualType PT = getContext().getPointerType(QualType(T, 0));
458 if (shouldBeModeledWithNoOp(Context, Context.getPointerType(castTy),
459 Context.getPointerType(originalTy)))
504 // QualType pointerTy = C.getPointerType(elemTy);
ExprEngineC.cpp 368 resultType = getContext().getPointerType(resultType);
420 resultType = getContext().getPointerType(resultType);
519 Ty = getContext().getPointerType(Ty);
    [all...]
Store.cpp 379 T = Ctx.getPointerType(RT->getPointeeType());
  /external/clang/lib/Analysis/
FormatString.cpp 429 Res = C.getPointerType(C.CharTy);
432 Res = C.getPointerType(C.getWideCharType());
447 Res = C.getPointerType(Res);
PrintfFormatString.cpp 516 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()),
525 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()),
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 136 CanConvert = CompareTypes(S.Context.getPointerType(FromQTy), ToQTy,
SemaCast.cpp 558 = Context.getPointerType(Context.getQualifiedType(SrcConstruct, *i1));
560 = Context.getPointerType(Context.getQualifiedType(DestConstruct, *i2));
    [all...]
SemaExprObjC.cpp 553 Context.getPointerType(ConstCharType),
677 Context.getPointerType(ConstCharType),
798 Context.getPointerType(IdT),
    [all...]
SemaExpr.cpp 522 E = ImpCastExprToType(E, Context.getPointerType(Ty),
733 Res = ImpCastExprToType(E, Context.getPointerType(Ty),
    [all...]
SemaOverload.cpp 68 return S.ImpCastExprToType(DRE, S.Context.getPointerType(DRE->getType()),
    [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp     [all...]
CGDebugInfo.cpp 780 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
785 FType = CGM.getContext().getPointerType(Ty->getPointeeType());
788 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
    [all...]
CGObjC.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
CGClass.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 513 return ctx.getPointerType(getValueType());
556 return Ctx.getPointerType(D->getType());
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 362 QualType PtrTy = Ctx.getPointerType(Ctx.CharTy);
500 QualType CharPtrTy = Ctx.getPointerType(Ctx.CharTy);
    [all...]

Completed in 261 milliseconds

1 2 3