Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1518 OurCppRunException (const OurCppRunException &toCopy) : in OurCppRunException() argument
1519 std::runtime_error(toCopy) {} in OurCppRunException()
1521 OurCppRunException &operator = (const OurCppRunException &toCopy) { in operator =() argument
1523 std::runtime_error::operator=(toCopy))); in operator =()