Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp156 bool instanceDeallocIsOnStack(const CheckerContext &C,
332 if (!instanceDeallocIsOnStack(C, DeallocedInstance)) in checkPreObjCMessage()
993 bool ObjCDeallocChecker::instanceDeallocIsOnStack(const CheckerContext &C, in instanceDeallocIsOnStack() function in ObjCDeallocChecker