Searched refs:PtrT (Results 1 – 7 of 7) sorted by relevance
782 if (const auto *PtrT = Type->getAs<PointerType>()) { in getCXXRecordDecl() local783 Type = PtrT->getPointeeType(); in getCXXRecordDecl()
2274 QualType PtrT = P.getType(); in SubPtr() local2275 while (auto *AT = dyn_cast<ArrayType>(PtrT)) in SubPtr()2276 PtrT = AT->getElementType(); in SubPtr()2279 PtrT, APInt::getZero(1), nullptr, ArraySizeModifier::Normal, 0); in SubPtr()
744 PrimType PtrT = S.getContext().classify(Call->getArg(0)).value_or(PT_Ptr); in interp__builtin_addressof() local745 assert(PtrT == PT_Ptr && in interp__builtin_addressof()
538 PrimType PtrT = classifyPrim(SubExpr->getType()); in VisitCastExpr() local542 return this->emitIsNonNull(PtrT, CE); in VisitCastExpr()
848 const PointerType *PtrT = T->getAs<PointerType>(); in BuildObjCArrayLiteral() local849 if (!PtrT || in BuildObjCArrayLiteral()850 !Context.hasSameUnqualifiedType(PtrT->getPointeeType(), IdT)) { in BuildObjCArrayLiteral()
4269 const auto *PtrT = VarDef->getType()->getAs<PointerType>(); in IsPreserveAIArrayBase() local4270 if (!PtrT) in IsPreserveAIArrayBase()4273 const auto *PointeeT = PtrT->getPointeeType() in IsPreserveAIArrayBase()
3259 if (auto *PtrT = dyn_cast<PointerType>(I->getType())) { in isKnownNonZeroFromOperator() local3262 !NullPointerIsDefined(LI->getFunction(), PtrT->getAddressSpace()))) in isKnownNonZeroFromOperator()