Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp1374 OMPParallelMaskedTaskLoopDirective *OMPParallelMaskedTaskLoopDirective::Create( in Create()
1378 auto *Dir = createDirective<OMPParallelMaskedTaskLoopDirective>( in Create()
1410 OMPParallelMaskedTaskLoopDirective *
1411 OMPParallelMaskedTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1415 return createEmptyDirective<OMPParallelMaskedTaskLoopDirective>( in CreateEmpty()
H A DStmtProfile.cpp1137 const OMPParallelMaskedTaskLoopDirective *S) { in VisitOMPParallelMaskedTaskLoopDirective()
H A DStmtPrinter.cpp976 OMPParallelMaskedTaskLoopDirective *Node) { in VisitOMPParallelMaskedTaskLoopDirective()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DStmtNodes.td270 def OMPParallelMaskedTaskLoopDirective : StmtNode<OMPLoopDirective>;
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h4160 class OMPParallelMaskedTaskLoopDirective final : public OMPLoopDirective {
4172 OMPParallelMaskedTaskLoopDirective(SourceLocation StartLoc, in OMPParallelMaskedTaskLoopDirective() function
4183 explicit OMPParallelMaskedTaskLoopDirective(unsigned CollapsedNum) in OMPParallelMaskedTaskLoopDirective() function
4203 static OMPParallelMaskedTaskLoopDirective *
4215 static OMPParallelMaskedTaskLoopDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3085 DEF_TRAVERSE_STMT(OMPParallelMaskedTaskLoopDirective,
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp2586 OMPParallelMaskedTaskLoopDirective *D) { in VisitOMPParallelMaskedTaskLoopDirective()
3558 S = OMPParallelMaskedTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2532 OMPParallelMaskedTaskLoopDirective *D) { in VisitOMPParallelMaskedTaskLoopDirective()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2197 const OMPParallelMaskedTaskLoopDirective *D);
3241 const OMPParallelMaskedTaskLoopDirective *D) { in VisitOMPParallelMaskedTaskLoopDirective()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h9217 OMPParallelMaskedTaskLoopDirective *D) { in TransformOMPParallelMaskedTaskLoopDirective()
H A DSemaOpenMP.cpp13722 return OMPParallelMaskedTaskLoopDirective::Create( in ActOnOpenMPParallelMaskedTaskLoopDirective()