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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp647 const RetainSummary *getUnarySummary(const FunctionType* FT,
1072 ? getUnarySummary(FT, cfmakecollectable)
1159 S = getUnarySummary(FT, cfretain);
1161 S = getUnarySummary(FT, cfmakecollectable);
1171 S = getUnarySummary(FT, cfretain);
1196 S = getUnarySummary(FT, cfrelease);
1248 RetainSummaryManager::getUnarySummary(const FunctionType* FT, function in class:RetainSummaryManager

Completed in 80 milliseconds