Searched refs:OMPMaskedTaskLoopDirective (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 1213 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 D | StmtProfile.cpp | 1145 const OMPMaskedTaskLoopDirective *S) { in VisitOMPMaskedTaskLoopDirective()
|
| H A D | StmtPrinter.cpp | 962 OMPMaskedTaskLoopDirective *Node) { in VisitOMPMaskedTaskLoopDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 269 def OMPMaskedTaskLoopDirective : StmtNode<OMPLoopDirective>;
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 3943 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 D | RecursiveASTVisitor.h | 3090 DEF_TRAVERSE_STMT(OMPMaskedTaskLoopDirective,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2621 OMPMaskedTaskLoopDirective *D) { in VisitOMPMaskedTaskLoopDirective() 3614 S = OMPMaskedTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2638 OMPMaskedTaskLoopDirective *D) { in VisitOMPMaskedTaskLoopDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 9343 OMPMaskedTaskLoopDirective *D) { in TransformOMPMaskedTaskLoopDirective()
|
| H A D | SemaOpenMP.cpp | 13788 return OMPMaskedTaskLoopDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPMaskedTaskLoopDirective()
|