Home
last modified time | relevance | path

Searched refs:OMPParallelMasterTaskLoopDirective (Results 1 – 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDStmtOpenMP.cpp1223 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()
HDStmtProfile.cpp947 const OMPParallelMasterTaskLoopDirective *S) { in VisitOMPParallelMasterTaskLoopDirective()
HDStmtPrinter.cpp845 OMPParallelMasterTaskLoopDirective *Node) { in VisitOMPParallelMasterTaskLoopDirective()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmtOpenMP.h3340 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,
HDRecursiveASTVisitor.h2887 DEF_TRAVERSE_STMT(OMPParallelMasterTaskLoopDirective,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDStmtNodes.td251 def OMPParallelMasterTaskLoopDirective : StmtNode<OMPLoopDirective>;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderStmt.cpp2449 OMPParallelMasterTaskLoopDirective *D) { in VisitOMPParallelMasterTaskLoopDirective()
3273 S = OMPParallelMasterTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
HDASTWriterStmt.cpp2372 OMPParallelMasterTaskLoopDirective *D) { in VisitOMPParallelMasterTaskLoopDirective()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmt.cpp297 cast<OMPParallelMasterTaskLoopDirective>(*S)); in EmitStmt()
HDCodeGenFunction.h3173 const OMPParallelMasterTaskLoopDirective &S);
HDCGStmtOpenMP.cpp5409 const OMPParallelMasterTaskLoopDirective &S) { in EmitOMPParallelMasterTaskLoopDirective()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDTreeTransform.h8431 OMPParallelMasterTaskLoopDirective *D) { in TransformOMPParallelMasterTaskLoopDirective()
HDSemaOpenMP.cpp9869 return OMPParallelMasterTaskLoopDirective::Create( in ActOnOpenMPParallelMasterTaskLoopDirective()