package diffast-langs-fortran

  1. Overview
  2. Docs
include module type of struct include Labels.AccClause end
type t = Fortran_parsing.F_acc_clause.t =
  1. | Async
  2. | Auto
  3. | Bind
  4. | Collapse
  5. | Copy
  6. | Copyin
  7. | Copyout
  8. | Create
  9. | DefaultNone
  10. | DefaultPresent
  11. | Delete
  12. | Device
  13. | Deviceptr
  14. | Device_resident
  15. | Device_type
  16. | Device_typeAny
  17. | Dtype
  18. | DtypeAny
  19. | Firstprivate
  20. | Gang
  21. | Host
  22. | If
  23. | Independent
  24. | Nohost
  25. | Num_gangs
  26. | Num_workers
  27. | Pcopy
  28. | Pcopyin
  29. | Pcopyout
  30. | Pcreate
  31. | Present
  32. | Present_or_copy
  33. | Present_or_copyin
  34. | Present_or_copyout
  35. | Present_or_create
  36. | Private
  37. | Reduction
  38. | Self
  39. | Seq
  40. | Tile
  41. | Use_device
  42. | Vector
  43. | Vector_length
  44. | Wait
  45. | Worker
val to_string : t -> string
val to_simple_string : t -> string
val to_tag : t -> string * 'a list
val anonymize : t -> t
val to_short_string : t -> string
OCaml

Innovation. Community. Security.