Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DOpenMPClause.h99 class OMPClauseWithPreInit {
296 OMPClauseWithPreInit(this) {} in OMPIfClause()
417 OMPClauseWithPreInit(this) {} in OMPNumThreadsClause()
1069 OMPClauseWithPreInit(this) { in OMPScheduleClause()
1537 public OMPClauseWithPreInit,
1553 OMPClauseWithPreInit(this) {} in OMPFirstprivateClause()
1562 OMPClauseWithPreInit(this) {} in OMPFirstprivateClause()
3465 OMPClauseWithPreInit(this) {} in OMPDeviceClause()
4313 OMPClauseWithPreInit(this) {} in OMPNumTeamsClause()
4378 OMPClauseWithPreInit(this) {} in OMPThreadLimitClause()
[all …]
H A DRecursiveASTVisitor.h537 bool VisitOMPClauseWithPreInit(OMPClauseWithPreInit *Node);
2803 OMPClauseWithPreInit *Node) {
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DOpenMPClause.cpp39 OMPClauseWithPreInit *OMPClauseWithPreInit::get(OMPClause *C) { in get()
40 auto *Res = OMPClauseWithPreInit::get(const_cast<const OMPClause *>(C)); in get()
41 return Res ? const_cast<OMPClauseWithPreInit *>(Res) : nullptr; in get()
44 const OMPClauseWithPreInit *OMPClauseWithPreInit::get(const OMPClause *C) { in get()
H A DStmtProfile.cpp417 void VistOMPClauseWithPreInit(const OMPClauseWithPreInit *C);
422 const OMPClauseWithPreInit *C) { in VistOMPClauseWithPreInit()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTWriter.h1005 void VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C);
H A DASTReader.h2692 void VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C);
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp32 if (const auto *CPI = OMPClauseWithPreInit::get(C)) { in emitPreInitStmt()
160 if (const auto *CPI = OMPClauseWithPreInit::get(C)) { in OMPSimdLexicalScope()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp2933 SmallVector<const OMPClauseWithPreInit *, 4> PICs; in ActOnOpenMPRegionEnd()
2960 if (auto *C = OMPClauseWithPreInit::get(Clause)) in ActOnOpenMPRegionEnd()
3012 for (const clang::OMPClauseWithPreInit *C : PICs) { in ActOnOpenMPRegionEnd()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp6482 void OMPClauseWriter::VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()
H A DASTReader.cpp11864 void OMPClauseReader::VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()