Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp162 bool instanceDeallocIsOnStack(const CheckerContext &C,
340 if (!instanceDeallocIsOnStack(C, DeallocedInstance)) in checkPreObjCMessage()
984 bool ObjCDeallocChecker::instanceDeallocIsOnStack(const CheckerContext &C, in instanceDeallocIsOnStack() function in ObjCDeallocChecker