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

#include "llvm/Frontend/OpenMP/ClauseT.h"

Public Types

using MemSpace = E
 
using TraitsArray = ObjectT< I, E >
 
using Allocator = E
 
using AllocatorSpec = std::tuple< OPT(MemSpace), OPT(TraitsArray), Allocator >
 
using Allocators = ListT< AllocatorSpec >
 
using WrapperTrait = std::true_type
 

Public Attributes

Allocators v
 

Detailed Description

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

Definition at line 1141 of file ClauseT.h.

Member Typedef Documentation

◆ Allocator

template<typename T , typename I , typename E >
using tomp::clause::UsesAllocatorsT< T, I, E >::Allocator = E

Definition at line 1144 of file ClauseT.h.

◆ Allocators

template<typename T , typename I , typename E >
using tomp::clause::UsesAllocatorsT< T, I, E >::Allocators = ListT<AllocatorSpec>

Definition at line 1147 of file ClauseT.h.

◆ AllocatorSpec

template<typename T , typename I , typename E >
using tomp::clause::UsesAllocatorsT< T, I, E >::AllocatorSpec = std::tuple<OPT(MemSpace), OPT(TraitsArray), Allocator>

Definition at line 1145 of file ClauseT.h.

◆ MemSpace

template<typename T , typename I , typename E >
using tomp::clause::UsesAllocatorsT< T, I, E >::MemSpace = E

Definition at line 1142 of file ClauseT.h.

◆ TraitsArray

template<typename T , typename I , typename E >
using tomp::clause::UsesAllocatorsT< T, I, E >::TraitsArray = ObjectT<I, E>

Definition at line 1143 of file ClauseT.h.

◆ WrapperTrait

template<typename T , typename I , typename E >
using tomp::clause::UsesAllocatorsT< T, I, E >::WrapperTrait = std::true_type

Definition at line 1148 of file ClauseT.h.

Member Data Documentation

◆ v

template<typename T , typename I , typename E >
Allocators tomp::clause::UsesAllocatorsT< T, I, E >::v

Definition at line 1149 of file ClauseT.h.


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