Searched refs:getPointerType (Results 1 - 25 of 53) sorted by relevance

123

/external/clang/lib/StaticAnalyzer/Core/
H A DObjCMessage.cpp42 resultTy = ctx.getPointerType(resultTy);
H A DSValBuilder.cpp293 if (haveSimilarTypes(Context, Context.getPointerType(castTy),
294 Context.getPointerType(originalTy)))
337 // QualType pointerTy = C.getPointerType(elemTy);
H A DExprEngineCXX.cpp27 QualType PT = getContext().getPointerType(QualType(T, 0));
H A DStore.cpp229 T = Ctx.getPointerType(RT->getPointeeType());
H A DExprEngineC.cpp295 resultType = getContext().getPointerType(resultType);
344 resultType = getContext().getPointerType(resultType);
422 Ty = getContext().getPointerType(Ty);
H A DExprEngineCallAndReturn.cpp439 ResultTy = Eng.getContext().getPointerType(ResultTy);
/external/clang/lib/Rewrite/
H A DRewriteModernObjC.cpp453 T = Context->getPointerType(BPT->getPointeeType());
481 T = Context->getPointerType(T);
1158 selfTy = Context->getPointerType(selfTy);
1932 QualType StrType = Context->getPointerType(Context->CharTy);
1951 QualType argType = Context->getPointerType(Context->CharTy);
1974 QualType pToFunc = Context->getPointerType(msgSendType);
2183 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst()));
2390 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst()));
2423 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst()));
2469 Context->getPointerType(DR
[all...]
H A DRewriteObjC.cpp420 T = Context->getPointerType(BPT->getPointeeType());
443 T = Context->getPointerType(T);
1111 selfTy = Context->getPointerType(selfTy);
2008 QualType StrType = Context->getPointerType(Context->CharTy);
2027 QualType argType = Context->getPointerType(Context->CharTy);
2050 QualType pToFunc = Context->getPointerType(msgSendType);
2259 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst()));
2395 QualType argT = Context->getPointerType(Context->getTagDeclType(RD));
2442 QualType argT = Context->getPointerType(Context->getTagDeclType(RD));
2484 ArgTys.push_back(Context->getPointerType(Contex
[all...]
/external/clang/lib/Analysis/
H A DScanfFormatString.cpp484 return C.getPointerType(C.CharTy);
486 return C.getPointerType(C.getWCharType());
488 return C.getPointerType(A.getRepresentativeType(C));
H A DFormatString.cpp375 return C.getPointerType(C.CharTy);
377 return C.getPointerType(C.getWCharType());
H A DPrintfFormatString.cpp319 return Ctx.getPointerType(Ctx.UnsignedShortTy.withConst());
325 return Ctx.getPointerType(Ctx.UnsignedShortTy.withConst());
/external/clang/lib/AST/
H A DASTDiagnostic.cpp116 QT = Context.getPointerType(Desugar(Context, Ty->getPointeeType(),
H A DASTContext.cpp490 VoidPtrTy = getPointerType(VoidTy);
758 T = getPointerType(RT->getPointeeType());
1444 return getPointerType(ResultType);
1509 /// getPointerType - Return the uniqued reference to the type for a pointer to
1511 QualType ASTContext::getPointerType(QualType T) const { function in class:ASTContext
1525 Canonical = getPointerType(getCanonicalType(T));
1779 result = getPointerType(getVariableArrayDecayedType(
3106 Result = getPointerType(QualType(Ty, 0));
3488 return getPointerType(T);
3513 QualType PtrTy = getPointerType(PrettyArrayTyp
[all...]
/external/clang/lib/Sema/
H A DSemaFixItUtils.cpp135 CanConvert = CompareTypes(S.Context.getPointerType(FromQTy), ToQTy,
H A DSemaCast.cpp517 = Context.getPointerType(Context.getQualifiedType(SrcConstruct, *i1));
519 = Context.getPointerType(Context.getQualifiedType(DestConstruct, *i2));
1365 DestType = Self.Context.getPointerType(DestTypeTmp->getPointeeType());
1366 SrcType = Self.Context.getPointerType(SrcType);
1543 DestType = Self.Context.getPointerType(DestTypeTmp->getPointeeType());
1544 SrcType = Self.Context.getPointerType(SrcType);
H A DSemaExprObjC.cpp72 Context.getPointerType(Context.CharTy),
465 Context.getPointerType(Context.CharTy.withConst()),
608 Context.getPointerType(IdT),
655 << Context.getPointerType(IdT.withConst());
741 Context.getPointerType(IdT),
750 Context.getPointerType(IdT),
795 << Context.getPointerType(IdT.withConst());
830 << Context.getPointerType(IdT.withConst());
H A DSemaExpr.cpp321 E = ImpCastExprToType(E, Context.getPointerType(Ty),
1938 DestType = Context.getPointerType(DestRecordType);
2011 QType = Context.getPointerType(QType);
2048 UType = Context.getPointerType(UType);
4604 QualType incompatTy = S.Context.getPointerType(S.Context.VoidTy);
4612 ResultTy = S.Context.getPointerType(ResultTy);
4629 QualType destType = S.Context.getPointerType(S.Context.VoidTy);
4662 QualType destType = S.Context.getPointerType(destPointee);
4672 QualType destType = S.Context.getPointerType(destPointee);
4938 QualType destType = Context.getPointerType(destPointe
[all...]
/external/clang/include/clang/AST/
H A DASTContext.h675 /// getPointerType - Return the uniqued reference to the type for a pointer to
677 QualType getPointerType(QualType T) const;
678 CanQualType getPointerType(CanQualType T) const { function in class:clang::ASTContext
679 return CanQualType::CreateUnsafe(getPointerType((QualType) T));
/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp347 QualType elementPtr = ctx.getPointerType(element.withConst());
570 QualType PtrTy = CGF.getContext().getPointerType(Ty);
1330 QualType arrayPtr = ctx.getPointerType(array);
H A DItaniumCXXABI.cpp692 ArgTys.push_back(Context.getPointerType(Context.VoidPtrTy));
716 ArgTys.push_back(Context.getPointerType(Context.VoidPtrTy));
745 QualType T = Context.getPointerType(Context.VoidPtrTy);
H A DCGRTTI.cpp995 QualType PointerType = Context.getPointerType(Type);
996 QualType PointerTypeConst = Context.getPointerType(Type.withConst());
H A DCodeGenModule.cpp1434 QualType elementPtr = ctx.getPointerType(elementType.withConst());
2093 FieldTypes[0] = Context.getPointerType(Context.IntTy.withConst());
2095 FieldTypes[1] = Context.getPointerType(Context.CharTy.withConst());
2168 Context.getPointerType(Context.getObjCIdType()),
2169 Context.getPointerType(Context.UnsignedLongTy),
H A DCGClass.cpp1331 QualType VoidPP = getContext().getPointerType(getContext().VoidPtrTy);
1787 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda));
1818 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda));
H A DCGExprCXX.cpp43 QualType T = getContext().getPointerType(getContext().VoidPtrTy);
194 return EmitCall(getContext().getPointerType(MD->getType()), Callee,
318 getContext().getPointerType(getContext().getTagDeclType(RD));
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h473 return ctx.getPointerType(getValueType());
510 return getContext().getPointerType(FD->getType());

Completed in 262 milliseconds

123