Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp991 std::ostringstream bufferToPrint; in createFinallyBlock() local
992 bufferToPrint << "Gen: Executing finally block " in createFinallyBlock()
997 bufferToPrint.str(), in createFinallyBlock()
1038 std::ostringstream bufferToPrint; in createCatchBlock() local
1039 bufferToPrint << "Gen: Executing catch block " in createCatchBlock()
1047 bufferToPrint.str(), in createCatchBlock()