OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMPMasterTaskLoopDirective
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp
1018
OMPMasterTaskLoopDirective
*
OMPMasterTaskLoopDirective
::Create(
1022
auto *Dir = createDirective<
OMPMasterTaskLoopDirective
>(
1054
OMPMasterTaskLoopDirective
*
1055
OMPMasterTaskLoopDirective
::CreateEmpty(const ASTContext &C,
1058
return createEmptyDirective<
OMPMasterTaskLoopDirective
>(
StmtPrinter.cpp
848
OMPMasterTaskLoopDirective
*Node) {
StmtProfile.cpp
1053
const
OMPMasterTaskLoopDirective
*S) {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h
3554
class
OMPMasterTaskLoopDirective
: public OMPLoopDirective {
3566
OMPMasterTaskLoopDirective
(SourceLocation StartLoc, SourceLocation EndLoc,
3576
explicit
OMPMasterTaskLoopDirective
(unsigned CollapsedNum)
3596
static
OMPMasterTaskLoopDirective
*
3608
static
OMPMasterTaskLoopDirective
*CreateEmpty(const ASTContext &C,
RecursiveASTVisitor.h
2929
DEF_TRAVERSE_STMT(
OMPMasterTaskLoopDirective
,
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp
2490
OMPMasterTaskLoopDirective
*D) {
3376
S =
OMPMasterTaskLoopDirective
::CreateEmpty(Context, NumClauses,
ASTWriterStmt.cpp
2422
OMPMasterTaskLoopDirective
*D) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp
308
EmitOMPMasterTaskLoopDirective(cast<
OMPMasterTaskLoopDirective
>(*S));
CodeGenFunction.h
3481
void EmitOMPMasterTaskLoopDirective(const
OMPMasterTaskLoopDirective
&S);
CGStmtOpenMP.cpp
7000
const
OMPMasterTaskLoopDirective
&S) {
CGOpenMPRuntime.cpp
1334
else if (const auto *TD = dyn_cast<
OMPMasterTaskLoopDirective
>(&D))
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
2082
void VisitOMPMasterTaskLoopDirective(const
OMPMasterTaskLoopDirective
*D);
3044
const
OMPMasterTaskLoopDirective
*D) {
5645
return cxstring::createRef("
OMPMasterTaskLoopDirective
");
/src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h
8881
OMPMasterTaskLoopDirective
*D) {
SemaOpenMP.cpp
11615
return
OMPMasterTaskLoopDirective
::Create(Context, StartLoc, EndLoc,
Completed in 77 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026