Searched refs:OMPOrderedDirective (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 936 OMPOrderedDirective *OMPOrderedDirective::Create(const ASTContext &C, in Create() 941 return createDirective<OMPOrderedDirective>( in Create() 946 OMPOrderedDirective *OMPOrderedDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 950 return createEmptyDirective<OMPOrderedDirective>(C, NumClauses, in CreateEmpty()
|
H A D | StmtProfile.cpp | 1092 void StmtProfiler::VisitOMPOrderedDirective(const OMPOrderedDirective *S) { in VisitOMPOrderedDirective()
|
H A D | StmtPrinter.cpp | 895 void StmtPrinter::VisitOMPOrderedDirective(OMPOrderedDirective *Node) { in VisitOMPOrderedDirective()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | StmtNodes.td | 254 def OMPOrderedDirective : StmtNode<OMPExecutableDirective>;
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 2910 class OMPOrderedDirective : public OMPExecutableDirective { 2918 OMPOrderedDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPOrderedDirective() function 2924 explicit OMPOrderedDirective() in OMPOrderedDirective() function 2938 static OMPOrderedDirective * 2948 static OMPOrderedDirective *CreateEmpty(const ASTContext &C,
|
H A D | RecursiveASTVisitor.h | 3112 DEF_TRAVERSE_STMT(OMPOrderedDirective,
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 2567 void ASTStmtReader::VisitOMPOrderedDirective(OMPOrderedDirective *D) { in VisitOMPOrderedDirective() 3602 S = OMPOrderedDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
H A D | ASTWriterStmt.cpp | 2641 void ASTStmtWriter::VisitOMPOrderedDirective(OMPOrderedDirective *D) { in VisitOMPOrderedDirective()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 292 EmitOMPOrderedDirective(cast<OMPOrderedDirective>(*S)); in EmitStmt()
|
H A D | CGStmtOpenMP.cpp | 2651 if (isa<OMPOrderedDirective>(CSSubStmt)) { in isSupportedByOpenMPIRBuilder() 5926 void CodeGenFunction::EmitOMPOrderedDirective(const OMPOrderedDirective &S) { in EmitOMPOrderedDirective()
|
H A D | CodeGenFunction.h | 3846 void EmitOMPOrderedDirective(const OMPOrderedDirective &S);
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 9507 TreeTransform<Derived>::TransformOMPOrderedDirective(OMPOrderedDirective *D) { in TransformOMPOrderedDirective()
|
H A D | SemaOpenMP.cpp | 11271 return OMPOrderedDirective::Create(getASTContext(), StartLoc, EndLoc, Clauses, in ActOnOpenMPOrderedDirective()
|