Searched refs:PtrT (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h148 if (const auto *PtrT = dyn_cast<PointerType>(V->getType()))
149 return PtrT->getElementType()->isSized();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DOwnership.h71 /// \tparam PtrT Result pointer type. There must be implicit conversion
72 /// from PtrTy to PtrT.
76 template <typename PtrT> PtrT getPtrAs() const {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp844 const PointerType *PtrT = T->getAs<PointerType>(); local
845 if (!PtrT ||
846 !Context.hasSameUnqualifiedType(PtrT->getPointeeType(), IdT)) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3566 const auto *PtrT = VarDef->getType()->getAs<PointerType>(); local
3567 if (!PtrT)
3570 const auto *PointeeT = PtrT->getPointeeType()

Completed in 260 milliseconds