Home
last modified time | relevance | path

Searched refs:ptrType (Results 1 – 7 of 7) 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() argument
313 return nonloc::ConcreteInt(BasicVals.getValue(integer, ptrType)); in makeIntValWithWidth()
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIRTypes.td267 if (auto ptrType = mlir::dyn_cast<cir::PointerType>(getPointee()))
268 return ptrType.isPtrTo<Types...>();
277 if (auto ptrType = mlir::dyn_cast<cir::PointerType>(getPointee()))
278 return ptrType.isPtrTo(type);
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExpr.cpp1279 if (const auto *ptrType = e->getType()->getAs<clang::PointerType>()) { in emitCallee() local
1281 functionType = ptrType->getPointeeType(); in emitCallee()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1571 const ObjCObjectPointerType *ptrType = in VisitAttributedType() local
1573 const ObjCObjectType *objType = ptrType in VisitAttributedType()
1574 ? ptrType->getObjectType() in VisitAttributedType()
1588 if (ptrType) in VisitAttributedType()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td200 def OpTypeForwardPointer: Op<39, (outs), (ins TYPE:$ptrType, StorageClass:$storageClass),
201 "OpTypeForwardPointer $ptrType $storageClass">;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3915 if (auto ptrType = type->getAs<PointerType>()) { in classifyPointerDeclarator() local
3921 type = ptrType->getPointeeType(); in classifyPointerDeclarator()
7377 const ObjCObjectPointerType *ptrType = type->getAs<ObjCObjectPointerType>(); in checkObjCKindOfType() local
7378 const ObjCObjectType *objType = ptrType ? ptrType->getObjectType() in checkObjCKindOfType()
7398 if (ptrType) { in checkObjCKindOfType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4629 QualType ptrType = E->getBase()->getType(); in EmitArraySubscriptExpr() local
4632 SignedIndices, E->getExprLoc(), &ptrType, in EmitArraySubscriptExpr()
4642 E->getIdx()->getType(), ptrType, Accessed, in EmitArraySubscriptExpr()
6007 if (auto ptrType = E->getType()->getAs<PointerType>()) { in EmitCallee() local
6009 functionType = ptrType->getPointeeType(); in EmitCallee()