Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1213 OMPMaskedTaskLoopDirective *OMPMaskedTaskLoopDirective::Create( in Create()
1217 auto *Dir = createDirective<OMPMaskedTaskLoopDirective>( in Create()
1249 OMPMaskedTaskLoopDirective *
1250 OMPMaskedTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1253 return createEmptyDirective<OMPMaskedTaskLoopDirective>( in CreateEmpty()
H A DStmtProfile.cpp1145 const OMPMaskedTaskLoopDirective *S) { in VisitOMPMaskedTaskLoopDirective()
H A DStmtPrinter.cpp962 OMPMaskedTaskLoopDirective *Node) { in VisitOMPMaskedTaskLoopDirective()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td269 def OMPMaskedTaskLoopDirective : StmtNode<OMPLoopDirective>;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3943 class OMPMaskedTaskLoopDirective final : public OMPLoopDirective {
3955 OMPMaskedTaskLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPMaskedTaskLoopDirective() function
3965 explicit OMPMaskedTaskLoopDirective(unsigned CollapsedNum) in OMPMaskedTaskLoopDirective() function
3985 static OMPMaskedTaskLoopDirective *
3997 static OMPMaskedTaskLoopDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3090 DEF_TRAVERSE_STMT(OMPMaskedTaskLoopDirective,
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2621 OMPMaskedTaskLoopDirective *D) { in VisitOMPMaskedTaskLoopDirective()
3614 S = OMPMaskedTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2638 OMPMaskedTaskLoopDirective *D) { in VisitOMPMaskedTaskLoopDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9343 OMPMaskedTaskLoopDirective *D) { in TransformOMPMaskedTaskLoopDirective()
H A DSemaOpenMP.cpp13788 return OMPMaskedTaskLoopDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPMaskedTaskLoopDirective()