Searched refs:StopTracking (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/StaticAnalyzer/Checkers/ |
D | ObjCRetainCount.h | 87 StopTracking, enumerator
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 676 StopTracking, StopTracking); in getPersistentStopSummary() 913 case StopTracking: in getStopTrackingHardEquivalent() 1110 ScratchArgs = AF.add(ScratchArgs, 7, StopTracking); in getFunctionSummary() 1117 ScratchArgs = AF.add(ScratchArgs, 8, StopTracking); in getFunctionSummary() 1126 ScratchArgs = AF.add(ScratchArgs, 12, StopTracking); in getFunctionSummary() 1136 ScratchArgs = AF.add(ScratchArgs, 1, StopTracking); in getFunctionSummary() 1144 ScratchArgs = AF.add(ScratchArgs, 1, StopTracking); in getFunctionSummary() 1145 ScratchArgs = AF.add(ScratchArgs, 2, StopTracking); in getFunctionSummary() 1607 StopTracking, in InitializeMethodSummaries() 1608 StopTracking); in InitializeMethodSummaries() [all …]
|