Searched refs:PointeeT (Results 1 – 4 of 4) sorted by relevance
176 QualType PointeeT = DynT->getPointeeType(); in isDereferencableUninit() local178 if (PointeeT->isStructureOrClassType()) { in isDereferencableUninit()184 if (PointeeT->isUnionType()) { in isDereferencableUninit()196 if (PointeeT->isArrayType()) { in isDereferencableUninit()201 assert((isPrimitiveType(PointeeT) || isDereferencableType(PointeeT)) && in isDereferencableUninit()
49 QualType PointeeT = TP->getPointeeType(); in hasPointerToPointerSizedType() local50 if (!PointeeT.isNull()) { in hasPointerToPointerSizedType()54 if (const Type *TElem = PointeeT->getArrayElementTypeNoTypeQual()) in hasPointerToPointerSizedType()59 return isPointerSize(PointeeT.getTypePtr()); in hasPointerToPointerSizedType()
128 QualType PointeeT = T; in CheckSpecifiedExceptionType() local130 PointeeT = PT->getPointeeType(); in CheckSpecifiedExceptionType()135 if (PointeeT->isVoidType()) in CheckSpecifiedExceptionType()138 PointeeT = RT->getPointeeType(); in CheckSpecifiedExceptionType()164 if (!(PointeeT->isRecordType() && in CheckSpecifiedExceptionType()165 PointeeT->castAs<RecordType>()->isBeingDefined()) && in CheckSpecifiedExceptionType()166 RequireCompleteType(Range.getBegin(), PointeeT, DiagID, Kind, Range)) in CheckSpecifiedExceptionType()170 if (PointeeT.isWebAssemblyReferenceType()) { in CheckSpecifiedExceptionType()177 if (PointeeT->isSizelessType() && Kind != 1) { in CheckSpecifiedExceptionType()179 << (Kind == 2 ? 1 : 0) << PointeeT << Range; in CheckSpecifiedExceptionType()
4047 const auto *PointeeT = PtrT->getPointeeType() in IsPreserveAIArrayBase() local4049 if (const auto *RecT = dyn_cast<RecordType>(PointeeT)) in IsPreserveAIArrayBase()