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

1 2 3

  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 523 T = Context->getPointerType(BPT->getPointeeType());
551 T = Context->getPointerType(T);
    [all...]
RewriteObjC.cpp 428 T = Context->getPointerType(BPT->getPointeeType());
451 T = Context->getPointerType(T);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 119 T = LCtx->getAnalysisDeclContext()->getASTContext().getPointerType(ExType);
225 QualType PT = getContext().getPointerType(QualType(T, 0));
430 if (shouldBeModeledWithNoOp(Context, Context.getPointerType(castTy),
431 Context.getPointerType(originalTy)))
476 // QualType pointerTy = C.getPointerType(elemTy);
ExprEngineC.cpp 346 resultType = getContext().getPointerType(resultType);
398 resultType = getContext().getPointerType(resultType);
494 Ty = getContext().getPointerType(Ty);
    [all...]
Store.cpp 390 T = Ctx.getPointerType(RT->getPointeeType());
  /external/clang/lib/Analysis/
FormatString.cpp 419 Res = C.getPointerType(C.CharTy);
422 Res = C.getPointerType(C.getWideCharType());
437 Res = C.getPointerType(Res);
PrintfFormatString.cpp 383 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()),
390 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 512 Context.getPointerType(ConstCharType),
673 Context.getPointerType(IdT),
701 << Context.getPointerType(IdT.withConst());
    [all...]
SemaExprCXX.cpp 750 return Context.getPointerType(ClassTy);
772 = S.Context.getPointerType(
    [all...]
SemaExpr.cpp 451 E = ImpCastExprToType(E, Context.getPointerType(Ty),
657 Res = ImpCastExprToType(E, Context.getPointerType(Ty),
    [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 52 QualType Ty = Ctx.getPointerType(Ctx.getRecordType(MD->getParent()));
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.cpp 441 return ast_ctx.getPointerType(target_type);
478 return ast_ctx.getPointerType(ast_ctx.CharTy);
  /external/lldb/source/Expression/
ASTResultSynthesizer.cpp 351 ptr_qual_type = Ctx.getPointerType(expr_qual_type);
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 398 C.getPointerType(ClearObjectFDType),
551 C.getPointerType(BaseType->getCanonicalTypeInternal()),
794 C.getPointerType(SetObjectFDType),
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 698 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
703 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
706 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
    [all...]
ItaniumCXXABI.cpp     [all...]
CGObjC.cpp     [all...]
CGClass.cpp     [all...]
CGExprCXX.cpp 89 return EmitCall(getContext().getPointerType(MD->getType()), Callee,
270 getContext().getPointerType(getContext().getTagDeclType(RD));
    [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...]

Completed in 534 milliseconds

1 2 3