Home
last modified time | relevance | path

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

/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1042 std::ostringstream bufferToPrint; in createFinallyBlock() local
1043 bufferToPrint << "Gen: Executing finally block " in createFinallyBlock()
1048 bufferToPrint.str(), in createFinallyBlock()
1089 std::ostringstream bufferToPrint; in createCatchBlock() local
1090 bufferToPrint << "Gen: Executing catch block " in createCatchBlock()
1098 bufferToPrint.str(), in createCatchBlock()