clang
7.0.0
|
#include "/work/llvm-www-releases/7.0.0/docsbuild/llvm.src/tools/clang/lib/CodeGen/CGOpenMPRuntime.h"
Public Attributes | |
bool | WithNowait |
bool | SimpleReduction |
OpenMPDirectiveKind | ReductionKind |
Definition at line 1195 of file CGOpenMPRuntime.h.
OpenMPDirectiveKind clang::CodeGen::ReductionOptionsTy::ReductionKind |
Definition at line 1198 of file CGOpenMPRuntime.h.
bool clang::CodeGen::ReductionOptionsTy::SimpleReduction |
Definition at line 1197 of file CGOpenMPRuntime.h.
Referenced by clang::CGOpenMPSIMDRuntime::emitReduction().
bool clang::CodeGen::ReductionOptionsTy::WithNowait |
Definition at line 1196 of file CGOpenMPRuntime.h.