Searched refs:PtrT (Results 1 – 6 of 6) sorted by relevance
778 if (const auto *PtrT = Type->getAs<PointerType>()) { in getCXXRecordDecl() local779 Type = PtrT->getPointeeType(); in getCXXRecordDecl()
613 PrimType PtrT = S.getContext().classify(Call->getArg(0)).value_or(PT_Ptr); in interp__builtin_addressof() local615 if (PtrT == PT_FnPtr) { in interp__builtin_addressof()618 } else if (PtrT == PT_Ptr) { in interp__builtin_addressof()
496 PrimType PtrT = classifyPrim(SubExpr->getType()); in VisitCastExpr() local502 if (!this->emitNull(PtrT, nullptr, CE)) in VisitCastExpr()505 return this->emitNE(PtrT, CE); in VisitCastExpr()
853 const PointerType *PtrT = T->getAs<PointerType>(); in BuildObjCArrayLiteral() local854 if (!PtrT || in BuildObjCArrayLiteral()855 !Context.hasSameUnqualifiedType(PtrT->getPointeeType(), IdT)) { in BuildObjCArrayLiteral()
4043 const auto *PtrT = VarDef->getType()->getAs<PointerType>(); in IsPreserveAIArrayBase() local4044 if (!PtrT) in IsPreserveAIArrayBase()4047 const auto *PointeeT = PtrT->getPointeeType() in IsPreserveAIArrayBase()
3032 if (auto *PtrT = dyn_cast<PointerType>(I->getType())) { in isKnownNonZeroFromOperator() local3035 !NullPointerIsDefined(LI->getFunction(), PtrT->getAddressSpace()))) in isKnownNonZeroFromOperator()