Home | History | Annotate | Download | only in docs

Lines Matching full:clause

6537       <resultval> = landingpad <resultty> personality <type> <pers_fn> <clause>+
6538 <resultval> = landingpad <resultty> personality <type> <pers_fn> cleanup <clause>*
6540 <clause> := catch <type> <value>
6541 <clause> := filter <array constant type> <array constant>
6560 A ``clause`` begins with the clause type --- ``catch`` or ``filter`` --- and
6562 or filtered respectively. Unlike the ``catch`` clause, the ``filter``
6563 clause takes an array constant as its argument. Use
6565 '``landingpad``' instruction must contain *at least* one ``clause`` or
6581 the exception is compared against each ``clause`` in turn. If it doesn't