struct OMPTaskDataTy::DependData

Declaration

struct OMPTaskDataTy::DependData { /* full declaration omitted */ };

Declared at: clang/lib/CodeGen/CGOpenMPRuntime.h:106

Member Variables

public clang::OpenMPDependClauseKind DepKind = OMPC_DEPEND_unknown
public const clang::Expr* IteratorExpr = nullptr
public SmallVector<const clang::Expr*, 4> DepExprs

Method Overview

  • public DependData()
  • public DependData(clang::OpenMPDependClauseKind DepKind, const clang::Expr * IteratorExpr)

Methods

DependData()

Declared at: clang/lib/CodeGen/CGOpenMPRuntime.h:110

DependData(clang::OpenMPDependClauseKind DepKind,
           const clang::Expr* IteratorExpr)

Declared at: clang/lib/CodeGen/CGOpenMPRuntime.h:111

Parameters

clang::OpenMPDependClauseKind DepKind
const clang::Expr* IteratorExpr