Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h325 NonLoc makeIntValWithWidth(QualType ptrType, uint64_t integer) { in makeIntValWithWidth() argument
326 return nonloc::ConcreteInt(BasicVals.getValue(integer, ptrType)); in makeIntValWithWidth()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1526 const ObjCObjectPointerType *ptrType = in VisitAttributedType() local
1528 const ObjCObjectType *objType = ptrType in VisitAttributedType()
1529 ? ptrType->getObjectType() in VisitAttributedType()
1543 if (ptrType) in VisitAttributedType()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td205 def OpTypeForwardPointer: Op<39, (outs), (ins TYPE:$ptrType, StorageClass:$storageClass),
206 "OpTypeForwardPointer $ptrType $storageClass">;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3862 if (auto ptrType = type->getAs<PointerType>()) { in classifyPointerDeclarator() local
3868 type = ptrType->getPointeeType(); in classifyPointerDeclarator()
7295 const ObjCObjectPointerType *ptrType = type->getAs<ObjCObjectPointerType>(); in checkObjCKindOfType() local
7296 const ObjCObjectType *objType = ptrType ? ptrType->getObjectType() in checkObjCKindOfType()
7316 if (ptrType) { in checkObjCKindOfType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4341 QualType ptrType = E->getBase()->getType(); in EmitArraySubscriptExpr() local
4344 SignedIndices, E->getExprLoc(), &ptrType, in EmitArraySubscriptExpr()
5579 if (auto ptrType = E->getType()->getAs<PointerType>()) { in EmitCallee() local
5581 functionType = ptrType->getPointeeType(); in EmitCallee()