Home
last modified time | relevance | path

Searched refs:OMPClauseWithPostUpdate (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DOpenMPClause.h1664 public OMPClauseWithPostUpdate,
1696 OMPClauseWithPostUpdate(this) {} in OMPLastprivateClause()
1705 OMPClauseWithPostUpdate(this) {} in OMPLastprivateClause()
1923 public OMPClauseWithPostUpdate,
1963 OMPClauseWithPostUpdate(this) {} in OMPReductionClause()
2145 public OMPClauseWithPostUpdate,
2185 OMPClauseWithPostUpdate(this) {} in OMPTaskReductionClause()
2364 public OMPClauseWithPostUpdate,
2404 OMPClauseWithPostUpdate(this) {} in OMPInReductionClause()
2608 public OMPClauseWithPostUpdate,
[all …]
H A DRecursiveASTVisitor.h538 bool VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *Node);
2810 OMPClauseWithPostUpdate *Node) {
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DOpenMPClause.cpp121 OMPClauseWithPostUpdate *OMPClauseWithPostUpdate::get(OMPClause *C) { in get()
122 auto *Res = OMPClauseWithPostUpdate::get(const_cast<const OMPClause *>(C)); in get()
123 return Res ? const_cast<OMPClauseWithPostUpdate *>(Res) : nullptr; in get()
126 const OMPClauseWithPostUpdate *OMPClauseWithPostUpdate::get(const OMPClause *C) { in get()
H A DStmtProfile.cpp418 void VistOMPClauseWithPostUpdate(const OMPClauseWithPostUpdate *C);
428 const OMPClauseWithPostUpdate *C) { in VistOMPClauseWithPostUpdate()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTWriter.h1006 void VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C);
H A DASTReader.h2693 void VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp6487 void OMPClauseWriter::VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C) { in VisitOMPClauseWithPostUpdate()
H A DASTReader.cpp11869 void OMPClauseReader::VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C) { in VisitOMPClauseWithPostUpdate()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp2962 if (auto *C = OMPClauseWithPostUpdate::get(Clause)) { in ActOnOpenMPRegionEnd()