Searched refs:ObjTy (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DynamicTypePropagation.cpp | 155 if (const auto *ObjTy = in inferReceiverType() local 157 return {ObjTy->getObjectType(), /*Precise=*/true}; in inferReceiverType() 202 if (const ObjCObjectType *ObjTy = dyn_cast<ObjCObjectType>( in inferReceiverType() local 204 return {ObjTy}; in inferReceiverType() 323 RuntimeType ObjTy = inferReceiverType(*Msg, C); in checkPostCall() local 325 if (!ObjTy) in checkPostCall() 329 C.getASTContext().getObjCObjectPointerType(QualType(ObjTy.Type, 0)); in checkPostCall()
|
| H A D | InnerPointerChecker.cpp | 309 QualType ObjTy = TypedRegion->getValueType(); in VisitNode() local 313 OS << "Pointer to inner buffer of '" << ObjTy << "' obtained here"; in VisitNode()
|
| H A D | MallocChecker.cpp | 3701 QualType ObjTy = TypedRegion->getValueType(); in VisitNode() local 3702 OS << "Inner buffer of '" << ObjTy << "' "; in VisitNode()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | Store.cpp | 109 QualType ObjTy = Ctx.getCanonicalType(TR->getValueType()); in castRegion() local 110 if (OtherTy == ObjTy.getLocalUnqualifiedType()) in castRegion()
|
| H A D | ExprEngineCXX.cpp | 1040 QualType ObjTy = in VisitCXXNewExpr() local 1043 MRMgr.getElementRegion(ObjTy, svalBuilder.makeArrayIndex(0), NewReg, in VisitCXXNewExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 142 const ObjCObjectType *ObjTy = ClassRec->getAs<ObjCObjectType>(); in maybeAdjustInterfaceForSubscriptingCheck() local 143 if (!ObjTy) in maybeAdjustInterfaceForSubscriptingCheck() 145 const ObjCInterfaceDecl *OID = ObjTy->getInterface(); in maybeAdjustInterfaceForSubscriptingCheck()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 75 llvm::DICompositeType *ObjTy = nullptr; variable
|
| H A D | CGDebugInfo.cpp | 837 if (ObjTy) in CreateType() 838 return ObjTy; in CreateType() 849 ObjTy = DBuilder.createStructType(TheCU, "objc_object", TheCU->getFile(), 0, in CreateType() 854 ObjTy, DBuilder.getOrCreateArray(&*DBuilder.createMemberType( in CreateType() 855 ObjTy, "isa", TheCU->getFile(), 0, Size, 0, 0, in CreateType() 857 return ObjTy; in CreateType()
|
| H A D | CGObjC.cpp | 559 const ObjCObjectType *ObjTy = ReceiverType->castAs<ObjCObjectType>(); in tryEmitSpecializedAllocInit() local 560 const ObjCInterfaceDecl *ID = ObjTy->getInterface(); in tryEmitSpecializedAllocInit()
|
| H A D | CGObjCMac.cpp | 4667 const ObjCObjectType *ObjTy = OPT->getObjectType(); in EmitTryOrSynchronizedStmt() local 4670 ObjCInterfaceDecl *IDecl = ObjTy->getInterface(); in EmitTryOrSynchronizedStmt()
|