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.cpp2528 OMPParallelGenericLoopDirective *OMPParallelGenericLoopDirective::Create( in Create()
2532 auto *Dir = createDirective<OMPParallelGenericLoopDirective>( in Create()
2563 OMPParallelGenericLoopDirective *OMPParallelGenericLoopDirective::CreateEmpty( in CreateEmpty()
2566 return createEmptyDirective<OMPParallelGenericLoopDirective>( in CreateEmpty()
H A DStmtProfile.cpp1307 const OMPParallelGenericLoopDirective *S) { in VisitOMPParallelGenericLoopDirective()
H A DStmtPrinter.cpp1142 OMPParallelGenericLoopDirective *Node) { in VisitOMPParallelGenericLoopDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td299 def OMPParallelGenericLoopDirective : StmtNode<OMPLoopDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h6323 class OMPParallelGenericLoopDirective final : public OMPLoopDirective {
6332 OMPParallelGenericLoopDirective(SourceLocation StartLoc, in OMPParallelGenericLoopDirective() function
6342 explicit OMPParallelGenericLoopDirective(unsigned CollapsedNum) in OMPParallelGenericLoopDirective() function
6358 static OMPParallelGenericLoopDirective *
6370 static OMPParallelGenericLoopDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3235 DEF_TRAVERSE_STMT(OMPParallelGenericLoopDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2799 OMPParallelGenericLoopDirective *D) { in VisitOMPParallelGenericLoopDirective()
3904 S = OMPParallelGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2867 OMPParallelGenericLoopDirective *D) { in VisitOMPParallelGenericLoopDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp440 cast<OMPParallelGenericLoopDirective>(*S)); in EmitStmt()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9989 OMPParallelGenericLoopDirective *D) { in TransformOMPParallelGenericLoopDirective()
H A DSemaOpenMP.cpp10708 return OMPParallelGenericLoopDirective::Create( in ActOnOpenMPParallelGenericLoopDirective()