Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1916 OMPTeamsDistributeDirective *OMPTeamsDistributeDirective::Create( in Create()
1920 auto *Dir = createDirective<OMPTeamsDistributeDirective>( in Create()
1951 OMPTeamsDistributeDirective *
1952 OMPTeamsDistributeDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1955 return createEmptyDirective<OMPTeamsDistributeDirective>( in CreateEmpty()
H A DStmtProfile.cpp1271 const OMPTeamsDistributeDirective *S) { in VisitOMPTeamsDistributeDirective()
H A DStmtPrinter.cpp1082 OMPTeamsDistributeDirective *Node) { in VisitOMPTeamsDistributeDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td284 def OMPTeamsDistributeDirective : StmtNode<OMPLoopDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h4906 class OMPTeamsDistributeDirective final : public OMPLoopDirective {
4916 OMPTeamsDistributeDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTeamsDistributeDirective() function
4926 explicit OMPTeamsDistributeDirective(unsigned CollapsedNum) in OMPTeamsDistributeDirective() function
4942 static OMPTeamsDistributeDirective *
4953 static OMPTeamsDistributeDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3245 DEF_TRAVERSE_STMT(OMPTeamsDistributeDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2749 OMPTeamsDistributeDirective *D) { in VisitOMPTeamsDistributeDirective()
3933 S = OMPTeamsDistributeDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2808 OMPTeamsDistributeDirective *D) { in VisitOMPTeamsDistributeDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp391 EmitOMPTeamsDistributeDirective(cast<OMPTeamsDistributeDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3924 void EmitOMPTeamsDistributeDirective(const OMPTeamsDistributeDirective &S);
H A DCGStmtOpenMP.cpp7181 const OMPTeamsDistributeDirective &S) { in EmitOMPTeamsDistributeDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10252 OMPTeamsDistributeDirective *D) { in TransformOMPTeamsDistributeDirective()
H A DSemaOpenMP.cpp13925 return OMPTeamsDistributeDirective::Create( in ActOnOpenMPTeamsDistributeDirective()