Searched refs:addInstMethSummary (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 698 void addInstMethSummary(const char* Cls, const char* nullaryName, in addInstMethSummary() function in __anonbe000e510511::RetainSummaryManager 711 void addInstMethSummary(const char* Cls, const RetainSummary * Summ, ...) { in addInstMethSummary() function in __anonbe000e510511::RetainSummaryManager 1630 addInstMethSummary("QCRenderer", AllocSumm, in InitializeMethodSummaries() 1632 addInstMethSummary("QCView", AllocSumm, in InitializeMethodSummaries() 1638 addInstMethSummary("CIContext", CFAllocSumm, in InitializeMethodSummaries() 1640 addInstMethSummary("CIContext", CFAllocSumm, "createCGImage", "fromRect", in InitializeMethodSummaries() 1642 addInstMethSummary("CIContext", CFAllocSumm, "createCGLayerWithSize", "info", in InitializeMethodSummaries()
|