Lines Matching refs:GC
86 ErrorDeallocGC, // Calling -dealloc with GC enabled.
307 Out << "-dealloc (GC)";
323 Out << "Leaked (GC-ed at return)";
602 /// GCEnabled - Records whether or not the analyzed code runs in GC mode.
1856 "(GC) or reference counts (non-GC). The bug occurs "
1857 "with GC enabled";
1861 "(GC) or reference counts (non-GC). The bug occurs "
1862 "in non-GC mode";
1867 assert(GCModeDescription && "invalid/unknown GC mode");
2076 os << "In GC mode a call to '" << *FD
2091 os << "When GC is not enabled a call to '" << *FD
2159 // A bunch of things have alternate behavior under GC.
2164 os << "In GC mode an 'autorelease' has no effect.";
2167 os << "In GC mode the 'retain' message has no effect.";
2170 os << "In GC mode the 'release' message has no effect.";
2553 "garbage collection (GC) in "
2554 "dual GC/non-GC code"));
2575 "garbage collection (GC) in dual "
2576 "GC/non-GC code"));
3131 // In GC mode [... release] and [... retain] do nothing.
3174 // Any use of -dealloc in GC is *bad*.
3227 // Non-GC cases are handled above.
3277 // Non-GC cases are handled above.
3545 // a leak (as the caller expects a GC'ed object) because no
3551 // Either we are using GC and the returned object is a CF type
3552 // or we aren't using GC. In either case, we expect that the
3739 assert(!Ctx.isObjCGCEnabled() && "Autorelease counts in GC mode?");