Searched defs:ptrType (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ | ||
H A D | SValBuilder.h | 321 makeIntValWithWidth(QualType ptrType,uint64_t integer) makeIntValWithWidth() argument |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGExpr.cpp | 4299 QualType ptrType = E->getBase()->getType(); EmitArraySubscriptExpr() local |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaType.cpp | 4336 if (auto ptrType = type->getAs<PointerType>()) { classifyPointerDeclarator() local |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | Type.cpp | 1464 const ObjCObjectPointerType *ptrType = VisitAttributedType() local |