Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h106 struct DependData { struct
107 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
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1201 struct DependData { struct
1205 explicit DependData() = default; argument
1206 DependData(omp::RTLDependenceKindTy DepKind, Type *DepValueType, in DependData() argument