Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dparallelism.d2732 Throwable firstException, lastException; in reduce() local
2742 addToChain(e, firstException, lastException); in reduce()
2746 if (!firstException) result = finishFun(result, task.returnVal); in reduce()
2749 if (firstException) throw firstException; in reduce() local
3467 Throwable firstException, lastException; in submitAndExecute() local
3477 addToChain(e, firstException, lastException); in submitAndExecute()
3482 if (firstException) throw firstException; in submitAndExecute() local
3793 ref Throwable firstException, in addToChain() argument
3797 if (firstException) in addToChain()
3805 firstException = e; in addToChain()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dparallelism.d2845 Throwable firstException; in reduce() local
2858 firstException = Throwable.chainTogether(e, firstException); in reduce()
2862 if (!firstException) result = finishFun(result, task.returnVal); in reduce()
2865 if (firstException) throw firstException; in reduce() local
3757 Throwable firstException; in submitAndExecute() local
3770 firstException = Throwable.chainTogether(e, firstException); in submitAndExecute()
3775 if (firstException) throw firstException; in submitAndExecute() local