Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp688 bool exceptionMatched = false; in handleLsda() local
698 exceptionMatched = handleActionValue(&actionValue, in handleLsda()
723 if (!actionEntry || !exceptionMatched) { in handleLsda()
741 else if (exceptionMatched) { in handleLsda()