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

/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1043 std::ostringstream bufferToPrint; local
1044 bufferToPrint << "Gen: Executing finally block "
1049 bufferToPrint.str(),
1090 std::ostringstream bufferToPrint; local
1091 bufferToPrint << "Gen: Executing catch block "
1099 bufferToPrint.str(),
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
H A DExceptionDemo.cpp1028 std::ostringstream bufferToPrint; local
1029 bufferToPrint << "Gen: Executing finally block "
1034 bufferToPrint.str(),
1075 std::ostringstream bufferToPrint; local
1076 bufferToPrint << "Gen: Executing catch block "
1084 bufferToPrint.str(),

Completed in 107 milliseconds