enum OpenMPBindClauseKind
Description
OpenMP bindings for the 'bind' clause.
Declared at: clang/include/clang/Basic/OpenMPKinds.h:178
Enumerators
Name | Value | Comment |
---|---|---|
OMPC_BIND_teams | 0 | |
OMPC_BIND_parallel | 1 | |
OMPC_BIND_thread | 2 | |
OMPC_BIND_unknown | 3 |
OpenMP bindings for the 'bind' clause.
Declared at: clang/include/clang/Basic/OpenMPKinds.h:178
Name | Value | Comment |
---|---|---|
OMPC_BIND_teams | 0 | |
OMPC_BIND_parallel | 1 | |
OMPC_BIND_thread | 2 | |
OMPC_BIND_unknown | 3 |