Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp974 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 DStmtProfile.cpp1128 void StmtProfiler::VisitOMPOrderedDirective(const OMPOrderedDirective *S) { in VisitOMPOrderedDirective()
H A DStmtPrinter.cpp916 void StmtPrinter::VisitOMPOrderedDirective(OMPOrderedDirective *Node) { in VisitOMPOrderedDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td255 def OMPOrderedDirective : StmtNode<OMPExecutableDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2893 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 DRecursiveASTVisitor.h3167 DEF_TRAVERSE_STMT(OMPOrderedDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2595 void ASTStmtReader::VisitOMPOrderedDirective(OMPOrderedDirective *D) { in VisitOMPOrderedDirective()
3739 S = OMPOrderedDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2676 void ASTStmtWriter::VisitOMPOrderedDirective(OMPOrderedDirective *D) { in VisitOMPOrderedDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp298 EmitOMPOrderedDirective(cast<OMPOrderedDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp2516 if (isa<OMPOrderedDirective>(S)) in hasOrderedDirective()
2781 if (isa<OMPOrderedDirective>(CSSubStmt)) { in isSimdSupportedByOpenMPIRBuilder()
6142 void CodeGenFunction::EmitOMPOrderedDirective(const OMPOrderedDirective &S) { in EmitOMPOrderedDirective()
H A DCodeGenFunction.h3884 void EmitOMPOrderedDirective(const OMPOrderedDirective &S);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9941 TreeTransform<Derived>::TransformOMPOrderedDirective(OMPOrderedDirective *D) { in TransformOMPOrderedDirective()
H A DSemaOpenMP.cpp11345 return OMPOrderedDirective::Create(getASTContext(), StartLoc, EndLoc, Clauses, in ActOnOpenMPOrderedDirective()