/external/clang/lib/AST/ |
D | StmtOpenMP.cpp | 449 OMPParallelSectionsDirective *OMPParallelSectionsDirective::Create( in Create() 452 unsigned Size = llvm::alignTo(sizeof(OMPParallelSectionsDirective), in Create() 456 OMPParallelSectionsDirective *Dir = in Create() 457 new (Mem) OMPParallelSectionsDirective(StartLoc, EndLoc, Clauses.size()); in Create() 464 OMPParallelSectionsDirective * 465 OMPParallelSectionsDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 467 unsigned Size = llvm::alignTo(sizeof(OMPParallelSectionsDirective), in CreateEmpty() 471 return new (Mem) OMPParallelSectionsDirective(NumClauses); in CreateEmpty()
|
D | StmtProfile.cpp | 605 const OMPParallelSectionsDirective *S) { in VisitOMPParallelSectionsDirective()
|
D | StmtPrinter.cpp | 1053 OMPParallelSectionsDirective *Node) { in VisitOMPParallelSectionsDirective()
|
/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 1450 class OMPParallelSectionsDirective : public OMPExecutableDirective { 1462 OMPParallelSectionsDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelSectionsDirective() function 1473 explicit OMPParallelSectionsDirective(unsigned NumClauses) in OMPParallelSectionsDirective() function 1492 static OMPParallelSectionsDirective * 1502 static OMPParallelSectionsDirective *
|
D | RecursiveASTVisitor.h | 2498 DEF_TRAVERSE_STMT(OMPParallelSectionsDirective,
|
/external/llvm-project/clang/lib/AST/ |
D | StmtOpenMP.cpp | 529 OMPParallelSectionsDirective *OMPParallelSectionsDirective::Create( in Create() 533 auto *Dir = createDirective<OMPParallelSectionsDirective>( in Create() 540 OMPParallelSectionsDirective * 541 OMPParallelSectionsDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 543 return createEmptyDirective<OMPParallelSectionsDirective>( in CreateEmpty()
|
D | StmtProfile.cpp | 907 const OMPParallelSectionsDirective *S) { in VisitOMPParallelSectionsDirective()
|
D | StmtPrinter.cpp | 721 OMPParallelSectionsDirective *Node) { in VisitOMPParallelSectionsDirective()
|
/external/llvm-project/clang/include/clang/AST/ |
D | StmtOpenMP.h | 1927 class OMPParallelSectionsDirective : public OMPExecutableDirective { 1939 OMPParallelSectionsDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPParallelSectionsDirective() function 1946 explicit OMPParallelSectionsDirective() in OMPParallelSectionsDirective() function 1969 static OMPParallelSectionsDirective * 1980 static OMPParallelSectionsDirective * 1988 return const_cast<OMPParallelSectionsDirective *>(this) in getTaskReductionRefExpr()
|
D | RecursiveASTVisitor.h | 2820 DEF_TRAVERSE_STMT(OMPParallelSectionsDirective,
|
/external/clang/include/clang/Basic/ |
D | StmtNodes.td | 209 def OMPParallelSectionsDirective : DStmt<OMPExecutableDirective>;
|
/external/llvm-project/clang/include/clang/Basic/ |
D | StmtNodes.td | 233 def OMPParallelSectionsDirective : StmtNode<OMPExecutableDirective>;
|
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 218 EmitOMPParallelSectionsDirective(cast<OMPParallelSectionsDirective>(*S)); in EmitStmt()
|
D | CGStmtOpenMP.cpp | 2273 else if (auto *OPSD = dyn_cast<OMPParallelSectionsDirective>(&S)) in EmitSections() 2394 const OMPParallelSectionsDirective &S) { in EmitOMPParallelSectionsDirective()
|
D | CodeGenFunction.h | 2478 void EmitOMPParallelSectionsDirective(const OMPParallelSectionsDirective &S);
|
D | CGOpenMPRuntime.cpp | 851 else if (auto *OPSD = dyn_cast<OMPParallelSectionsDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 2353 OMPParallelSectionsDirective *D) { in VisitOMPParallelSectionsDirective() 3209 S = OMPParallelSectionsDirective::CreateEmpty( in ReadStmtFromStream()
|
D | ASTWriterStmt.cpp | 2261 OMPParallelSectionsDirective *D) { in VisitOMPParallelSectionsDirective()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 2606 OMPParallelSectionsDirective *D) { in VisitOMPParallelSectionsDirective() 3327 S = OMPParallelSectionsDirective::CreateEmpty( in ReadStmtFromStream()
|
D | ASTWriterStmt.cpp | 2294 OMPParallelSectionsDirective *D) { in VisitOMPParallelSectionsDirective()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmt.cpp | 234 EmitOMPParallelSectionsDirective(cast<OMPParallelSectionsDirective>(*S)); in EmitStmt()
|
D | CGStmtOpenMP.cpp | 1304 cast<OMPParallelSectionsDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit() 3532 else if (auto *OPSD = dyn_cast<OMPParallelSectionsDirective>(&S)) in EmitSections() 3778 const OMPParallelSectionsDirective &S) { in EmitOMPParallelSectionsDirective()
|
D | CodeGenFunction.h | 3401 void EmitOMPParallelSectionsDirective(const OMPParallelSectionsDirective &S);
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1949 void VisitOMPParallelSectionsDirective(const OMPParallelSectionsDirective *D); 2644 const OMPParallelSectionsDirective *D) { in VisitOMPParallelSectionsDirective()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 2054 void VisitOMPParallelSectionsDirective(const OMPParallelSectionsDirective *D); 2901 const OMPParallelSectionsDirective *D) { in VisitOMPParallelSectionsDirective()
|