enum OpenMPLinearClauseKind
Description
OpenMP attributes for 'linear' clause.
Declared at: clang/include/clang/Basic/OpenMPKinds.h:62
Enumerators
Name | Value | Comment |
---|---|---|
OMPC_LINEAR_val | 0 | |
OMPC_LINEAR_ref | 1 | |
OMPC_LINEAR_uval | 2 | |
OMPC_LINEAR_unknown | 3 |
OpenMP attributes for 'linear' clause.
Declared at: clang/include/clang/Basic/OpenMPKinds.h:62
Name | Value | Comment |
---|---|---|
OMPC_LINEAR_val | 0 | |
OMPC_LINEAR_ref | 1 | |
OMPC_LINEAR_uval | 2 | |
OMPC_LINEAR_unknown | 3 |