Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDStmtOpenMP.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()
HDStmtProfile.cpp1297 const OMPTeamsGenericLoopDirective *S) { in VisitOMPTeamsGenericLoopDirective()
HDStmtPrinter.cpp1130 OMPTeamsGenericLoopDirective *Node) { in VisitOMPTeamsGenericLoopDirective()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDStmtNodes.td297 def OMPTeamsGenericLoopDirective : StmtNode<OMPLoopDirective>;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmtOpenMP.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,
HDRecursiveASTVisitor.h3229 DEF_TRAVERSE_STMT(OMPTeamsGenericLoopDirective,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderStmt.cpp2788 OMPTeamsGenericLoopDirective *D) { in VisitOMPTeamsGenericLoopDirective()
3888 S = OMPTeamsGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
HDASTWriterStmt.cpp2854 OMPTeamsGenericLoopDirective *D) { in VisitOMPTeamsGenericLoopDirective()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmt.cpp432 EmitOMPTeamsGenericLoopDirective(cast<OMPTeamsGenericLoopDirective>(*S)); in EmitStmt()
HDCodeGenFunction.h3901 void EmitOMPTeamsGenericLoopDirective(const OMPTeamsGenericLoopDirective &S);
HDCGStmtOpenMP.cpp7964 const OMPTeamsGenericLoopDirective &S) { in EmitOMPTeamsGenericLoopDirective()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDTreeTransform.h9967 OMPTeamsGenericLoopDirective *D) { in TransformOMPTeamsGenericLoopDirective()
HDSemaOpenMP.cpp10643 return OMPTeamsGenericLoopDirective::Create( in ActOnOpenMPTeamsGenericLoopDirective()