LLVM 19.0.0git
Classes | Public Types | Public Member Functions | Public Attributes | List of all members
tomp::type::DefinedOperatorT< I, E > Struct Template Reference

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

Classes

struct  DefinedOpName
 

Public Types

using UnionTrait = std::true_type
 

Public Member Functions

 ENUM (IntrinsicOperator, Power, Multiply, Divide, Add, Subtract, Concat, LT, LE, EQ, NE, GE, GT, NOT, AND, OR, EQV, NEQV, Min, Max)
 

Public Attributes

std::variant< DefinedOpName, IntrinsicOperator > u
 

Detailed Description

template<typename I, typename E>
struct tomp::type::DefinedOperatorT< I, E >

Definition at line 186 of file ClauseT.h.

Member Typedef Documentation

◆ UnionTrait

template<typename I , typename E >
using tomp::type::DefinedOperatorT< I, E >::UnionTrait = std::true_type

Definition at line 193 of file ClauseT.h.

Member Function Documentation

◆ ENUM()

template<typename I , typename E >
tomp::type::DefinedOperatorT< I, E >::ENUM ( IntrinsicOperator  ,
Power  ,
Multiply  ,
Divide  ,
Add  ,
Subtract  ,
Concat  ,
LT  ,
LE  ,
EQ  ,
NE  ,
GE  ,
GT  ,
NOT  ,
AND  ,
OR  ,
EQV  ,
NEQV  ,
Min  ,
Max   
)

Member Data Documentation

◆ u

template<typename I , typename E >
std::variant<DefinedOpName, IntrinsicOperator> tomp::type::DefinedOperatorT< I, E >::u

Definition at line 194 of file ClauseT.h.


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