Lines Matching refs:alloc
1370 // values for alloc, new, copy, or mutableCopy, so we have to
1561 addClassMethSummary("NSWindow", "alloc", NoTrackYet);
1567 addClassMethSummary("NSPanel", "alloc", NoTrackYet);
1576 addClassMethSummary("NSAutoreleasePool", "alloc", NoTrackYet);
2198 // If we are reporting a leak of the object that was allocated with alloc,
2273 // objects. Only "copy", "alloc", "retain" and "new" transfer ownership
2287 << "') does not start with 'copy', 'mutableCopy', 'alloc' or 'new'."
2987 // Use GetReturnType in order to give [NSFoo alloc] the type NSFoo *.