package diffast-langs-fortran-parsing

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

Module Fortran_parsing.F_omp_clauseSource

Sourcetype data_sharing_attr =
  1. | Private
  2. | Firstprivate
  3. | Shared
  4. | None_
Sourceval data_sharing_attr_to_string : data_sharing_attr -> string
Sourceval data_sharing_attr_to_simple_string : data_sharing_attr -> string
Sourceval data_sharing_attr_to_tag : data_sharing_attr -> string * 'a list
Sourcetype kind =
  1. | Static
  2. | Dynamic
  3. | Guided
  4. | Auto
  5. | Runtime
Sourceval kind_to_string : kind -> string
Sourceval kind_to_simple_string : kind -> string
Sourcetype policy =
  1. | Master
  2. | Close
  3. | Spread
Sourceval policy_to_string : policy -> string
Sourceval policy_to_simple_string : policy -> string
Sourcetype map_type =
  1. | Alloc
  2. | To
  3. | From
  4. | Tofrom
Sourceval map_type_to_string : map_type -> string
Sourceval map_type_to_simple_string : map_type -> string
Sourcetype dependence_type =
  1. | In
  2. | Out
  3. | Inout
Sourceval dependence_type_to_string : dependence_type -> string
Sourceval dependence_type_to_simple_string : dependence_type -> string
Sourcetype t =
  1. | ERROR
  2. | If
  3. | Num_threads
  4. | Default of data_sharing_attr
  5. | DataSharingAttr of data_sharing_attr
  6. | Lastprivate
  7. | Copyin
  8. | Reduction
  9. | Schedule of kind
  10. | Collapse
  11. | Ordered
  12. | Copyprivate
  13. | Nowait
  14. | Final
  15. | Untied
  16. | Mergeable
  17. | Proc_bind of policy
  18. | Linear of bool
  19. | Map of map_type option
  20. | Safelen
  21. | Simdlen
  22. | Aligned of bool
  23. | Uniform
  24. | Inbranch
  25. | Notinbranch
  26. | Depend of dependence_type
  27. | Device
  28. | Dist_schedule of kind
  29. | Initializer
  30. | Num_teams
  31. | Thread_limit
Sourceval to_string : t -> string
Sourceval to_simple_string : t -> string
Sourceval to_tag : t -> string * (string * string) list
Sourceval anonymize : t -> t
OCaml

Innovation. Community. Security.