Home
last modified time | relevance | path

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

/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1043 std::ostringstream bufferToPrint; in createFinallyBlock() local
1044 bufferToPrint << "Gen: Executing finally block " in createFinallyBlock()
1049 bufferToPrint.str(), in createFinallyBlock()
1090 std::ostringstream bufferToPrint; in createCatchBlock() local
1091 bufferToPrint << "Gen: Executing catch block " in createCatchBlock()
1099 bufferToPrint.str(), in createCatchBlock()