Home
last modified time | relevance | path

Searched defs:PtrT (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp782 if (const auto *PtrT = Type->getAs<PointerType>()) { in getCXXRecordDecl() local
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltin.cpp744 PrimType PtrT = S.getContext().classify(Call->getArg(0)).value_or(PT_Ptr); in interp__builtin_addressof() local
H A DInterp.h2274 QualType PtrT = P.getType(); in SubPtr() local
H A DCompiler.cpp538 PrimType PtrT = classifyPrim(SubExpr->getType()); in VisitCastExpr() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp848 const PointerType *PtrT = T->getAs<PointerType>(); in BuildObjCArrayLiteral() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4269 const auto *PtrT = VarDef->getType()->getAs<PointerType>(); in IsPreserveAIArrayBase() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp3259 if (auto *PtrT = dyn_cast<PointerType>(I->getType())) { in isKnownNonZeroFromOperator() local