Lines Matching defs:Excs
469 ExceptionInfo Excs =
471 Result.merge(Excs);
549 ExceptionInfo Excs = throwsException(Func, Caught, CallStack);
550 Results.merge(Excs);
553 ExceptionInfo Excs =
555 Results.merge(Excs);
557 ExceptionInfo Excs =
559 Results.merge(Excs);
563 ExceptionInfo Excs = throwsException(Child, Caught, CallStack);
564 Results.merge(Excs);
567 ExceptionInfo Excs = throwsException(Coro->getBody(), Caught, CallStack);
569 Excs.getExceptionTypes(), CallStack));
570 for (const Type *Throwable : Excs.getExceptionTypes()) {
579 ExceptionInfo Excs = throwsException(Child, Caught, CallStack);
580 Results.merge(Excs);