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.cpp2412 OMPTeamsGenericLoopDirective *OMPTeamsGenericLoopDirective::Create( in Create()
2416 auto *Dir = createDirective<OMPTeamsGenericLoopDirective>( in Create()
2460 OMPTeamsGenericLoopDirective *
2461 OMPTeamsGenericLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
2464 return createEmptyDirective<OMPTeamsGenericLoopDirective>( in CreateEmpty()
H A DStmtProfile.cpp1297 const OMPTeamsGenericLoopDirective *S) { in VisitOMPTeamsGenericLoopDirective()
H A DStmtPrinter.cpp1130 OMPTeamsGenericLoopDirective *Node) { in VisitOMPTeamsGenericLoopDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td297 def OMPTeamsGenericLoopDirective : StmtNode<OMPLoopDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h6183 class OMPTeamsGenericLoopDirective final : public OMPLoopDirective {
6192 OMPTeamsGenericLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTeamsGenericLoopDirective() function
6202 explicit OMPTeamsGenericLoopDirective(unsigned CollapsedNum) in OMPTeamsGenericLoopDirective() function
6218 static OMPTeamsGenericLoopDirective *
6230 static OMPTeamsGenericLoopDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3229 DEF_TRAVERSE_STMT(OMPTeamsGenericLoopDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2788 OMPTeamsGenericLoopDirective *D) { in VisitOMPTeamsGenericLoopDirective()
3888 S = OMPTeamsGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2854 OMPTeamsGenericLoopDirective *D) { in VisitOMPTeamsGenericLoopDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp432 EmitOMPTeamsGenericLoopDirective(cast<OMPTeamsGenericLoopDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3901 void EmitOMPTeamsGenericLoopDirective(const OMPTeamsGenericLoopDirective &S);
H A DCGStmtOpenMP.cpp7964 const OMPTeamsGenericLoopDirective &S) { in EmitOMPTeamsGenericLoopDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9967 OMPTeamsGenericLoopDirective *D) { in TransformOMPTeamsGenericLoopDirective()
H A DSemaOpenMP.cpp10643 return OMPTeamsGenericLoopDirective::Create( in ActOnOpenMPTeamsGenericLoopDirective()