Searched refs:OpenMPDependClauseKind (Results 1 – 11 of 11) sorted by relevance
/external/clang/include/clang/Basic/ |
D | OpenMPKinds.h | 76 enum OpenMPDependClauseKind { enum
|
/external/clang/lib/Basic/ |
D | OpenMPKinds.cpp | 101 return llvm::StringSwitch<OpenMPDependClauseKind>(Str) in getOpenMPSimpleClauseType()
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.h | 99 SmallVector<std::pair<OpenMPDependClauseKind, const Expr *>, 4> Dependences;
|
/external/clang/include/clang/AST/ |
D | OpenMPClause.h | 2585 OpenMPDependClauseKind DepKind; 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()
|
/external/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 1564 static_cast<OpenMPDependClauseKind>(getOpenMPSimpleClauseType( in ParseOpenMPVarList()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 2560 OpenMPDependClauseKind DepKind = OMPC_DEPEND_unknown;
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 8374 const DeclarationNameInfo &ReductionId, OpenMPDependClauseKind DepKind, 8435 ActOnOpenMPDependClause(OpenMPDependClauseKind DepKind, SourceLocation DepLoc,
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 2245 C->setDependencyKind(static_cast<OpenMPDependClauseKind>(Record[Idx++])); in VisitOMPDependClause()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 8025 const DeclarationNameInfo &ReductionId, OpenMPDependClauseKind DepKind, in ActOnOpenMPVarListClause() 10120 Sema::ActOnOpenMPDependClause(OpenMPDependClauseKind DepKind, in ActOnOpenMPDependClause()
|
D | TreeTransform.h | 1648 RebuildOMPDependClause(OpenMPDependClauseKind DepKind, SourceLocation DepLoc, in RebuildOMPDependClause()
|