Searched refs:ptrType (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SValBuilder.h | 312 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 D | CIRTypes.td | 267 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 D | CIRGenExpr.cpp | 1279 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 D | Type.cpp | 1571 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 D | SPIRVInstrInfo.td | 200 def OpTypeForwardPointer: Op<39, (outs), (ins TYPE:$ptrType, StorageClass:$storageClass), 201 "OpTypeForwardPointer $ptrType $storageClass">;
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 3915 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 D | CGExpr.cpp | 4629 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()
|