clang 20.0.0git
|
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CGOpenMPRuntime.h"
Public Member Functions | |
DependData ()=default | |
DependData (OpenMPDependClauseKind DepKind, const Expr *IteratorExpr) | |
Public Attributes | |
OpenMPDependClauseKind | DepKind = OMPC_DEPEND_unknown |
const Expr * | IteratorExpr = nullptr |
SmallVector< const Expr *, 4 > | DepExprs |
Definition at line 106 of file CGOpenMPRuntime.h.
|
explicitdefault |
|
inline |
Definition at line 111 of file CGOpenMPRuntime.h.
SmallVector<const Expr *, 4> clang::CodeGen::OMPTaskDataTy::DependData::DepExprs |
Definition at line 109 of file CGOpenMPRuntime.h.
Referenced by buildDependences(), and clang::CodeGen::CGOpenMPRuntime::emitDepobjDependClause().
OpenMPDependClauseKind clang::CodeGen::OMPTaskDataTy::DependData::DepKind = OMPC_DEPEND_unknown |
Definition at line 107 of file CGOpenMPRuntime.h.
const Expr* clang::CodeGen::OMPTaskDataTy::DependData::IteratorExpr = nullptr |
Definition at line 108 of file CGOpenMPRuntime.h.
Referenced by clang::CodeGen::CGOpenMPRuntime::emitDepobjDependClause().