Searched refs:OMPForDirective (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | StmtOpenMP.cpp | 311 OMPForDirective *OMPForDirective::Create( in Create() 315 auto *Dir = createDirective<OMPForDirective>( in Create() 347 OMPForDirective *OMPForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 351 return createEmptyDirective<OMPForDirective>( in CreateEmpty()
|
| D | StmtProfile.cpp | 922 void StmtProfiler::VisitOMPForDirective(const OMPForDirective *S) { in VisitOMPForDirective()
|
| D | StmtPrinter.cpp | 677 void StmtPrinter::VisitOMPForDirective(OMPForDirective *Node) { in VisitOMPForDirective()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | StmtOpenMP.h | 1565 class OMPForDirective : public OMPLoopDirective { 1577 OMPForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPForDirective() function 1586 explicit OMPForDirective(unsigned CollapsedNum) in OMPForDirective() function 1613 static OMPForDirective *Create(const ASTContext &C, SourceLocation StartLoc, 1626 static OMPForDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses, 1635 return const_cast<OMPForDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()
|
| D | RecursiveASTVisitor.h | 2857 DEF_TRAVERSE_STMT(OMPForDirective,
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | StmtNodes.td | 228 def OMPForDirective : StmtNode<OMPLoopDirective>;
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/ |
| D | ASTReaderStmt.cpp | 2328 void ASTStmtReader::VisitOMPForDirective(OMPForDirective *D) { in VisitOMPForDirective() 3218 S = OMPForDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
|
| D | ASTWriterStmt.cpp | 2230 void ASTStmtWriter::VisitOMPForDirective(OMPForDirective *D) { in VisitOMPForDirective()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CGStmt.cpp | 215 EmitOMPForDirective(cast<OMPForDirective>(*S)); in EmitStmt()
|
| D | CGStmtOpenMP.cpp | 1321 TaskRedRef = cast<OMPForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit() 3595 static bool isSupportedByOpenMPIRBuilder(const OMPForDirective &S) { in isSupportedByOpenMPIRBuilder() 3605 void CodeGenFunction::EmitOMPForDirective(const OMPForDirective &S) { in EmitOMPForDirective()
|
| D | CodeGenFunction.h | 3445 void EmitOMPForDirective(const OMPForDirective &S);
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | TreeTransform.h | 8553 TreeTransform<Derived>::TransformOMPForDirective(OMPForDirective *D) { in TransformOMPForDirective()
|
| D | SemaOpenMP.cpp | 9731 return OMPForDirective::Create( in ActOnOpenMPForDirective()
|