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

1 2 3

  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 216 QualType PT = getContext().getPointerType(QualType(T, 0));
325 if (shouldBeModeledWithNoOp(Context, Context.getPointerType(castTy),
326 Context.getPointerType(originalTy)))
369 // QualType pointerTy = C.getPointerType(elemTy);
ExprEngineC.cpp 334 resultType = getContext().getPointerType(resultType);
387 resultType = getContext().getPointerType(resultType);
495 Ty = getContext().getPointerType(Ty);
    [all...]
Store.cpp 367 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.getWCharType());
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 521 = Context.getPointerType(Context.getQualifiedType(SrcConstruct, *i1));
523 = Context.getPointerType(Context.getQualifiedType(DestConstruct, *i2));
    [all...]
SemaExprObjC.cpp 72 Context.getPointerType(Context.CharTy),
490 Context.getPointerType(ConstCharType),
658 Context.getPointerType(IdT),
686 << Context.getPointerType(IdT.withConst());
    [all...]
SemaExprCXX.cpp 673 = S.Context.getPointerType(
    [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 50 QualType Ty = Ctx.getPointerType(Ctx.getRecordType(MD->getParent()));
CStringChecker.cpp 346 QualType PtrTy = Ctx.getPointerType(Ctx.CharTy);
484 QualType CharPtrTy = Ctx.getPointerType(Ctx.CharTy);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 744 ArgTys.push_back(Context.getPointerType(Context.VoidPtrTy));
768 ArgTys.push_back(Context.getPointerType(Context.VoidPtrTy));
797 QualType T = Context.getPointerType(Context.VoidPtrTy);
    [all...]
CGRTTI.cpp     [all...]
CGDebugInfo.cpp 707 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
712 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
715 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
    [all...]
CGExprAgg.cpp 395 QualType elementPtr = ctx.getPointerType(element.withConst());
632 QualType PtrTy = CGF.getContext().getPointerType(Ty);
    [all...]
CGClass.cpp     [all...]
CGObjC.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 879 QualType getPointerType(QualType T) const
    [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 412 C.getPointerType(ClearObjectFDType),
566 C.getPointerType(BaseType->getCanonicalTypeInternal()),
811 C.getPointerType(SetObjectFDType),
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 501 return ctx.getPointerType(getValueType());
544 return Ctx.getPointerType(D->getType());
    [all...]

Completed in 1402 milliseconds

1 2 3