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

References

tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 3173   ProgramStateRef state = N->getState();
 3174   ProgramStateRef statePrev = N->getFirstPred()->getState();
 3179   const Stmt *S = N->getStmtForDiagnostics();
 3185   const LocationContext *CurrentLC = N->getLocationContext();
 3240           if (N->getLocation().getKind() == ProgramPoint::PostImplicitCallKind) {
 3341     auto PostImplCall = N->getLocation().getAs<PostImplicitCall>();
 3348                                  N->getLocationContext());