Home
last modified time | relevance | path

Searched refs:ObjRegion (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInnerPointerChecker.cpp98 const MemRegion *ObjRegion,
201 const TypedValueRegion *ObjRegion = nullptr; in checkPostCall() local
204 ObjRegion = dyn_cast_or_null<TypedValueRegion>( in checkPostCall()
209 markPtrSymbolsReleased(Call, State, ObjRegion, C); in checkPostCall()
220 ObjRegion = in checkPostCall()
224 if (!ObjRegion) in checkPostCall()
233 const PtrSet *SetPtr = State->get<RawPtrMap>(ObjRegion); in checkPostCall()
238 State = State->set<RawPtrMap>(ObjRegion, Set); in checkPostCall()
306 const MemRegion *ObjRegion = in VisitNode() local
308 const auto *TypedRegion = cast<TypedValueRegion>(ObjRegion); in VisitNode()
H A DMallocChecker.cpp3698 const MemRegion *ObjRegion = in VisitNode() local
3700 const auto *TypedRegion = cast<TypedValueRegion>(ObjRegion); in VisitNode()