Home
last modified time | relevance | path

Searched refs:OMPClauseWithPreInit (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h195 class OMPClauseWithPreInit {
584 OMPClauseWithPreInit(this) {} in OMPIfClause()
630 public OMPClauseWithPreInit {
650 OMPClauseWithPreInit(this) { in OMPFinalClause()
676 public OMPClauseWithPreInit {
697 OMPClauseWithPreInit(this) { in OMPNumThreadsClause()
1758 OMPClauseWithPreInit(this) { in OMPScheduleClause()
2714 public OMPClauseWithPreInit,
8200 public OMPClauseWithPreInit {
8247 public OMPClauseWithPreInit {
[all …]
H A DRecursiveASTVisitor.h504 bool VisitOMPClauseWithPreInit(OMPClauseWithPreInit *Node);
3195 OMPClauseWithPreInit *Node) {
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp59 OMPClauseWithPreInit *OMPClauseWithPreInit::get(OMPClause *C) { in get()
60 auto *Res = OMPClauseWithPreInit::get(const_cast<const OMPClause *>(C)); in get()
61 return Res ? const_cast<OMPClauseWithPreInit *>(Res) : nullptr; in get()
64 const OMPClauseWithPreInit *OMPClauseWithPreInit::get(const OMPClause *C) { in get()
H A DStmtProfile.cpp440 void VistOMPClauseWithPreInit(const OMPClauseWithPreInit *C);
445 const OMPClauseWithPreInit *C) { in VistOMPClauseWithPreInit()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6500 void VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C);
6517 void OMPClauseWriter::VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()
H A DASTReader.cpp10239 void VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C);
10588 void OMPClauseReader::VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp50 if (const auto *CPI = OMPClauseWithPreInit::get(C)) { in emitPreInitStmt()
218 if (const auto *CPI = OMPClauseWithPreInit::get(C)) { in OMPSimdLexicalScope()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4829 SmallVector<const OMPClauseWithPreInit *, 4> PICs; in ActOnOpenMPRegionEnd()
4862 if (auto *C = OMPClauseWithPreInit::get(Clause)) in ActOnOpenMPRegionEnd()
4926 for (const clang::OMPClauseWithPreInit *C : PICs) { in ActOnOpenMPRegionEnd()