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
1201 struct DependData { struct1205 explicit DependData() = default; argument1206 DependData(omp::RTLDependenceKindTy DepKind, Type *DepValueType, in DependData() argument