reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h
  358   ExplodedNode *processLeaks(ProgramStateRef state,

References

tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
 1406   processLeaks(state, Leaked, Ctx, Pred);
 1437   Pred = processLeaks(state, Leaked, C, Pred);