Home
last modified time | relevance | path

Searched refs:ptrType (Results 1 – 5 of 5) 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() argument
322 return nonloc::ConcreteInt(BasicVals.getValue(integer, ptrType)); in makeIntValWithWidth()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1464 const ObjCObjectPointerType *ptrType = in VisitAttributedType() local
1466 const ObjCObjectType *objType = ptrType in VisitAttributedType()
1467 ? ptrType->getObjectType() in VisitAttributedType()
1481 if (ptrType) in VisitAttributedType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td188 def OpTypeForwardPointer: Op<39, (outs), (ins TYPE:$ptrType, StorageClass:$storageClass),
189 "OpTypeForwardPointer $ptrType $storageClass">;
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4336 if (auto ptrType = type->getAs<PointerType>()) { in classifyPointerDeclarator() local
4342 type = ptrType->getPointeeType(); in classifyPointerDeclarator()
7712 const ObjCObjectPointerType *ptrType = type->getAs<ObjCObjectPointerType>(); in checkObjCKindOfType() local
7713 const ObjCObjectType *objType = ptrType ? ptrType->getObjectType() in checkObjCKindOfType()
7733 if (ptrType) { in checkObjCKindOfType()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4299 QualType ptrType = E->getBase()->getType(); in EmitArraySubscriptExpr() local
4302 SignedIndices, E->getExprLoc(), &ptrType, in EmitArraySubscriptExpr()
5519 if (auto ptrType = E->getType()->getAs<PointerType>()) { in EmitCallee() local
5521 functionType = ptrType->getPointeeType(); in EmitCallee()