Home
last modified time | relevance | path

Searched refs:PointeeT (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedPointee.cpp176 QualType PointeeT = DynT->getPointeeType(); in isDereferencableUninit() local
178 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()
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersASTChecker.cpp49 QualType PointeeT = TP->getPointeeType(); in hasPointerToPointerSizedType() local
50 if (!PointeeT.isNull()) { in hasPointerToPointerSizedType()
54 if (const Type *TElem = PointeeT->getArrayElementTypeNoTypeQual()) in hasPointerToPointerSizedType()
59 return isPointerSize(PointeeT.getTypePtr()); in hasPointerToPointerSizedType()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp128 QualType PointeeT = T; in CheckSpecifiedExceptionType() local
130 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()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DOwnership.h66 template <typename PointeeT> PointeeT* getPtrTo() const { in getPtrTo()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4047 const auto *PointeeT = PtrT->getPointeeType() in IsPreserveAIArrayBase() local
4049 if (const auto *RecT = dyn_cast<RecordType>(PointeeT)) in IsPreserveAIArrayBase()