Searched defs:PointeeTy (Results 1 - 14 of 14) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp96 QualType PointeeTy = CastToTy->getPointeeType(); local
97 QualType CanonPointeeTy = Ctx.getCanonicalType(PointeeTy);
140 return MakeElementRegion(R, PointeeTy);
179 QualType CanonPointeeTy = Ctx.getCanonicalType(PointeeTy);
185 return MakeElementRegion(baseR, PointeeTy);
189 // if the offset can be evenly divided by sizeof(PointeeTy). If so,
198 // We can only compute sizeof(PointeeTy) if it is a complete type.
199 if (IsCompleteType(Ctx, PointeeTy)) {
201 CharUnits pointeeTySize = Ctx.getTypeSizeInChars(PointeeTy);
204 // ElementRegion (with elementType == PointeeTy) directl
[all...]
H A DCallEvent.cpp114 QualType PointeeTy = Ty->getPointeeType(); local
115 if (PointeeTy == QualType())
117 if (!PointeeTy.isConstQualified())
119 if (PointeeTy->isAnyPointerType())
/external/llvm/lib/Transforms/Instrumentation/
H A DDebugIR.cpp401 Type *PointeeTy = T->getPointerElementType(); local
402 if (!(N = getType(PointeeTy)))
404 getOrCreateType(PointeeTy), Layout.getPointerTypeSizeInBits(T),
/external/clang/lib/Sema/
H A DSema.cpp1304 QualType PointeeTy = ExprTy->getPointeeType(); local
1305 if (!PointeeTy.isNull())
1306 FunTy = PointeeTy->getAs<FunctionType>();
H A DSemaChecking.cpp4087 QualType PointeeTy = DestPtrTy->getPointeeType(); local
4091 if (PointeeTy->isVoidType())
4116 if (!PointeeTy->isIncompleteType() &&
4117 (Context.getTypeSize(PointeeTy) == Context.getCharWidth()))
4140 << PointeeTy
4157 if (PointeeTy->isRecordType() &&
4162 << PointeeTy << Dest->getSourceRange()
4171 getContainedDynamicClass(PointeeTy, IsContained)) {
4191 } else if (PointeeTy.hasNonTrivialObjCLifetime() &&
4196 << ArgIdx << FnName << PointeeTy
[all...]
H A DSemaOverload.cpp6616 QualType PointeeTy;
6621 PointeeTy = PTy->getPointeeType();
6624 PointeeTy = PointerTy->getPointeeType();
6631 if (PointeeTy->isArrayType())
6634 unsigned BaseCVR = PointeeTy.getCVRQualifiers();
6648 (!(PointeeTy->isAnyPointerType() || PointeeTy->isReferenceType()))))
6652 QualType QPointeeTy = Context.getCVRQualifiedType(PointeeTy, CVR);
6687 QualType PointeeTy = PointerTy->getPointeeType(); local
6692 if (PointeeTy
7392 QualType PointeeTy = (*Ptr)->getPointeeType(); local
[all...]
H A DSemaExpr.cpp7071 QualType PointeeTy = Operand->getType()->getPointeeType(); local
7072 return S.RequireCompleteType(Loc, PointeeTy,
7074 PointeeTy, Operand->getSourceRange());
7089 QualType PointeeTy = Operand->getType()->getPointeeType();
7090 if (PointeeTy->isVoidType()) {
7094 if (PointeeTy->isFunctionType()) {
/external/llvm/lib/IR/
H A DDIBuilder.cpp304 DIBuilder::createPointerType(DIType PointeeTy, uint64_t SizeInBits, argument
317 PointeeTy.getRef()
322 DIDerivedType DIBuilder::createMemberPointerType(DIType PointeeTy, argument
335 PointeeTy.getRef(),
/external/clang/lib/AST/
H A DMicrosoftMangle.cpp1855 QualType PointeeTy = T->getPointeeType(); local
1856 mangleType(PointeeTy, Range);
H A DASTContext.cpp5076 void ASTContext::getLegacyIntegralTypeEncoding (QualType &PointeeTy) const {
5077 if (isa<TypedefType>(PointeeTy.getTypePtr())) {
5078 if (const BuiltinType *BT = PointeeTy->getAs<BuiltinType>()) {
5079 if (BT->getKind() == BuiltinType::ULong && getIntWidth(PointeeTy) == 32)
5080 PointeeTy = UnsignedIntTy;
5082 if (BT->getKind() == BuiltinType::Long && getIntWidth(PointeeTy) == 32)
5083 PointeeTy = IntTy;
5254 QualType PointeeTy; local
5261 PointeeTy = PT->getPointeeType();
5263 PointeeTy
5506 QualType PointeeTy = OPT->getPointeeType(); local
[all...]
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp636 QualType PointeeTy,
640 return DBuilder.createReferenceType(Tag, getOrCreateType(PointeeTy, Unit));
645 unsigned AS = CGM.getContext().getTargetAddressSpace(PointeeTy);
649 return DBuilder.createPointerType(getOrCreateType(PointeeTy, Unit), Size,
1003 QualType PointeeTy = ThisPtrTy->getPointeeType(); local
1004 unsigned AS = CGM.getContext().getTargetAddressSpace(PointeeTy);
1007 llvm::DIType PointeeType = getOrCreateType(PointeeTy, Unit);
634 CreatePointerLikeType(llvm::dwarf::Tag Tag, const Type *Ty, QualType PointeeTy, llvm::DIFile Unit) argument
H A DItaniumCXXABI.cpp2014 void BuildPointerTypeInfo(QualType PointeeTy);
2182 QualType PointeeTy = PointerTy->getPointeeType(); local
2183 const BuiltinType *BuiltinTy = dyn_cast<BuiltinType>(PointeeTy);
2188 Qualifiers Quals = PointeeTy.getQualifiers();
2846 void ItaniumRTTIBuilder::BuildPointerTypeInfo(QualType PointeeTy) { argument
2849 CGM.getContext().getUnqualifiedArrayType(PointeeTy, Quals);
2878 QualType PointeeTy = Ty->getPointeeType(); local
2882 CGM.getContext().getUnqualifiedArrayType(PointeeTy, Quals);
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp1054 QualType PointeeTy; local
1056 PointeeTy = PT->getPointeeType();
1058 PointeeTy = BPT->getPointeeType();
1059 if ((FPRetType = PointeeTy->getAs<FunctionType>())) {
H A DRewriteModernObjC.cpp1252 QualType PointeeTy; local
1254 PointeeTy = PT->getPointeeType();
1256 PointeeTy = BPT->getPointeeType();
1257 if ((FPRetType = PointeeTy->getAs<FunctionType>())) {
2995 QualType PointeeTy = PT->getPointeeType(); local
2996 convertToUnqualifiedObjCType(PointeeTy);
2997 T = Context->getPointerType(PointeeTy);
4636 QualType PointeeTy; local
4638 PointeeTy = PT->getPointeeType();
4639 if (const FunctionType *FT = PointeeTy
[all...]

Completed in 3027 milliseconds