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

/macosx-10.10/llvmCore-3425.0.34/examples/ExceptionDemo/
H A DExceptionDemo.cpp325 void deleteOurException(OurUnwindException *expToDelete) { function
328 "deleteOurException(...).\n");
352 deleteOurException(expToDelete);
1209 llvm::Function *deleteOurException = module.getFunction("deleteOurException"); local
1212 builder.CreateCall(deleteOurException,
1795 // deleteOurException
1808 "deleteOurException",

Completed in 76 milliseconds