Lines Matching refs:Out
206 void printState(raw_ostream &Out, ProgramStateRef State,
285 /// \param [out] EscapingSymbol A function might not free memory in general,
287 /// returned and the single escaping symbol is returned through the out
1065 // Clean out the info on previous call to free return info.
2108 // Find out if this is an interesting point and what is the kind.
2161 void MallocChecker::printState(raw_ostream &Out, ProgramStateRef State,
2167 Out << Sep << "MallocChecker:" << NL;
2169 I.getKey()->dumpToStream(Out);
2170 Out << " : ";
2171 I.getData().dump(Out);
2172 Out << NL;