Home
last modified time | relevance | path

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

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