package rune

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Llvm.LandingPadClauseTySource

The type of a clause of a landingpad instruction. See llvm::LandingPadInst::ClauseType.

Sourcetype t =
  1. | Catch
  2. | Filter