Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp778 if (const auto *PtrT = Type->getAs<PointerType>()) { in getCXXRecordDecl() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp613 PrimType PtrT = S.getContext().classify(Call->getArg(0)).value_or(PT_Ptr); in interp__builtin_addressof() local
H A DCompiler.cpp496 PrimType PtrT = classifyPrim(SubExpr->getType()); in VisitCastExpr() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp853 const PointerType *PtrT = T->getAs<PointerType>(); in BuildObjCArrayLiteral() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4043 const auto *PtrT = VarDef->getType()->getAs<PointerType>(); in IsPreserveAIArrayBase() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp3032 if (auto *PtrT = dyn_cast<PointerType>(I->getType())) { in isKnownNonZeroFromOperator() local