|
LLVM 22.0.0git
|
#include "llvm/Frontend/OpenMP/ClauseT.h"
Public Types | |
| using | TupleTrait = std::true_type |
Public Member Functions | |
| ENUM (ImplicitBehavior, Alloc, To, From, Tofrom, Firstprivate, None, Default, Present) | |
| ENUM (VariableCategory, All, Scalar, Aggregate, Pointer, Allocatable) | |
Public Attributes | |
| std::tuple< ImplicitBehavior, OPT(VariableCategory)> | t |
| using tomp::clause::DefaultmapT< T, I, E >::TupleTrait = std::true_type |
| tomp::clause::DefaultmapT< T, I, E >::ENUM | ( | VariableCategory | , |
| All | , | ||
| Scalar | , | ||
| Aggregate | , | ||
| Pointer | , | ||
| Allocatable | ) |
References All.
| std::tuple<ImplicitBehavior, OPT(VariableCategory)> tomp::clause::DefaultmapT< T, I, E >::t |