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 | 677 StopTracking, StopTracking); in getPersistentStopSummary() 914 case StopTracking: in getStopTrackingHardEquivalent() 1111 ScratchArgs = AF.add(ScratchArgs, 7, StopTracking); in getFunctionSummary() 1118 ScratchArgs = AF.add(ScratchArgs, 8, StopTracking); in getFunctionSummary() 1127 ScratchArgs = AF.add(ScratchArgs, 12, StopTracking); in getFunctionSummary() 1137 ScratchArgs = AF.add(ScratchArgs, 1, StopTracking); in getFunctionSummary() 1145 ScratchArgs = AF.add(ScratchArgs, 1, StopTracking); in getFunctionSummary() 1146 ScratchArgs = AF.add(ScratchArgs, 2, StopTracking); in getFunctionSummary() 1608 StopTracking, in InitializeMethodSummaries() 1609 StopTracking); in InitializeMethodSummaries() [all …]
|