LLVM 20.0.0git
|
#include "llvm/Frontend/OpenMP/ClauseT.h"
Public Types | |
using | AllocatorSimpleModifier = E |
using | AllocatorComplexModifier = AllocatorT< T, I, E > |
using | AlignModifier = AlignT< T, I, E > |
using | List = ObjectListT< I, E > |
using | TupleTrait = std::true_type |
Public Attributes | |
std::tuple< OPT(AllocatorSimpleModifier), OPT(AllocatorComplexModifier), OPT(AlignModifier), List > | t |
using tomp::clause::AllocateT< T, I, E >::AllocatorComplexModifier = AllocatorT<T, I, E> |
using tomp::clause::AllocateT< T, I, E >::AllocatorSimpleModifier = E |
using tomp::clause::AllocateT< T, I, E >::List = ObjectListT<I, E> |
using tomp::clause::AllocateT< T, I, E >::TupleTrait = std::true_type |
std::tuple<OPT(AllocatorSimpleModifier), OPT(AllocatorComplexModifier), OPT(AlignModifier), List> tomp::clause::AllocateT< T, I, E >::t |