Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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