Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h111 class OMPClauseWithPreInit {
486 OMPClauseWithPreInit(this) {} in OMPIfClause()
563 OMPClauseWithPreInit(this) {} in OMPFinalClause()
635 OMPClauseWithPreInit(this) {} in OMPNumThreadsClause()
1618 OMPClauseWithPreInit(this) { in OMPScheduleClause()
2472 public OMPClauseWithPreInit,
2488 OMPClauseWithPreInit(this) {} in OMPFirstprivateClause()
2497 OMPClauseWithPreInit(this) {} in OMPFirstprivateClause()
4816 OMPClauseWithPreInit(this) {} in OMPDeviceClause()
5871 OMPClauseWithPreInit(this) {} in OMPNumTeamsClause()
[all …]
H A DRecursiveASTVisitor.h502 bool VisitOMPClauseWithPreInit(OMPClauseWithPreInit *Node);
3045 OMPClauseWithPreInit *Node) {
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp58 OMPClauseWithPreInit *OMPClauseWithPreInit::get(OMPClause *C) { in get()
59 auto *Res = OMPClauseWithPreInit::get(const_cast<const OMPClause *>(C)); in get()
60 return Res ? const_cast<OMPClauseWithPreInit *>(Res) : nullptr; in get()
63 const OMPClauseWithPreInit *OMPClauseWithPreInit::get(const OMPClause *C) { in get()
H A DStmtProfile.cpp420 void VistOMPClauseWithPreInit(const OMPClauseWithPreInit *C);
425 const OMPClauseWithPreInit *C) { in VistOMPClauseWithPreInit()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5995 void VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C);
6012 void OMPClauseWriter::VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()
H A DASTReader.cpp11719 void VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C);
12023 void OMPClauseReader::VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp44 if (const auto *CPI = OMPClauseWithPreInit::get(C)) { in emitPreInitStmt()
213 if (const auto *CPI = OMPClauseWithPreInit::get(C)) { in OMPSimdLexicalScope()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4483 SmallVector<const OMPClauseWithPreInit *, 4> PICs; in ActOnOpenMPRegionEnd()
4515 if (auto *C = OMPClauseWithPreInit::get(Clause)) in ActOnOpenMPRegionEnd()
4579 for (const clang::OMPClauseWithPreInit *C : PICs) { in ActOnOpenMPRegionEnd()