Home | History | Annotate | Download | only in CodeGen

Lines Matching full:catches

792   // try/catches.
907 /// - Catches by reference behave according to their base types.
908 /// - Catches of non-record types will only trigger for exceptions
910 /// - Catches of record types can trigger for arbitrary subclasses