Searched defs:DependData (Results 1 – 2 of 2) sorted by relevance
106 struct DependData { struct107 OpenMPDependClauseKind DepKind = OMPC_DEPEND_unknown;108 const Expr *IteratorExpr = nullptr;109 SmallVector<const Expr *, 4> DepExprs;111 DependData(OpenMPDependClauseKind DepKind, const Expr *IteratorExpr) in DependData() argument
1292 struct DependData { struct1296 explicit DependData() = default; argument1297 DependData(omp::RTLDependenceKindTy DepKind, Type *DepValueType, in DependData() argument