package diffast-langs-fortran

  1. Overview
  2. Docs
include module type of struct include Labels.Xlf.Directive end
type source = Fortran_parsing.F_xlf.Directive.source =
  1. | Fixed of int option
  2. | Free
  3. | FreeF90
  4. | FreeIBM
val source_to_string : source -> string
type high_or_low = Fortran_parsing.F_xlf.Directive.high_or_low =
  1. | VeryHigh
  2. | VeryLow
val high_or_low_to_string : high_or_low -> string
val high_or_low_to_simple_string : high_or_low -> string
type 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
val to_string : t -> string
val to_simple_string : t -> string
val to_tag : t -> string * (string * Fortran_parsing.Label_common.name) list
val get_name_opt : t -> Fortran_parsing.Label_common.name option
val is_specification_part : t -> bool
val is_execution_part : t -> bool
val anonymize : t -> t
val high_or_low_to_short_string : high_or_low -> string
val source_to_short_string : source -> string
val to_short_string : t -> string
OCaml

Innovation. Community. Security.