package diffast-langs-fortran

  1. Overview
  2. Docs
Fortran parser plugin for Diff/AST

Install

Dune Dependency

Authors

Maintainers

Sources

v0.2.tar.gz
sha256=b5bc3e9ed7c92912e06be663c904b6d8c7d277828b6442e43d57c64414d9c5ab
md5=7404586197ede6a4f0a0d00a69069b37

doc/diffast-langs-fortran.base/Fortran_base/F_label/Xlf/Directive/index.html

Module Xlf.DirectiveSource

include module type of struct include Labels.Xlf.Directive end
Sourcetype source = Fortran_parsing.F_xlf.Directive.source =
  1. | Fixed of int option
  2. | Free
  3. | FreeF90
  4. | FreeIBM
Sourceval source_to_string : source -> string
Sourcetype high_or_low = Fortran_parsing.F_xlf.Directive.high_or_low =
  1. | VeryHigh
  2. | VeryLow
Sourceval high_or_low_to_string : high_or_low -> string
Sourceval high_or_low_to_simple_string : high_or_low -> string
Sourcetype t = Fortran_parsing.F_xlf.Directive.t =
  1. | Align of string
  2. | Assert
  3. | BlockLoop
  4. | Cncall
  5. | Collapse
  6. | Eject
  7. | ExecutionFrequency of high_or_low
  8. | ExpectedValue of Fortran_parsing.Label_common.name
  9. | FunctraceXlfCatch
  10. | FunctraceXlfEnter
  11. | FunctraceXlfExit
  12. | IgnoreTkr
  13. | Independent
  14. | Loopid of Fortran_parsing.Label_common.name
  15. | MemDelay of string
  16. | New
  17. | Nofunctrace
  18. | Nosimd
  19. | Novector
  20. | Permutation
  21. | Snapshot
  22. | Sourceform of source
  23. | StreamUnroll
  24. | Subscriptorder
  25. | Unroll
  26. | UnrollAndFuse
  27. | Process
Sourceval to_string : t -> string
Sourceval to_simple_string : t -> string
Sourceval to_tag : t -> string * (string * Fortran_parsing.Label_common.name) list
Sourceval get_name_opt : t -> Fortran_parsing.Label_common.name option
Sourceval is_specification_part : t -> bool
Sourceval is_execution_part : t -> bool
Sourceval anonymize : t -> t
Sourceval high_or_low_to_short_string : high_or_low -> string
Sourceval source_to_short_string : source -> string
Sourceval to_short_string : t -> string
OCaml

Innovation. Community. Security.