Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1469 OMPParallelMaskedTaskLoopDirective *OMPParallelMaskedTaskLoopDirective::Create( in Create()
1473 auto *Dir = createDirective<OMPParallelMaskedTaskLoopDirective>( in Create()
1505 OMPParallelMaskedTaskLoopDirective *
1506 OMPParallelMaskedTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1510 return createEmptyDirective<OMPParallelMaskedTaskLoopDirective>( in CreateEmpty()
H A DStmtProfile.cpp1212 const OMPParallelMaskedTaskLoopDirective *S) { in VisitOMPParallelMaskedTaskLoopDirective()
H A DStmtPrinter.cpp1024 OMPParallelMaskedTaskLoopDirective *Node) { in VisitOMPParallelMaskedTaskLoopDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td276 def OMPParallelMaskedTaskLoopDirective : StmtNode<OMPLoopDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h4215 class OMPParallelMaskedTaskLoopDirective final : public OMPLoopDirective {
4227 OMPParallelMaskedTaskLoopDirective(SourceLocation StartLoc, in OMPParallelMaskedTaskLoopDirective() function
4238 explicit OMPParallelMaskedTaskLoopDirective(unsigned CollapsedNum) in OMPParallelMaskedTaskLoopDirective() function
4258 static OMPParallelMaskedTaskLoopDirective *
4270 static OMPParallelMaskedTaskLoopDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3221 DEF_TRAVERSE_STMT(OMPParallelMaskedTaskLoopDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2699 OMPParallelMaskedTaskLoopDirective *D) { in VisitOMPParallelMaskedTaskLoopDirective()
3860 S = OMPParallelMaskedTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2748 OMPParallelMaskedTaskLoopDirective *D) { in VisitOMPParallelMaskedTaskLoopDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp356 cast<OMPParallelMaskedTaskLoopDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3910 const OMPParallelMaskedTaskLoopDirective &S);
H A DCGStmtOpenMP.cpp8131 const OMPParallelMaskedTaskLoopDirective &S) { in EmitOMPParallelMaskedTaskLoopDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10150 OMPParallelMaskedTaskLoopDirective *D) { in TransformOMPParallelMaskedTaskLoopDirective()
H A DSemaOpenMP.cpp13648 return OMPParallelMaskedTaskLoopDirective::Create( in ActOnOpenMPParallelMaskedTaskLoopDirective()