Home
last modified time | relevance | path

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

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