Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp625 ArgEffects ScratchArgs; member in __anonbe000e510511::RetainSummaryManager
738 AF(BPAlloc), ScratchArgs(AF.getEmptyMap()), in RetainSummaryManager()
851 ArgEffects AE = ScratchArgs; in getArgEffects()
852 ScratchArgs = AF.getEmptyMap(); in getArgEffects()
943 ScratchArgs = AF.add(ScratchArgs, I->first, Translated); in updateSummaryForCall()
1064 assert(ScratchArgs.isEmpty()); in getFunctionSummary()
1095 ScratchArgs = AF.add(ScratchArgs, 1, DecRef); in getFunctionSummary()
1101 ScratchArgs = AF.add(ScratchArgs, 2, DecRef); in getFunctionSummary()
1110 ScratchArgs = AF.add(ScratchArgs, 7, StopTracking); in getFunctionSummary()
1117 ScratchArgs = AF.add(ScratchArgs, 8, StopTracking); in getFunctionSummary()
[all …]