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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp623 const RetainSummary *getUnarySummary(const FunctionType* FT,
1046 ? getUnarySummary(FT, cfmakecollectable)
1130 S = getUnarySummary(FT, cfretain);
1132 S = getUnarySummary(FT, cfautorelease);
1137 S = getUnarySummary(FT, cfmakecollectable);
1149 S = getUnarySummary(FT, cfretain);
1179 S = getUnarySummary(FT, cfrelease);
1231 RetainSummaryManager::getUnarySummary(const FunctionType* FT, function in class:RetainSummaryManager

Completed in 116 milliseconds