Home | History | Annotate | Download | only in Checkers

Lines Matching defs:Msg

1408   if (const ObjCMethodCall *Msg = dyn_cast<ObjCMethodCall>(Call)) {
1416 if (isKnownDeallocObjCMethodName(*Msg))
1423 if (Optional<bool> FreeWhenDone = getFreeWhenDoneArg(*Msg))
1430 StringRef FirstSlot = Msg->getSelector().getNameForSlot(0);
1589 const char *Msg = 0;
1613 Msg = "Memory is allocated";
1617 Msg = "Memory is released";
1621 Msg = "Memory ownership is transfered";
1625 Msg = "Reallocation failed";
1645 Msg = "Attempt to reallocate memory";
1653 if (!Msg)
1660 return new PathDiagnosticEventPiece(Pos, Msg, true, StackHint);