Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp2566 OMPParallelGenericLoopDirective *OMPParallelGenericLoopDirective::Create( in Create()
2570 auto *Dir = createDirective<OMPParallelGenericLoopDirective>( in Create()
2601 OMPParallelGenericLoopDirective *OMPParallelGenericLoopDirective::CreateEmpty( in CreateEmpty()
2604 return createEmptyDirective<OMPParallelGenericLoopDirective>( in CreateEmpty()
H A DStmtProfile.cpp1343 const OMPParallelGenericLoopDirective *S) { in VisitOMPParallelGenericLoopDirective()
H A DStmtPrinter.cpp1167 OMPParallelGenericLoopDirective *Node) { in VisitOMPParallelGenericLoopDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td300 def OMPParallelGenericLoopDirective : StmtNode<OMPLoopDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h6387 class OMPParallelGenericLoopDirective final : public OMPLoopDirective {
6396 OMPParallelGenericLoopDirective(SourceLocation StartLoc, in OMPParallelGenericLoopDirective() function
6406 explicit OMPParallelGenericLoopDirective(unsigned CollapsedNum) in OMPParallelGenericLoopDirective() function
6422 static OMPParallelGenericLoopDirective *
6434 static OMPParallelGenericLoopDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3290 DEF_TRAVERSE_STMT(OMPParallelGenericLoopDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2827 OMPParallelGenericLoopDirective *D) { in VisitOMPParallelGenericLoopDirective()
4041 S = OMPParallelGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2902 OMPParallelGenericLoopDirective *D) { in VisitOMPParallelGenericLoopDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp448 cast<OMPParallelGenericLoopDirective>(*S)); in EmitStmt()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10423 OMPParallelGenericLoopDirective *D) { in TransformOMPParallelGenericLoopDirective()
H A DSemaOpenMP.cpp10773 return OMPParallelGenericLoopDirective::Create( in ActOnOpenMPParallelGenericLoopDirective()