Home
last modified time | relevance | path

Searched refs:PtrT (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DOwnership.h76 template <typename PtrT> PtrT getPtrAs() const { in getPtrAs()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp622 PrimType PtrT = in interp__builtin_addressof() local
625 if (PtrT == PT_FnPtr) { in interp__builtin_addressof()
628 } else if (PtrT == PT_Ptr) { in interp__builtin_addressof()
H A DByteCodeExprGen.cpp220 PrimType PtrT = classifyPrim(SubExpr->getType()); in VisitCastExpr() local
226 if (!this->emitNull(PtrT, CE)) in VisitCastExpr()
229 return this->emitNE(PtrT, CE); in VisitCastExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp845 const PointerType *PtrT = T->getAs<PointerType>(); in BuildObjCArrayLiteral() local
846 if (!PtrT || in BuildObjCArrayLiteral()
847 !Context.hasSameUnqualifiedType(PtrT->getPointeeType(), IdT)) { in BuildObjCArrayLiteral()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4000 const auto *PtrT = VarDef->getType()->getAs<PointerType>(); in IsPreserveAIArrayBase() local
4001 if (!PtrT) in IsPreserveAIArrayBase()
4004 const auto *PointeeT = PtrT->getPointeeType() in IsPreserveAIArrayBase()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp2662 if (auto *PtrT = dyn_cast<PointerType>(I->getType())) in isKnownNonZeroFromOperator() local
2665 !NullPointerIsDefined(LI->getFunction(), PtrT->getAddressSpace()))) in isKnownNonZeroFromOperator()