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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp628 /// ObjCAllocRetE - Default return effect for methods returning Objective-C
630 RetEffect ObjCAllocRetE; member in class:__anon1707::RetainSummaryManager
740 ObjCAllocRetE(gcenabled
811 RetEffect getObjAllocRetEffect() const { return ObjCAllocRetE; }
1305 return ObjCAllocRetE;
1449 ResultEff = ObjCAllocRetE;
1580 const RetainSummary *AllocSumm = getPersistentSummary(ObjCAllocRetE);

Completed in 191 milliseconds