clang  5.0.0
Public Attributes | List of all members
clang::CodeGen::ReductionOptionsTy Struct Reference

#include "/usr/local/google/work/llvm-www-releases/5.0.0/docsbuild/llvm.src/tools/clang/lib/CodeGen/CGOpenMPRuntime.h"

Collaboration diagram for clang::CodeGen::ReductionOptionsTy:
[legend]

Public Attributes

bool WithNowait
 
bool SimpleReduction
 
OpenMPDirectiveKind ReductionKind
 

Detailed Description

Definition at line 1050 of file CGOpenMPRuntime.h.

Member Data Documentation

OpenMPDirectiveKind clang::CodeGen::ReductionOptionsTy::ReductionKind
bool clang::CodeGen::ReductionOptionsTy::SimpleReduction

Definition at line 1052 of file CGOpenMPRuntime.h.

bool clang::CodeGen::ReductionOptionsTy::WithNowait

Definition at line 1051 of file CGOpenMPRuntime.h.


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