clang
6.0.0
|
#include "/work/www-prereleases/6.0.0/rc2/docsbuild/llvm.src/tools/clang/lib/CodeGen/CGOpenMPRuntime.h"
Public Attributes | |
bool | WithNowait |
bool | SimpleReduction |
OpenMPDirectiveKind | ReductionKind |
Definition at line 1064 of file CGOpenMPRuntime.h.
OpenMPDirectiveKind clang::CodeGen::ReductionOptionsTy::ReductionKind |
Definition at line 1067 of file CGOpenMPRuntime.h.
bool clang::CodeGen::ReductionOptionsTy::SimpleReduction |
Definition at line 1066 of file CGOpenMPRuntime.h.
Referenced by clang::CGOpenMPSIMDRuntime::emitReduction().
bool clang::CodeGen::ReductionOptionsTy::WithNowait |
Definition at line 1065 of file CGOpenMPRuntime.h.