Searched refs:OMPParallelMasterTaskLoopDirective (Results 1 – 13 of 13) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | StmtOpenMP.cpp | 1223 OMPParallelMasterTaskLoopDirective *OMPParallelMasterTaskLoopDirective::Create( in Create() 1227 unsigned Size = llvm::alignTo(sizeof(OMPParallelMasterTaskLoopDirective), in Create() 1233 auto *Dir = new (Mem) OMPParallelMasterTaskLoopDirective( in Create() 1264 OMPParallelMasterTaskLoopDirective * 1265 OMPParallelMasterTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 1269 unsigned Size = llvm::alignTo(sizeof(OMPParallelMasterTaskLoopDirective), in CreateEmpty() 1275 return new (Mem) OMPParallelMasterTaskLoopDirective(CollapsedNum, NumClauses); in CreateEmpty()
|
| HD | StmtProfile.cpp | 947 const OMPParallelMasterTaskLoopDirective *S) { in VisitOMPParallelMasterTaskLoopDirective()
|
| HD | StmtPrinter.cpp | 845 OMPParallelMasterTaskLoopDirective *Node) { in VisitOMPParallelMasterTaskLoopDirective()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | StmtOpenMP.h | 3340 class OMPParallelMasterTaskLoopDirective : public OMPLoopDirective { 3349 OMPParallelMasterTaskLoopDirective(SourceLocation StartLoc, in OMPParallelMasterTaskLoopDirective() function 3361 explicit OMPParallelMasterTaskLoopDirective(unsigned CollapsedNum, in OMPParallelMasterTaskLoopDirective() function 3379 static OMPParallelMasterTaskLoopDirective * 3391 static OMPParallelMasterTaskLoopDirective *CreateEmpty(const ASTContext &C,
|
| HD | RecursiveASTVisitor.h | 2887 DEF_TRAVERSE_STMT(OMPParallelMasterTaskLoopDirective,
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | StmtNodes.td | 251 def OMPParallelMasterTaskLoopDirective : StmtNode<OMPLoopDirective>;
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/ |
| HD | ASTReaderStmt.cpp | 2449 OMPParallelMasterTaskLoopDirective *D) { in VisitOMPParallelMasterTaskLoopDirective() 3273 S = OMPParallelMasterTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
| HD | ASTWriterStmt.cpp | 2372 OMPParallelMasterTaskLoopDirective *D) { in VisitOMPParallelMasterTaskLoopDirective()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGStmt.cpp | 297 cast<OMPParallelMasterTaskLoopDirective>(*S)); in EmitStmt()
|
| HD | CodeGenFunction.h | 3173 const OMPParallelMasterTaskLoopDirective &S);
|
| HD | CGStmtOpenMP.cpp | 5409 const OMPParallelMasterTaskLoopDirective &S) { in EmitOMPParallelMasterTaskLoopDirective()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | TreeTransform.h | 8431 OMPParallelMasterTaskLoopDirective *D) { in TransformOMPParallelMasterTaskLoopDirective()
|
| HD | SemaOpenMP.cpp | 9869 return OMPParallelMasterTaskLoopDirective::Create( in ActOnOpenMPParallelMasterTaskLoopDirective()
|