Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp2489 OMPParallelGenericLoopDirective *OMPParallelGenericLoopDirective::Create( in Create()
2493 auto *Dir = createDirective<OMPParallelGenericLoopDirective>( in Create()
2524 OMPParallelGenericLoopDirective *OMPParallelGenericLoopDirective::CreateEmpty( in CreateEmpty()
2527 return createEmptyDirective<OMPParallelGenericLoopDirective>( in CreateEmpty()
H A DStmtProfile.cpp1296 const OMPParallelGenericLoopDirective *S) { in VisitOMPParallelGenericLoopDirective()
H A DStmtPrinter.cpp1129 OMPParallelGenericLoopDirective *Node) { in VisitOMPParallelGenericLoopDirective()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td295 def OMPParallelGenericLoopDirective : StmtNode<OMPLoopDirective>;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h6172 class OMPParallelGenericLoopDirective final : public OMPLoopDirective {
6181 OMPParallelGenericLoopDirective(SourceLocation StartLoc, in OMPParallelGenericLoopDirective() function
6191 explicit OMPParallelGenericLoopDirective(unsigned CollapsedNum) in OMPParallelGenericLoopDirective() function
6207 static OMPParallelGenericLoopDirective *
6219 static OMPParallelGenericLoopDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3165 DEF_TRAVERSE_STMT(OMPParallelGenericLoopDirective,
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2770 OMPParallelGenericLoopDirective *D) { in VisitOMPParallelGenericLoopDirective()
3827 S = OMPParallelGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2817 OMPParallelGenericLoopDirective *D) { in VisitOMPParallelGenericLoopDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp429 cast<OMPParallelGenericLoopDirective>(*S)); in EmitStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9660 OMPParallelGenericLoopDirective *D) { in TransformOMPParallelGenericLoopDirective()
H A DSemaOpenMP.cpp10944 return OMPParallelGenericLoopDirective::Create( in ActOnOpenMPParallelGenericLoopDirective()