Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h109 struct DependData { struct
110 OpenMPDependClauseKind DepKind = OMPC_DEPEND_unknown;
111 const Expr *IteratorExpr = nullptr;
112 SmallVector<const Expr *, 4> DepExprs;
114 DependData(OpenMPDependClauseKind DepKind, const Expr *IteratorExpr) in DependData() function