Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1393 OMPParallelMaskedTaskLoopDirective *OMPParallelMaskedTaskLoopDirective::Create( in Create()
1397 auto *Dir = createDirective<OMPParallelMaskedTaskLoopDirective>( in Create()
1429 OMPParallelMaskedTaskLoopDirective *
1430 OMPParallelMaskedTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1434 return createEmptyDirective<OMPParallelMaskedTaskLoopDirective>( in CreateEmpty()
H A DStmtProfile.cpp1165 const OMPParallelMaskedTaskLoopDirective *S) { in VisitOMPParallelMaskedTaskLoopDirective()
H A DStmtPrinter.cpp986 OMPParallelMaskedTaskLoopDirective *Node) { in VisitOMPParallelMaskedTaskLoopDirective()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td271 def OMPParallelMaskedTaskLoopDirective : StmtNode<OMPLoopDirective>;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h4228 class OMPParallelMaskedTaskLoopDirective final : public OMPLoopDirective {
4240 OMPParallelMaskedTaskLoopDirective(SourceLocation StartLoc, in OMPParallelMaskedTaskLoopDirective() function
4251 explicit OMPParallelMaskedTaskLoopDirective(unsigned CollapsedNum) in OMPParallelMaskedTaskLoopDirective() function
4271 static OMPParallelMaskedTaskLoopDirective *
4283 static OMPParallelMaskedTaskLoopDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3096 DEF_TRAVERSE_STMT(OMPParallelMaskedTaskLoopDirective,
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2643 OMPParallelMaskedTaskLoopDirective *D) { in VisitOMPParallelMaskedTaskLoopDirective()
3646 S = OMPParallelMaskedTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2664 OMPParallelMaskedTaskLoopDirective *D) { in VisitOMPParallelMaskedTaskLoopDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9387 OMPParallelMaskedTaskLoopDirective *D) { in TransformOMPParallelMaskedTaskLoopDirective()
H A DSemaOpenMP.cpp14002 return OMPParallelMaskedTaskLoopDirective::Create( in ActOnOpenMPParallelMaskedTaskLoopDirective()