Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
DInnerPointerChecker.cpp101 const MemRegion *ObjRegion,
211 const TypedValueRegion *ObjRegion = nullptr; in checkPostCall() local
214 ObjRegion = dyn_cast_or_null<TypedValueRegion>( in checkPostCall()
219 markPtrSymbolsReleased(Call, State, ObjRegion, C); in checkPostCall()
230 ObjRegion = in checkPostCall()
234 if (!ObjRegion) in checkPostCall()
243 const PtrSet *SetPtr = State->get<RawPtrMap>(ObjRegion); in checkPostCall()
248 State = State->set<RawPtrMap>(ObjRegion, Set); in checkPostCall()
316 const MemRegion *ObjRegion = in VisitNode() local
318 const auto *TypedRegion = cast<TypedValueRegion>(ObjRegion); in VisitNode()
DMallocChecker.cpp3430 const MemRegion *ObjRegion = in VisitNode() local
3432 const auto *TypedRegion = cast<TypedValueRegion>(ObjRegion); in VisitNode()