OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMPTaskgroupDirective
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h
2501
class
OMPTaskgroupDirective
: public OMPExecutableDirective {
2509
OMPTaskgroupDirective
(SourceLocation StartLoc, SourceLocation EndLoc)
2515
explicit
OMPTaskgroupDirective
()
2533
static
OMPTaskgroupDirective
*
2543
static
OMPTaskgroupDirective
*CreateEmpty(const ASTContext &C,
2549
return const_cast<
OMPTaskgroupDirective
*>(this)->getReductionRef();
RecursiveASTVisitor.h
2875
DEF_TRAVERSE_STMT(
OMPTaskgroupDirective
,
/src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp
661
OMPTaskgroupDirective
*
OMPTaskgroupDirective
::Create(
664
auto *Dir = createDirective<
OMPTaskgroupDirective
>(
670
OMPTaskgroupDirective
*
OMPTaskgroupDirective
::CreateEmpty(const ASTContext &C,
673
return createEmptyDirective<
OMPTaskgroupDirective
>(
StmtPrinter.cpp
754
void StmtPrinter::VisitOMPTaskgroupDirective(
OMPTaskgroupDirective
*Node) {
StmtProfile.cpp
976
void StmtProfiler::VisitOMPTaskgroupDirective(const
OMPTaskgroupDirective
*S) {
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp
2395
void ASTStmtReader::VisitOMPTaskgroupDirective(
OMPTaskgroupDirective
*D) {
3273
S =
OMPTaskgroupDirective
::CreateEmpty(
ASTWriterStmt.cpp
2359
void ASTStmtWriter::VisitOMPTaskgroupDirective(
OMPTaskgroupDirective
*D) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp
257
EmitOMPTaskgroupDirective(cast<
OMPTaskgroupDirective
>(*S));
CGStmtOpenMP.cpp
240
if (const auto *TG = dyn_cast<
OMPTaskgroupDirective
>(&S)) {
4767
const
OMPTaskgroupDirective
&S) {
CodeGenFunction.h
3460
void EmitOMPTaskgroupDirective(const
OMPTaskgroupDirective
&S);
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
2063
void VisitOMPTaskgroupDirective(const
OMPTaskgroupDirective
*D);
2966
const
OMPTaskgroupDirective
*D) {
5609
return cxstring::createRef("
OMPTaskgroupDirective
");
/src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h
8683
OMPTaskgroupDirective
*D) {
SemaOpenMP.cpp
10187
return
OMPTaskgroupDirective
::Create(Context, StartLoc, EndLoc, Clauses,
Completed in 85 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026