Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h109 OpenMPDependClauseKind DepKind = OMPC_DEPEND_unknown; member
H A DCGOpenMPRuntime.cpp4587 RTLDependenceKindTy DepKind; in translateDependencyKind() local
4695 RTLDependenceKindTy DepKind = translateDependencyKind(Data.DepKind); in emitDependData() local
5090 RTLDependenceKindTy DepKind = translateDependencyKind(NewDepKind); in emitUpdateClause() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1380 SDep::Kind DepKind = Dep.getKind(); in apply() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp998 Expr *DepModifier, OpenMPDependClauseKind DepKind, in Create()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h4525 OpenMPDependClauseKind DepKind = OMPC_DEPEND_unknown; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h1885 RebuildOMPDependClause(Expr *DepModifier, OpenMPDependClauseKind DepKind, in RebuildOMPDependClause()
H A DSemaOpenMP.cpp17759 Sema::ActOnOpenMPDependClause(Expr *DepModifier, OpenMPDependClauseKind DepKind, in ActOnOpenMPDependClause()