LLVM 19.0.0git
Public Types | Public Attributes | List of all members
tomp::clause::AllocateT< T, I, E > Struct Template Reference

#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), Listt
 

Detailed Description

template<typename T, typename I, typename E>
struct tomp::clause::AllocateT< T, I, E >

Definition at line 348 of file ClauseT.h.

Member Typedef Documentation

◆ AlignModifier

template<typename T , typename I , typename E >
using tomp::clause::AllocateT< T, I, E >::AlignModifier = AlignT<T, I, E>

Definition at line 351 of file ClauseT.h.

◆ AllocatorComplexModifier

template<typename T , typename I , typename E >
using tomp::clause::AllocateT< T, I, E >::AllocatorComplexModifier = AllocatorT<T, I, E>

Definition at line 350 of file ClauseT.h.

◆ AllocatorSimpleModifier

template<typename T , typename I , typename E >
using tomp::clause::AllocateT< T, I, E >::AllocatorSimpleModifier = E

Definition at line 349 of file ClauseT.h.

◆ List

template<typename T , typename I , typename E >
using tomp::clause::AllocateT< T, I, E >::List = ObjectListT<I, E>

Definition at line 352 of file ClauseT.h.

◆ TupleTrait

template<typename T , typename I , typename E >
using tomp::clause::AllocateT< T, I, E >::TupleTrait = std::true_type

Definition at line 354 of file ClauseT.h.

Member Data Documentation

◆ t

template<typename T , typename I , typename E >
std::tuple<OPT(AllocatorSimpleModifier), OPT(AllocatorComplexModifier), OPT(AlignModifier), List> tomp::clause::AllocateT< T, I, E >::t

Definition at line 357 of file ClauseT.h.


The documentation for this struct was generated from the following file: