Searched refs:OMPMaskedTaskLoopDirective (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 1194 OMPMaskedTaskLoopDirective *OMPMaskedTaskLoopDirective::Create( in Create() 1198 auto *Dir = createDirective<OMPMaskedTaskLoopDirective>( in Create() 1230 OMPMaskedTaskLoopDirective * 1231 OMPMaskedTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 1234 return createEmptyDirective<OMPMaskedTaskLoopDirective>( in CreateEmpty()
|
| H A D | StmtProfile.cpp | 1117 const OMPMaskedTaskLoopDirective *S) { in VisitOMPMaskedTaskLoopDirective()
|
| H A D | StmtPrinter.cpp | 952 OMPMaskedTaskLoopDirective *Node) { in VisitOMPMaskedTaskLoopDirective()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 268 def OMPMaskedTaskLoopDirective : StmtNode<OMPLoopDirective>;
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 3875 class OMPMaskedTaskLoopDirective final : public OMPLoopDirective { 3887 OMPMaskedTaskLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPMaskedTaskLoopDirective() function 3897 explicit OMPMaskedTaskLoopDirective(unsigned CollapsedNum) in OMPMaskedTaskLoopDirective() function 3917 static OMPMaskedTaskLoopDirective * 3929 static OMPMaskedTaskLoopDirective *CreateEmpty(const ASTContext &C,
|
| H A D | RecursiveASTVisitor.h | 3079 DEF_TRAVERSE_STMT(OMPMaskedTaskLoopDirective,
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2564 OMPMaskedTaskLoopDirective *D) { in VisitOMPMaskedTaskLoopDirective() 3526 S = OMPMaskedTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2506 OMPMaskedTaskLoopDirective *D) { in VisitOMPMaskedTaskLoopDirective()
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CIndex.cpp | 2189 void VisitOMPMaskedTaskLoopDirective(const OMPMaskedTaskLoopDirective *D); 3221 const OMPMaskedTaskLoopDirective *D) { in VisitOMPMaskedTaskLoopDirective()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | TreeTransform.h | 9173 OMPMaskedTaskLoopDirective *D) { in TransformOMPMaskedTaskLoopDirective()
|
| H A D | SemaOpenMP.cpp | 13508 return OMPMaskedTaskLoopDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPMaskedTaskLoopDirective()
|