Home
last modified time | relevance | path

Searched defs:DependData (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h108 struct DependData { struct
109 OpenMPDependClauseKind DepKind = OMPC_DEPEND_unknown;
110 const Expr *IteratorExpr = nullptr;
111 SmallVector<const Expr *, 4> DepExprs;
113 DependData(OpenMPDependClauseKind DepKind, const Expr *IteratorExpr) in DependData() argument