Searched refs:OMPMaskedTaskLoopDirective (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 1289 OMPMaskedTaskLoopDirective *OMPMaskedTaskLoopDirective::Create( in Create() 1293 auto *Dir = createDirective<OMPMaskedTaskLoopDirective>( in Create() 1325 OMPMaskedTaskLoopDirective * 1326 OMPMaskedTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 1329 return createEmptyDirective<OMPMaskedTaskLoopDirective>( in CreateEmpty()
|
| H A D | StmtProfile.cpp | 1192 const OMPMaskedTaskLoopDirective *S) { in VisitOMPMaskedTaskLoopDirective()
|
| H A D | StmtPrinter.cpp | 1000 OMPMaskedTaskLoopDirective *Node) { in VisitOMPMaskedTaskLoopDirective()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 274 def OMPMaskedTaskLoopDirective : StmtNode<OMPLoopDirective>;
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 3930 class OMPMaskedTaskLoopDirective final : public OMPLoopDirective { 3942 OMPMaskedTaskLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPMaskedTaskLoopDirective() function 3952 explicit OMPMaskedTaskLoopDirective(unsigned CollapsedNum) in OMPMaskedTaskLoopDirective() function 3972 static OMPMaskedTaskLoopDirective * 3984 static OMPMaskedTaskLoopDirective *CreateEmpty(const ASTContext &C,
|
| H A D | RecursiveASTVisitor.h | 3215 DEF_TRAVERSE_STMT(OMPMaskedTaskLoopDirective,
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2677 OMPMaskedTaskLoopDirective *D) { in VisitOMPMaskedTaskLoopDirective() 3828 S = OMPMaskedTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2722 OMPMaskedTaskLoopDirective *D) { in VisitOMPMaskedTaskLoopDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 340 EmitOMPMaskedTaskLoopDirective(cast<OMPMaskedTaskLoopDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3902 void EmitOMPMaskedTaskLoopDirective(const OMPMaskedTaskLoopDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 8077 const OMPMaskedTaskLoopDirective &S) { in EmitOMPMaskedTaskLoopDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 10106 OMPMaskedTaskLoopDirective *D) { in TransformOMPMaskedTaskLoopDirective()
|
| H A D | SemaOpenMP.cpp | 13488 return OMPMaskedTaskLoopDirective::Create(getASTContext(), StartLoc, EndLoc, in ActOnOpenMPMaskedTaskLoopDirective()
|