Home
last modified time | relevance | path

Searched refs:OMPTaskgroupDirective (Results 1 – 25 of 224) sorted by relevance

123456789

/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/AST/
H A DStmtOpenMP.cpp543 OMPTaskgroupDirective *OMPTaskgroupDirective::Create( in Create()
546 unsigned Size = llvm::alignTo(sizeof(OMPTaskgroupDirective) + in Create()
550 OMPTaskgroupDirective *Dir = in Create()
551 new (Mem) OMPTaskgroupDirective(StartLoc, EndLoc, Clauses.size()); in Create()
558 OMPTaskgroupDirective *OMPTaskgroupDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
561 unsigned Size = llvm::alignTo(sizeof(OMPTaskgroupDirective) + in CreateEmpty()
565 return new (Mem) OMPTaskgroupDirective(NumClauses); in CreateEmpty()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/AST/
H A DStmtOpenMP.cpp525 OMPTaskgroupDirective *OMPTaskgroupDirective::Create( in Create()
528 unsigned Size = llvm::alignTo(sizeof(OMPTaskgroupDirective) + in Create()
532 OMPTaskgroupDirective *Dir = in Create()
533 new (Mem) OMPTaskgroupDirective(StartLoc, EndLoc, Clauses.size()); in Create()
540 OMPTaskgroupDirective *OMPTaskgroupDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
543 unsigned Size = llvm::alignTo(sizeof(OMPTaskgroupDirective) + in CreateEmpty()
547 return new (Mem) OMPTaskgroupDirective(NumClauses); in CreateEmpty()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/AST/
H A DStmtOpenMP.cpp525 OMPTaskgroupDirective *OMPTaskgroupDirective::Create( in Create()
528 unsigned Size = llvm::alignTo(sizeof(OMPTaskgroupDirective) + in Create()
532 OMPTaskgroupDirective *Dir = in Create()
533 new (Mem) OMPTaskgroupDirective(StartLoc, EndLoc, Clauses.size()); in Create()
540 OMPTaskgroupDirective *OMPTaskgroupDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
543 unsigned Size = llvm::alignTo(sizeof(OMPTaskgroupDirective) + in CreateEmpty()
547 return new (Mem) OMPTaskgroupDirective(NumClauses); in CreateEmpty()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/AST/
H A DStmtOpenMP.cpp677 OMPTaskgroupDirective *OMPTaskgroupDirective::Create( in Create()
680 unsigned Size = llvm::alignTo(sizeof(OMPTaskgroupDirective) + in Create()
684 OMPTaskgroupDirective *Dir = in Create()
685 new (Mem) OMPTaskgroupDirective(StartLoc, EndLoc, Clauses.size()); in Create()
692 OMPTaskgroupDirective *OMPTaskgroupDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
695 unsigned Size = llvm::alignTo(sizeof(OMPTaskgroupDirective) + in CreateEmpty()
699 return new (Mem) OMPTaskgroupDirective(NumClauses); in CreateEmpty()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/
H A DStmtOpenMP.cpp677 OMPTaskgroupDirective *OMPTaskgroupDirective::Create( in Create()
680 unsigned Size = llvm::alignTo(sizeof(OMPTaskgroupDirective) + in Create()
684 OMPTaskgroupDirective *Dir = in Create()
685 new (Mem) OMPTaskgroupDirective(StartLoc, EndLoc, Clauses.size()); in Create()
692 OMPTaskgroupDirective *OMPTaskgroupDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
695 unsigned Size = llvm::alignTo(sizeof(OMPTaskgroupDirective) + in CreateEmpty()
699 return new (Mem) OMPTaskgroupDirective(NumClauses); in CreateEmpty()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/AST/
H A DStmtOpenMP.cpp670 OMPTaskgroupDirective *OMPTaskgroupDirective::Create( in Create()
673 unsigned Size = llvm::alignTo(sizeof(OMPTaskgroupDirective) + in Create()
677 OMPTaskgroupDirective *Dir = in Create()
678 new (Mem) OMPTaskgroupDirective(StartLoc, EndLoc, Clauses.size()); in Create()
685 OMPTaskgroupDirective *OMPTaskgroupDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
688 unsigned Size = llvm::alignTo(sizeof(OMPTaskgroupDirective) + in CreateEmpty()
692 return new (Mem) OMPTaskgroupDirective(NumClauses); in CreateEmpty()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp670 OMPTaskgroupDirective *OMPTaskgroupDirective::Create( in Create()
673 unsigned Size = llvm::alignTo(sizeof(OMPTaskgroupDirective) + in Create()
677 OMPTaskgroupDirective *Dir = in Create()
678 new (Mem) OMPTaskgroupDirective(StartLoc, EndLoc, Clauses.size()); in Create()
685 OMPTaskgroupDirective *OMPTaskgroupDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
688 unsigned Size = llvm::alignTo(sizeof(OMPTaskgroupDirective) + in CreateEmpty()
692 return new (Mem) OMPTaskgroupDirective(NumClauses); in CreateEmpty()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/AST/
H A DStmtOpenMP.h1939 class OMPTaskgroupDirective : public OMPExecutableDirective {
1947 OMPTaskgroupDirective(SourceLocation StartLoc, SourceLocation EndLoc,
1955 explicit OMPTaskgroupDirective(unsigned NumClauses)
1975 static OMPTaskgroupDirective *
1985 static OMPTaskgroupDirective *CreateEmpty(const ASTContext &C,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp597 OMPTaskgroupDirective *OMPTaskgroupDirective::Create( in Create()
600 auto *Dir = createDirective<OMPTaskgroupDirective>( in Create()
606 OMPTaskgroupDirective *OMPTaskgroupDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
609 return createEmptyDirective<OMPTaskgroupDirective>( in CreateEmpty()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DStmtOpenMP.h2208 class OMPTaskgroupDirective : public OMPExecutableDirective {
2216 OMPTaskgroupDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTaskgroupDirective() function
2222 explicit OMPTaskgroupDirective() in OMPTaskgroupDirective() function
2240 static OMPTaskgroupDirective *
2250 static OMPTaskgroupDirective *CreateEmpty(const ASTContext &C,
2256 return const_cast<OMPTaskgroupDirective *>(this)->getReductionRef(); in getReductionRef()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/AST/
H A DStmtOpenMP.cpp597 OMPTaskgroupDirective *OMPTaskgroupDirective::Create( in Create()
600 auto *Dir = createDirective<OMPTaskgroupDirective>( in Create()
606 OMPTaskgroupDirective *OMPTaskgroupDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
609 return createEmptyDirective<OMPTaskgroupDirective>( in CreateEmpty()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h2208 class OMPTaskgroupDirective : public OMPExecutableDirective {
2216 OMPTaskgroupDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTaskgroupDirective() function
2222 explicit OMPTaskgroupDirective() in OMPTaskgroupDirective() function
2240 static OMPTaskgroupDirective *
2250 static OMPTaskgroupDirective *CreateEmpty(const ASTContext &C,
2256 return const_cast<OMPTaskgroupDirective *>(this)->getReductionRef(); in getReductionRef()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DStmtOpenMP.h2208 class OMPTaskgroupDirective : public OMPExecutableDirective {
2216 OMPTaskgroupDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTaskgroupDirective() function
2222 explicit OMPTaskgroupDirective() in OMPTaskgroupDirective() function
2240 static OMPTaskgroupDirective *
2250 static OMPTaskgroupDirective *CreateEmpty(const ASTContext &C,
2256 return const_cast<OMPTaskgroupDirective *>(this)->getReductionRef(); in getReductionRef()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/AST/
H A DStmtOpenMP.cpp597 OMPTaskgroupDirective *OMPTaskgroupDirective::Create( in Create()
600 auto *Dir = createDirective<OMPTaskgroupDirective>( in Create()
606 OMPTaskgroupDirective *OMPTaskgroupDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
609 return createEmptyDirective<OMPTaskgroupDirective>( in CreateEmpty()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DStmtOpenMP.h2051 class OMPTaskgroupDirective : public OMPExecutableDirective {
2059 OMPTaskgroupDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTaskgroupDirective() function
2067 explicit OMPTaskgroupDirective(unsigned NumClauses) in OMPTaskgroupDirective() function
2087 static OMPTaskgroupDirective *
2097 static OMPTaskgroupDirective *CreateEmpty(const ASTContext &C,
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/AST/
H A DStmtOpenMP.h1971 class OMPTaskgroupDirective : public OMPExecutableDirective {
1979 OMPTaskgroupDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTaskgroupDirective() function
1987 explicit OMPTaskgroupDirective(unsigned NumClauses) in OMPTaskgroupDirective() function
2007 static OMPTaskgroupDirective *
2017 static OMPTaskgroupDirective *CreateEmpty(const ASTContext &C,
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/AST/
H A DStmtOpenMP.cpp753 OMPTaskgroupDirective *OMPTaskgroupDirective::Create( in Create()
756 auto *Dir = createDirective<OMPTaskgroupDirective>( in Create()
762 OMPTaskgroupDirective *OMPTaskgroupDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
765 return createEmptyDirective<OMPTaskgroupDirective>( in CreateEmpty()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/AST/
H A DStmtOpenMP.cpp699 OMPTaskgroupDirective *OMPTaskgroupDirective::Create( in Create()
702 auto *Dir = createDirective<OMPTaskgroupDirective>( in Create()
708 OMPTaskgroupDirective *OMPTaskgroupDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
711 return createEmptyDirective<OMPTaskgroupDirective>( in CreateEmpty()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/AST/
H A DStmtOpenMP.cpp699 OMPTaskgroupDirective *OMPTaskgroupDirective::Create( in Create()
702 auto *Dir = createDirective<OMPTaskgroupDirective>( in Create()
708 OMPTaskgroupDirective *OMPTaskgroupDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
711 return createEmptyDirective<OMPTaskgroupDirective>( in CreateEmpty()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp699 OMPTaskgroupDirective *OMPTaskgroupDirective::Create( in Create()
702 auto *Dir = createDirective<OMPTaskgroupDirective>( in Create()
708 OMPTaskgroupDirective *OMPTaskgroupDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
711 return createEmptyDirective<OMPTaskgroupDirective>( in CreateEmpty()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/AST/
H A DStmtOpenMP.cpp699 OMPTaskgroupDirective *OMPTaskgroupDirective::Create( in Create()
702 auto *Dir = createDirective<OMPTaskgroupDirective>( in Create()
708 OMPTaskgroupDirective *OMPTaskgroupDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
711 return createEmptyDirective<OMPTaskgroupDirective>( in CreateEmpty()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/AST/
H A DStmtOpenMP.cpp699 OMPTaskgroupDirective *OMPTaskgroupDirective::Create( in Create()
702 auto *Dir = createDirective<OMPTaskgroupDirective>( in Create()
708 OMPTaskgroupDirective *OMPTaskgroupDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
711 return createEmptyDirective<OMPTaskgroupDirective>( in CreateEmpty()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/Basic/
H A DStmtNodes.td219 def OMPTaskgroupDirective : DStmt<OMPExecutableDirective>;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DStmtOpenMP.h2576 class OMPTaskgroupDirective : public OMPExecutableDirective {
2584 OMPTaskgroupDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTaskgroupDirective() function
2590 explicit OMPTaskgroupDirective() in OMPTaskgroupDirective() function
2608 static OMPTaskgroupDirective *
2618 static OMPTaskgroupDirective *CreateEmpty(const ASTContext &C,
2624 return const_cast<OMPTaskgroupDirective *>(this)->getReductionRef(); in getReductionRef()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DStmtOpenMP.h2534 class OMPTaskgroupDirective : public OMPExecutableDirective {
2542 OMPTaskgroupDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTaskgroupDirective() function
2548 explicit OMPTaskgroupDirective() in OMPTaskgroupDirective() function
2566 static OMPTaskgroupDirective *
2576 static OMPTaskgroupDirective *CreateEmpty(const ASTContext &C,
2582 return const_cast<OMPTaskgroupDirective *>(this)->getReductionRef(); in getReductionRef()

123456789