Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp624 ArgEffects ScratchArgs; member in __anonbe000e510511::RetainSummaryManager
737 AF(BPAlloc), ScratchArgs(AF.getEmptyMap()), in RetainSummaryManager()
850 ArgEffects AE = ScratchArgs; in getArgEffects()
851 ScratchArgs = AF.getEmptyMap(); in getArgEffects()
940 ScratchArgs = AF.add(ScratchArgs, I->first, Translated); in updateSummaryForCall()
1062 assert(ScratchArgs.isEmpty()); in getFunctionSummary()
1093 ScratchArgs = AF.add(ScratchArgs, 1, DecRef); in getFunctionSummary()
1099 ScratchArgs = AF.add(ScratchArgs, 2, DecRef); in getFunctionSummary()
1108 ScratchArgs = AF.add(ScratchArgs, 7, StopTracking); in getFunctionSummary()
1115 ScratchArgs = AF.add(ScratchArgs, 8, StopTracking); in getFunctionSummary()
[all …]