HomeSort by relevance Sort by last modified time
    Searched refs:dealloc (Results 201 - 201 of 201) sorted by null

1 2 3 4 5 6 7 89

  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 84 ErrorDeallocNotOwned, // -dealloc called on non-owned object.
85 ErrorDeallocGC, // Calling -dealloc with GC enabled.
290 Out << "-dealloc (GC)";
294 Out << "-dealloc (not-owned)";
894 case Dealloc:
895 return Dealloc;
    [all...]

Completed in 44 milliseconds

1 2 3 4 5 6 7 89