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

1 2 3

  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 119 T = LCtx->getAnalysisDeclContext()->getASTContext().getPointerType(ExType);
223 QualType PT = getContext().getPointerType(QualType(T, 0));
421 if (shouldBeModeledWithNoOp(Context, Context.getPointerType(castTy),
422 Context.getPointerType(originalTy)))
467 // QualType pointerTy = C.getPointerType(elemTy);
ExprEngineC.cpp 337 resultType = getContext().getPointerType(resultType);
389 resultType = getContext().getPointerType(resultType);
484 Ty = getContext().getPointerType(Ty);
    [all...]
Store.cpp 390 T = Ctx.getPointerType(RT->getPointeeType());
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 427 T = Context->getPointerType(BPT->getPointeeType());
450 T = Context->getPointerType(T);
    [all...]
RewriteModernObjC.cpp 509 T = Context->getPointerType(BPT->getPointeeType());
537 T = Context->getPointerType(T);
    [all...]
  /external/clang/lib/Analysis/
FormatString.cpp 398 Res = C.getPointerType(C.CharTy);
401 Res = C.getPointerType(C.getWideCharType());
416 Res = C.getPointerType(Res);
PrintfFormatString.cpp 362 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()),
369 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()),
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 136 CanConvert = CompareTypes(S.Context.getPointerType(FromQTy), ToQTy,
SemaCast.cpp 518 = Context.getPointerType(Context.getQualifiedType(SrcConstruct, *i1));
520 = Context.getPointerType(Context.getQualifiedType(DestConstruct, *i2));
    [all...]
SemaExprObjC.cpp 72 Context.getPointerType(Context.CharTy),
490 Context.getPointerType(ConstCharType),
658 Context.getPointerType(IdT),
684 << Context.getPointerType(IdT.withConst());
774 Context.getPointerType(IdT),
    [all...]
SemaExprCXX.cpp 719 = S.Context.getPointerType(
    [all...]
SemaChecking.cpp 421 QualType LHSTy = Context.getPointerType(EltTy);
504 << Context.getPointerType(AddrType)
509 AddrType = Context.getPointerType(AddrType);
605 QualType LHSTy = Context.getPointerType(EltTy);
    [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp 447 E = ImpCastExprToType(E, Context.getPointerType(Ty),
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 52 QualType Ty = Ctx.getPointerType(Ctx.getRecordType(MD->getParent()));
CStringChecker.cpp 348 QualType PtrTy = Ctx.getPointerType(Ctx.CharTy);
486 QualType CharPtrTy = Ctx.getPointerType(Ctx.CharTy);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 728 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
733 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
736 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
    [all...]
ItaniumCXXABI.cpp 774 ArgTys.push_back(Context.getPointerType(Context.VoidPtrTy));
    [all...]
CGRTTI.cpp     [all...]
CGClass.cpp     [all...]
CGObjC.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 412 C.getPointerType(ClearObjectFDType),
565 C.getPointerType(BaseType->getCanonicalTypeInternal()),
810 C.getPointerType(SetObjectFDType),
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 516 return ctx.getPointerType(getValueType());
559 return Ctx.getPointerType(D->getType());
    [all...]

Completed in 906 milliseconds

1 2 3