Searched refs:ScratchArgs (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 626 ArgEffects ScratchArgs; member in __anonfda336300511::RetainSummaryManager 739 AF(BPAlloc), ScratchArgs(AF.getEmptyMap()), in RetainSummaryManager() 852 ArgEffects AE = ScratchArgs; in getArgEffects() 853 ScratchArgs = AF.getEmptyMap(); in getArgEffects() 944 ScratchArgs = AF.add(ScratchArgs, I->first, Translated); in updateSummaryForCall() 1065 assert(ScratchArgs.isEmpty()); in getFunctionSummary() 1096 ScratchArgs = AF.add(ScratchArgs, 1, DecRef); in getFunctionSummary() 1102 ScratchArgs = AF.add(ScratchArgs, 2, DecRef); in getFunctionSummary() 1111 ScratchArgs = AF.add(ScratchArgs, 7, StopTracking); in getFunctionSummary() 1118 ScratchArgs = AF.add(ScratchArgs, 8, StopTracking); in getFunctionSummary() [all …]
|