Home | History | Annotate | Download | only in Checkers

Lines Matching refs:Out

76   void printState(raw_ostream &Out, ProgramStateRef State,
187 // value out when we return from this method.
341 void ObjCSelfInitChecker::printState(raw_ostream &Out, ProgramStateRef State,
350 Out << Sep << NL << "ObjCSelfInitChecker:" << NL;
353 Out << " An init method has been called." << NL;
357 Out << " An argument of the current call came from the 'self' variable."
361 Out << " An argument of the current call came from an init method."
366 Out << NL;
369 Out << I->first << " : ";
372 Out << "none";
375 Out << "self variable";
379 Out << " | ";
380 Out << "result of init method";
383 Out << NL;