Home
last modified time | relevance | path

Searched refs:OMPTeamsGenericLoopDirective (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp2374 OMPTeamsGenericLoopDirective *OMPTeamsGenericLoopDirective::Create( in Create()
2378 auto *Dir = createDirective<OMPTeamsGenericLoopDirective>( in Create()
2422 OMPTeamsGenericLoopDirective *
2423 OMPTeamsGenericLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
2426 return createEmptyDirective<OMPTeamsGenericLoopDirective>( in CreateEmpty()
H A DStmtProfile.cpp1286 const OMPTeamsGenericLoopDirective *S) { in VisitOMPTeamsGenericLoopDirective()
H A DStmtPrinter.cpp1117 OMPTeamsGenericLoopDirective *Node) { in VisitOMPTeamsGenericLoopDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td293 def OMPTeamsGenericLoopDirective : StmtNode<OMPLoopDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h6041 class OMPTeamsGenericLoopDirective final : public OMPLoopDirective {
6050 OMPTeamsGenericLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTeamsGenericLoopDirective() function
6060 explicit OMPTeamsGenericLoopDirective(unsigned CollapsedNum) in OMPTeamsGenericLoopDirective() function
6076 static OMPTeamsGenericLoopDirective *
6088 static OMPTeamsGenericLoopDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3159 DEF_TRAVERSE_STMT(OMPTeamsGenericLoopDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2760 OMPTeamsGenericLoopDirective *D) { in VisitOMPTeamsGenericLoopDirective()
3811 S = OMPTeamsGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2805 OMPTeamsGenericLoopDirective *D) { in VisitOMPTeamsGenericLoopDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp421 EmitOMPTeamsGenericLoopDirective(cast<OMPTeamsGenericLoopDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3673 void EmitOMPTeamsGenericLoopDirective(const OMPTeamsGenericLoopDirective &S);
H A DCGStmtOpenMP.cpp7892 const OMPTeamsGenericLoopDirective &S) { in EmitOMPTeamsGenericLoopDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9638 OMPTeamsGenericLoopDirective *D) { in TransformOMPTeamsGenericLoopDirective()
H A DSemaOpenMP.cpp10847 return OMPTeamsGenericLoopDirective::Create( in ActOnOpenMPTeamsGenericLoopDirective()