Searched refs:getUnarySummary (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp650 const RetainSummary *getUnarySummary(const FunctionType* FT,
1074 ? getUnarySummary(FT, cfmakecollectable)
1158 S = getUnarySummary(FT, cfretain);
1160 S = getUnarySummary(FT, cfautorelease);
1165 S = getUnarySummary(FT, cfmakecollectable);
1177 S = getUnarySummary(FT, cfretain);
1207 S = getUnarySummary(FT, cfrelease);
1259 RetainSummaryManager::getUnarySummary(const FunctionType* FT, function in class:RetainSummaryManager

Completed in 159 milliseconds