Home
last modified time | relevance | path

Searched defs:ptrType (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h321 NonLoc makeIntValWithWidth(QualType ptrType, uint64_t integer) { in makeIntValWithWidth()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4299 QualType ptrType = E->getBase()->getType(); in EmitArraySubscriptExpr() local
5519 if (auto ptrType = E->getType()->getAs<PointerType>()) { in EmitCallee() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4336 if (auto ptrType = type->getAs<PointerType>()) { in classifyPointerDeclarator() local
7712 const ObjCObjectPointerType *ptrType = type->getAs<ObjCObjectPointerType>(); in checkObjCKindOfType() local
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1464 const ObjCObjectPointerType *ptrType = in VisitAttributedType() local