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

1 2

  /external/clang/lib/StaticAnalyzer/Core/
ObjCMessage.cpp 130 resultTy = ctx.getPointerType(resultTy);
Store.cpp 226 T = Ctx.getPointerType(RT->getPointeeType());
CXXExprEngine.cpp 96 QualType PT = getContext().getPointerType(QualType(T, 0));
  /external/clang/lib/Analysis/
FormatString.cpp 322 return C.getPointerType(C.CharTy);
324 return C.getPointerType(C.getWCharType());
  /external/clang/lib/Rewrite/
RewriteObjC.cpp 402 T = Context->getPointerType(BPT->getPointeeType());
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 116 QT = Context.getPointerType(Desugar(Context, Ty->getPointeeType(),
ASTContext.cpp 447 VoidPtrTy = getPointerType(VoidTy);
682 T = getPointerType(RT->getPointeeType());
    [all...]
ExprCXX.cpp 148 Context.getPointerType(Context.getFunctionType(Context.VoidTy, 0, 0,
    [all...]
DeclCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaCXXCast.cpp 449 = Context.getPointerType(Context.getQualifiedType(SrcConstruct, *i1));
451 = Context.getPointerType(Context.getQualifiedType(DestConstruct, *i2));
    [all...]
SemaExprCXX.cpp 660 ThisTy = Context.getPointerType(Context.getRecordType(RD));
    [all...]
SemaExpr.cpp 268 E = ImpCastExprToType(E, Context.getPointerType(Ty),
    [all...]
SemaOverload.cpp     [all...]
Sema.cpp 90 QualType SelT = Context.getPointerType(Context.ObjCBuiltinSelTy);
    [all...]
SemaTemplateDeduction.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 413 C.getPointerType(ClearObjectFDType),
561 C.getPointerType(BaseType->getCanonicalTypeInternal()),
801 C.getPointerType(SetObjectFDType),
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 556 /// getPointerType - Return the uniqued reference to the type for a pointer to
558 QualType getPointerType(QualType T) const;
559 CanQualType getPointerType(CanQualType T) const {
560 return CanQualType::CreateUnsafe(getPointerType((QualType) T));
    [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 688 ArgTys.push_back(Context.getPointerType(Context.VoidPtrTy));
712 ArgTys.push_back(Context.getPointerType(Context.VoidPtrTy));
741 QualType T = Context.getPointerType(Context.VoidPtrTy);
    [all...]
CGRTTI.cpp     [all...]
CGExprCXX.cpp 44 QualType T = getContext().getPointerType(getContext().VoidPtrTy);
192 return EmitCall(getContext().getPointerType(MD->getType()), Callee,
316 getContext().getPointerType(getContext().getTagDeclType(RD));
    [all...]
CGDebugInfo.cpp 521 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
526 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
529 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
    [all...]
CGExprComplex.cpp 375 CGF.ConvertType(CGF.getContext().getPointerType(DestTy)));
CGObjC.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 365 return ctx.getPointerType(getValueType());
411 return getContext().getPointerType(FD->getType());
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 306 QualType PtrTy = Ctx.getPointerType(Ctx.CharTy);
439 QualType CharPtrTy = Ctx.getPointerType(Ctx.CharTy);
    [all...]

Completed in 351 milliseconds

1 2