Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h312 NonLoc makeIntValWithWidth(QualType ptrType, uint64_t integer) { in makeIntValWithWidth()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExpr.cpp1279 if (const auto *ptrType = e->getType()->getAs<clang::PointerType>()) { in emitCallee() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4629 QualType ptrType = E->getBase()->getType(); in EmitArraySubscriptExpr() local
6007 if (auto ptrType = E->getType()->getAs<PointerType>()) { in EmitCallee() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3915 if (auto ptrType = type->getAs<PointerType>()) { in classifyPointerDeclarator() local
7377 const ObjCObjectPointerType *ptrType = type->getAs<ObjCObjectPointerType>(); in checkObjCKindOfType() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1571 const ObjCObjectPointerType *ptrType = in VisitAttributedType() local