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

References

tools/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
  588     return State;
  590   for (auto I : State->get<AllocatedData>()) {
  593       State = State->remove<AllocatedData>(Sym);
  593       State = State->remove<AllocatedData>(Sym);
  614         State = State->remove<AllocatedData>(Sym);
  614         State = State->remove<AllocatedData>(Sym);
  617   return State;