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

References

tools/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
  318   if (!ArgSM) {
  325   const AllocationState *AS = State->get<AllocatedData>(ArgSM);
  358         const AllocationPair AP = std::make_pair(ArgSM, AS);
  368           const AllocationPair AP = std::make_pair(ArgSM, AS);
  379       State = State->remove<AllocatedData>(ArgSM);
  389   State = State->remove<AllocatedData>(ArgSM);
  394     const AllocationPair AP = std::make_pair(ArgSM, AS);