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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp601 /// ObjCAllocRetE - Default return effect for methods returning Objective-C
603 RetEffect ObjCAllocRetE; member in class:__anon18230::RetainSummaryManager
713 ObjCAllocRetE(gcenabled
784 RetEffect getObjAllocRetEffect() const { return ObjCAllocRetE; }
1277 return ObjCAllocRetE;
1399 ResultEff = ObjCAllocRetE;
1530 const RetainSummary *AllocSumm = getPersistentSummary(ObjCAllocRetE);

Completed in 51 milliseconds