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

References

tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 2515   const LocationContext *LeakContext = N->getLocationContext();
 2518   const ExplodedNode *AllocNode = N;
 2521   while (N) {
 2522     ProgramStateRef State = N->getState();
 2529         if (const MemRegion *MR = C.getLocationRegionIfPostStore(N)) {
 2544     const LocationContext *NContext = N->getLocationContext();
 2547       AllocNode = N;
 2548     N = N->pred_empty() ? nullptr : *(N->pred_begin());
 2548     N = N->pred_empty() ? nullptr : *(N->pred_begin());
 2548     N = N->pred_empty() ? nullptr : *(N->pred_begin());