clang 19.0.0git
Public Attributes | List of all members
clang::CodeGen::CGOpenMPRuntime::ReductionOptionsTy Struct Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CGOpenMPRuntime.h"

Public Attributes

bool WithNowait
 
bool SimpleReduction
 
OpenMPDirectiveKind ReductionKind
 

Detailed Description

Definition at line 1211 of file CGOpenMPRuntime.h.

Member Data Documentation

◆ ReductionKind

OpenMPDirectiveKind clang::CodeGen::CGOpenMPRuntime::ReductionOptionsTy::ReductionKind

Definition at line 1214 of file CGOpenMPRuntime.h.

◆ SimpleReduction

bool clang::CodeGen::CGOpenMPRuntime::ReductionOptionsTy::SimpleReduction

Definition at line 1213 of file CGOpenMPRuntime.h.

◆ WithNowait

bool clang::CodeGen::CGOpenMPRuntime::ReductionOptionsTy::WithNowait

Definition at line 1212 of file CGOpenMPRuntime.h.


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