Searched refs:OMPOrderedDirective (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 974 OMPOrderedDirective *OMPOrderedDirective::Create(const ASTContext &C, in Create() 979 return createDirective<OMPOrderedDirective>( in Create() 984 OMPOrderedDirective *OMPOrderedDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 988 return createEmptyDirective<OMPOrderedDirective>(C, NumClauses, in CreateEmpty()
|
| H A D | StmtProfile.cpp | 1128 void StmtProfiler::VisitOMPOrderedDirective(const OMPOrderedDirective *S) { in VisitOMPOrderedDirective()
|
| H A D | StmtPrinter.cpp | 916 void StmtPrinter::VisitOMPOrderedDirective(OMPOrderedDirective *Node) { in VisitOMPOrderedDirective()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 255 def OMPOrderedDirective : StmtNode<OMPExecutableDirective>;
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 2893 class OMPOrderedDirective : public OMPExecutableDirective { 2901 OMPOrderedDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPOrderedDirective() function 2907 explicit OMPOrderedDirective() in OMPOrderedDirective() function 2921 static OMPOrderedDirective * 2931 static OMPOrderedDirective *CreateEmpty(const ASTContext &C,
|
| H A D | RecursiveASTVisitor.h | 3167 DEF_TRAVERSE_STMT(OMPOrderedDirective,
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2595 void ASTStmtReader::VisitOMPOrderedDirective(OMPOrderedDirective *D) { in VisitOMPOrderedDirective() 3739 S = OMPOrderedDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2676 void ASTStmtWriter::VisitOMPOrderedDirective(OMPOrderedDirective *D) { in VisitOMPOrderedDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 298 EmitOMPOrderedDirective(cast<OMPOrderedDirective>(*S)); in EmitStmt()
|
| H A D | CGStmtOpenMP.cpp | 2516 if (isa<OMPOrderedDirective>(S)) in hasOrderedDirective() 2781 if (isa<OMPOrderedDirective>(CSSubStmt)) { in isSimdSupportedByOpenMPIRBuilder() 6142 void CodeGenFunction::EmitOMPOrderedDirective(const OMPOrderedDirective &S) { in EmitOMPOrderedDirective()
|
| H A D | CodeGenFunction.h | 3884 void EmitOMPOrderedDirective(const OMPOrderedDirective &S);
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 9941 TreeTransform<Derived>::TransformOMPOrderedDirective(OMPOrderedDirective *D) { in TransformOMPOrderedDirective()
|
| H A D | SemaOpenMP.cpp | 11345 return OMPOrderedDirective::Create(getASTContext(), StartLoc, EndLoc, Clauses, in ActOnOpenMPOrderedDirective()
|