clang
8.0.0
|
#include "/work/www-prereleases/8.0.0/rc2/builddocs/llvm.src/tools/clang/lib/CodeGen/CGOpenMPRuntime.h"
Public Attributes | |
bool | WithNowait |
bool | SimpleReduction |
OpenMPDirectiveKind | ReductionKind |
Definition at line 1236 of file CGOpenMPRuntime.h.
OpenMPDirectiveKind clang::CodeGen::ReductionOptionsTy::ReductionKind |
Definition at line 1239 of file CGOpenMPRuntime.h.
bool clang::CodeGen::ReductionOptionsTy::SimpleReduction |
Definition at line 1238 of file CGOpenMPRuntime.h.
Referenced by clang::CGOpenMPSIMDRuntime::emitReduction().
bool clang::CodeGen::ReductionOptionsTy::WithNowait |
Definition at line 1237 of file CGOpenMPRuntime.h.