Home
last modified time | relevance | path

Searched defs: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()
1521 OurCppRunException &operator = (const OurCppRunException &toCopy) { in operator =()