LLVM 22.0.0git
tomp::clause::DefaultmapT< T, I, E > Struct Template Reference

#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

Detailed Description

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

Definition at line 489 of file ClauseT.h.

Member Typedef Documentation

◆ TupleTrait

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

Definition at line 493 of file ClauseT.h.

Member Function Documentation

◆ ENUM() [1/2]

template<typename T, typename I, typename E>
tomp::clause::DefaultmapT< T, I, E >::ENUM ( ImplicitBehavior ,
Alloc ,
To ,
From ,
Tofrom ,
Firstprivate ,
None ,
Default ,
Present  )

References Alloc, Default, and None.

◆ ENUM() [2/2]

template<typename T, typename I, typename E>
tomp::clause::DefaultmapT< T, I, E >::ENUM ( VariableCategory ,
All ,
Scalar ,
Aggregate ,
Pointer ,
Allocatable  )

References All.

Member Data Documentation

◆ t

template<typename T, typename I, typename E>
std::tuple<ImplicitBehavior, OPT(VariableCategory)> tomp::clause::DefaultmapT< T, I, E >::t

Definition at line 494 of file ClauseT.h.


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