Home
last modified time | relevance | path

Searched refs:ObjTy (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp155 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 DInnerPointerChecker.cpp309 QualType ObjTy = TypedRegion->getValueType(); in VisitNode() local
313 OS << "Pointer to inner buffer of '" << ObjTy << "' obtained here"; in VisitNode()
H A DMallocChecker.cpp3701 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 DStore.cpp109 QualType ObjTy = Ctx.getCanonicalType(TR->getValueType()); in castRegion() local
110 if (OtherTy == ObjTy.getLocalUnqualifiedType()) in castRegion()
H A DExprEngineCXX.cpp1040 QualType ObjTy = in VisitCXXNewExpr() local
1043 MRMgr.getElementRegion(ObjTy, svalBuilder.makeArrayIndex(0), NewReg, in VisitCXXNewExpr()
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp142 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 DCGDebugInfo.h75 llvm::DICompositeType *ObjTy = nullptr; variable
H A DCGDebugInfo.cpp837 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 DCGObjC.cpp559 const ObjCObjectType *ObjTy = ReceiverType->castAs<ObjCObjectType>(); in tryEmitSpecializedAllocInit() local
560 const ObjCInterfaceDecl *ID = ObjTy->getInterface(); in tryEmitSpecializedAllocInit()
H A DCGObjCMac.cpp4667 const ObjCObjectType *ObjTy = OPT->getObjectType(); in EmitTryOrSynchronizedStmt() local
4670 ObjCInterfaceDecl *IDecl = ObjTy->getInterface(); in EmitTryOrSynchronizedStmt()