Searched refs:DepKind (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 1563 Data.DepKind = in ParseOpenMPVarList() 1568 if (Data.DepKind == OMPC_DEPEND_unknown) { in ParseOpenMPVarList() 1574 if (DKind == OMPD_ordered && Data.DepKind == OMPC_DEPEND_source) { in ParseOpenMPVarList() 1671 (Kind == OMPC_depend && Data.DepKind != OMPC_DEPEND_unknown); in ParseOpenMPVarList() 1718 if ((Kind == OMPC_depend && Data.DepKind != OMPC_DEPEND_unknown && in ParseOpenMPVarList() 1777 Data.ReductionIdScopeSpec, Data.ReductionId, Data.DepKind, Data.LinKind, in ParseOpenMPVarListClause()
|
/external/clang/include/clang/AST/ |
D | OpenMPClause.h | 2585 OpenMPDependClauseKind DepKind; variable 2601 DepKind(OMPC_DEPEND_unknown) {} in OMPDependClause() 2611 DepKind(OMPC_DEPEND_unknown) {} in OMPDependClause() 2613 void setDependencyKind(OpenMPDependClauseKind K) { DepKind = K; } in setDependencyKind() 2634 SourceLocation EndLoc, OpenMPDependClauseKind DepKind, 2644 OpenMPDependClauseKind getDependencyKind() const { return DepKind; } in getDependencyKind()
|
/external/clang/lib/AST/ |
D | OpenMPClause.cpp | 523 SourceLocation EndLoc, OpenMPDependClauseKind DepKind, in Create() argument 529 Clause->setDependencyKind(DepKind); in Create()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 8025 const DeclarationNameInfo &ReductionId, OpenMPDependClauseKind DepKind, in ActOnOpenMPVarListClause() argument 8065 Res = ActOnOpenMPDependClause(DepKind, DepLinMapLoc, ColonLoc, VarList, in ActOnOpenMPVarListClause() 10120 Sema::ActOnOpenMPDependClause(OpenMPDependClauseKind DepKind, in ActOnOpenMPDependClause() argument 10125 DepKind != OMPC_DEPEND_source && DepKind != OMPC_DEPEND_sink) { in ActOnOpenMPDependClause() 10131 (DepKind == OMPC_DEPEND_unknown || DepKind == OMPC_DEPEND_source || in ActOnOpenMPDependClause() 10132 DepKind == OMPC_DEPEND_sink)) { in ActOnOpenMPDependClause() 10144 if (DepKind == OMPC_DEPEND_sink) { in ActOnOpenMPDependClause() 10150 if ((DepKind != OMPC_DEPEND_sink && DepKind != OMPC_DEPEND_source) || in ActOnOpenMPDependClause() 10162 if (DepKind == OMPC_DEPEND_sink) { in ActOnOpenMPDependClause() 10260 if (!CurContext->isDependentContext() && DepKind == OMPC_DEPEND_sink && in ActOnOpenMPDependClause() [all …]
|
D | TreeTransform.h | 1648 RebuildOMPDependClause(OpenMPDependClauseKind DepKind, SourceLocation DepLoc, in RebuildOMPDependClause() argument 1652 return getSema().ActOnOpenMPDependClause(DepKind, DepLoc, ColonLoc, VarList, in RebuildOMPDependClause()
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 3942 RTLDependenceKindTy DepKind; in emitTaskCall() local 3945 DepKind = DepIn; in emitTaskCall() 3950 DepKind = DepInOut; in emitTaskCall() 3959 CGF.EmitStoreOfScalar(llvm::ConstantInt::get(LLVMFlagsTy, DepKind), in emitTaskCall()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 2560 OpenMPDependClauseKind DepKind = OMPC_DEPEND_unknown; member
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 8374 const DeclarationNameInfo &ReductionId, OpenMPDependClauseKind DepKind, 8435 ActOnOpenMPDependClause(OpenMPDependClauseKind DepKind, SourceLocation DepLoc,
|