Searched refs:bufferToPrint (Results 1 - 1 of 1) sorted by relevance

/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1012 std::ostringstream bufferToPrint; local
1013 bufferToPrint << "Gen: Executing finally block "
1018 bufferToPrint.str(),
1059 std::ostringstream bufferToPrint; local
1060 bufferToPrint << "Gen: Executing catch block "
1068 bufferToPrint.str(),

Completed in 47 milliseconds