Searched refs:StopTracking (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/StaticAnalyzer/Checkers/ |
D | ObjCRetainCount.h | 79 StopTracking, enumerator
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 675 StopTracking, StopTracking); in getPersistentStopSummary() 910 case StopTracking: in getStopTrackingHardEquivalent() 1108 ScratchArgs = AF.add(ScratchArgs, 7, StopTracking); in getFunctionSummary() 1115 ScratchArgs = AF.add(ScratchArgs, 8, StopTracking); in getFunctionSummary() 1124 ScratchArgs = AF.add(ScratchArgs, 12, StopTracking); in getFunctionSummary() 1134 ScratchArgs = AF.add(ScratchArgs, 1, StopTracking); in getFunctionSummary() 1142 ScratchArgs = AF.add(ScratchArgs, 1, StopTracking); in getFunctionSummary() 1143 ScratchArgs = AF.add(ScratchArgs, 2, StopTracking); in getFunctionSummary() 1584 StopTracking, in InitializeMethodSummaries() 1585 StopTracking); in InitializeMethodSummaries() [all …]
|