package diffast-langs-fortran-parsing

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val mutable intent_spec : IntentSpec.t
val mutable dimension : Dimension.t
val mutable codimension : Codimension.t
val mutable parameter_flag : bool
val mutable save_flag : bool
val mutable optional_flag : bool
val mutable pointer_flag : bool
val mutable target_flag : bool
val mutable allocatable_flag : bool
val mutable external_flag : bool
val mutable intrinsic_flag : bool
val mutable asynchronous_flag : bool
val mutable bind_flag : bool
val mutable protected_flag : bool
val mutable value_flag : bool
val mutable volatile_flag : bool
val mutable contiguous_flag : bool
val mutable automatic_flag : bool
val mutable static_flag : bool
val mutable device_flag : bool
val mutable managed_flag : bool
val mutable constant_flag : bool
val mutable shared_flag : bool
val mutable pinned_flag : bool
val mutable texture_flag : bool
method merge : 'a -> unit
method intent_spec : IntentSpec.t
method set_intent_spec : IntentSpec.t -> unit
method dimension : Dimension.t
method get_rank : int
method set_dimension : Dimension.t -> unit
method codimension : Codimension.t
method set_codimension : Codimension.t -> unit
method is_parameter : bool
method _set_parameter : bool -> unit
method set_parameter : unit
method clear_parameter : unit
method is_save : bool
method _set_save : bool -> unit
method set_save : unit
method clear_save : unit
method is_optional : bool
method _set_optional : bool -> unit
method set_optional : unit
method clear_optional : unit
method is_pointer : bool
method _set_pointer : bool -> unit
method set_pointer : unit
method clear_pointer : unit
method is_target : bool
method _set_target : bool -> unit
method set_target : unit
method clear_target : unit
method is_allocatable : bool
method _set_allocatable : bool -> unit
method set_allocatable : unit
method clear_allocatable : unit
method is_external : bool
method _set_external : bool -> unit
method set_external : unit
method clear_external : unit
method is_intrinsic : bool
method _set_intrinsic : bool -> unit
method set_intrinsic : unit
method clear_intrinsic : unit
method is_asynchronous : bool
method _set_asynchronous : bool -> unit
method set_asynchronous : unit
method clear_asynchronous : unit
method is_bind : bool
method _set_bind : bool -> unit
method set_bind : unit
method clear_bind : unit
method is_protected : bool
method _set_protected : bool -> unit
method set_protected : unit
method clear_protected : unit
method is_value : bool
method _set_value : bool -> unit
method set_value : unit
method clear_value : unit
method is_volatile : bool
method _set_volatile : bool -> unit
method set_volatile : unit
method clear_volatile : unit
method is_contiguous : bool
method _set_contiguous : bool -> unit
method set_contiguous : unit
method clear_contiguous : unit
method is_automatic : bool
method _set_automatic : bool -> unit
method set_automatic : unit
method clear_automatic : unit
method is_static : bool
method _set_static : bool -> unit
method set_static : unit
method clear_static : unit
method is_device : bool
method _set_device : bool -> unit
method set_device : unit
method clear_device : unit
method is_managed : bool
method _set_managed : bool -> unit
method set_managed : unit
method clear_managed : unit
method is_constant : bool
method _set_constant : bool -> unit
method set_constant : unit
method clear_constant : unit
method is_shared : bool
method _set_shared : bool -> unit
method set_shared : unit
method clear_shared : unit
method is_pinned : bool
method _set_pinned : bool -> unit
method set_pinned : unit
method clear_pinned : unit
method is_texture : bool
method _set_texture : bool -> unit
method set_texture : unit
method clear_texture : unit
method to_string : string
method copy : 'a
OCaml

Innovation. Community. Security.