Home
last modified time | relevance | path

Searched refs:OpenMPDependClauseKind (Results 1 – 11 of 11) sorted by relevance

/external/clang/include/clang/Basic/
DOpenMPKinds.h76 enum OpenMPDependClauseKind { enum
/external/clang/lib/Basic/
DOpenMPKinds.cpp101 return llvm::StringSwitch<OpenMPDependClauseKind>(Str) in getOpenMPSimpleClauseType()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h99 SmallVector<std::pair<OpenMPDependClauseKind, const Expr *>, 4> Dependences;
/external/clang/include/clang/AST/
DOpenMPClause.h2585 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/
DOpenMPClause.cpp523 SourceLocation EndLoc, OpenMPDependClauseKind DepKind, in Create()
/external/clang/lib/Parse/
DParseOpenMP.cpp1564 static_cast<OpenMPDependClauseKind>(getOpenMPSimpleClauseType( in ParseOpenMPVarList()
/external/clang/include/clang/Parse/
DParser.h2560 OpenMPDependClauseKind DepKind = OMPC_DEPEND_unknown;
/external/clang/include/clang/Sema/
DSema.h8374 const DeclarationNameInfo &ReductionId, OpenMPDependClauseKind DepKind,
8435 ActOnOpenMPDependClause(OpenMPDependClauseKind DepKind, SourceLocation DepLoc,
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2245 C->setDependencyKind(static_cast<OpenMPDependClauseKind>(Record[Idx++])); in VisitOMPDependClause()
/external/clang/lib/Sema/
DSemaOpenMP.cpp8025 const DeclarationNameInfo &ReductionId, OpenMPDependClauseKind DepKind, in ActOnOpenMPVarListClause()
10120 Sema::ActOnOpenMPDependClause(OpenMPDependClauseKind DepKind, in ActOnOpenMPDependClause()
DTreeTransform.h1648 RebuildOMPDependClause(OpenMPDependClauseKind DepKind, SourceLocation DepLoc, in RebuildOMPDependClause()