Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExceptionSpec.cpp134 QualType PointeeT = T; in CheckSpecifiedExceptionType() local
136 PointeeT = PT->getPointeeType(); in CheckSpecifiedExceptionType()
141 if (PointeeT->isVoidType()) in CheckSpecifiedExceptionType()
144 PointeeT = RT->getPointeeType(); in CheckSpecifiedExceptionType()
170 if (!(PointeeT->isRecordType() && in CheckSpecifiedExceptionType()
171 PointeeT->castAs<RecordType>()->isBeingDefined()) && in CheckSpecifiedExceptionType()
172 RequireCompleteType(Range.getBegin(), PointeeT, DiagID, Kind, Range)) in CheckSpecifiedExceptionType()
177 if (PointeeT->isSizelessType() && Kind != 1) { in CheckSpecifiedExceptionType()
179 << (Kind == 2 ? 1 : 0) << PointeeT << Range; in CheckSpecifiedExceptionType()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DOwnership.h66 template <typename PointeeT> PointeeT* getPtrTo() const { in getPtrTo()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp3714 const auto *PointeeT = PtrT->getPointeeType() in IsPreserveAIArrayBase() local
3716 if (const auto *RecT = dyn_cast<RecordType>(PointeeT)) in IsPreserveAIArrayBase()