Home
last modified time | relevance | path

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

12

/external/clang/lib/AST/
DStmtOpenMP.cpp631 OMPOrderedDirective *OMPOrderedDirective::Create(const ASTContext &C, in Create()
637 llvm::alignTo(sizeof(OMPOrderedDirective), llvm::alignOf<OMPClause *>()); in Create()
640 OMPOrderedDirective *Dir = in Create()
641 new (Mem) OMPOrderedDirective(StartLoc, EndLoc, Clauses.size()); in Create()
647 OMPOrderedDirective *OMPOrderedDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
651 llvm::alignTo(sizeof(OMPOrderedDirective), llvm::alignOf<OMPClause *>()); in CreateEmpty()
654 return new (Mem) OMPOrderedDirective(NumClauses); in CreateEmpty()
DStmtProfile.cpp633 void StmtProfiler::VisitOMPOrderedDirective(const OMPOrderedDirective *S) { in VisitOMPOrderedDirective()
DStmtPrinter.cpp1088 void StmtPrinter::VisitOMPOrderedDirective(OMPOrderedDirective *Node) { in VisitOMPOrderedDirective()
/external/clang/include/clang/AST/
DStmtOpenMP.h1827 class OMPOrderedDirective : public OMPExecutableDirective {
1835 OMPOrderedDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPOrderedDirective() function
1844 explicit OMPOrderedDirective(unsigned NumClauses) in OMPOrderedDirective() function
1858 static OMPOrderedDirective *
1867 static OMPOrderedDirective *CreateEmpty(const ASTContext &C,
DRecursiveASTVisitor.h2525 DEF_TRAVERSE_STMT(OMPOrderedDirective,
/external/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp688 OMPOrderedDirective *OMPOrderedDirective::Create(const ASTContext &C, in Create()
693 return createDirective<OMPOrderedDirective>( in Create()
698 OMPOrderedDirective *OMPOrderedDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
702 return createEmptyDirective<OMPOrderedDirective>(C, NumClauses, in CreateEmpty()
DStmtProfile.cpp945 void StmtProfiler::VisitOMPOrderedDirective(const OMPOrderedDirective *S) { in VisitOMPOrderedDirective()
DStmtPrinter.cpp766 void StmtPrinter::VisitOMPOrderedDirective(OMPOrderedDirective *Node) { in VisitOMPOrderedDirective()
/external/clang/include/clang/Basic/
DStmtNodes.td216 def OMPOrderedDirective : DStmt<OMPExecutableDirective>;
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h2379 class OMPOrderedDirective : public OMPExecutableDirective {
2387 OMPOrderedDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPOrderedDirective() function
2393 explicit OMPOrderedDirective() in OMPOrderedDirective() function
2407 static OMPOrderedDirective *
2417 static OMPOrderedDirective *CreateEmpty(const ASTContext &C,
DRecursiveASTVisitor.h2853 DEF_TRAVERSE_STMT(OMPOrderedDirective,
/external/llvm-project/clang/include/clang/Basic/
DStmtNodes.td242 def OMPOrderedDirective : StmtNode<OMPExecutableDirective>;
/external/clang/lib/CodeGen/
DCGStmt.cpp239 EmitOMPOrderedDirective(cast<OMPOrderedDirective>(*S)); in EmitStmt()
DCodeGenFunction.h2485 void EmitOMPOrderedDirective(const OMPOrderedDirective &S);
DCGStmtOpenMP.cpp2756 void CodeGenFunction::EmitOMPOrderedDirective(const OMPOrderedDirective &S) { in EmitOMPOrderedDirective()
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp2400 void ASTStmtReader::VisitOMPOrderedDirective(OMPOrderedDirective *D) { in VisitOMPOrderedDirective()
3253 S = OMPOrderedDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
DASTWriterStmt.cpp2366 void ASTStmtWriter::VisitOMPOrderedDirective(OMPOrderedDirective *D) { in VisitOMPOrderedDirective()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2649 void ASTStmtReader::VisitOMPOrderedDirective(OMPOrderedDirective *D) { in VisitOMPOrderedDirective()
3358 S = OMPOrderedDirective::CreateEmpty( in ReadStmtFromStream()
DASTWriterStmt.cpp2399 void ASTStmtWriter::VisitOMPOrderedDirective(OMPOrderedDirective *D) { in VisitOMPOrderedDirective()
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp261 EmitOMPOrderedDirective(cast<OMPOrderedDirective>(*S)); in EmitStmt()
DCodeGenFunction.h3411 void EmitOMPOrderedDirective(const OMPOrderedDirective &S);
DCGStmtOpenMP.cpp4865 void CodeGenFunction::EmitOMPOrderedDirective(const OMPOrderedDirective &S) { in EmitOMPOrderedDirective()
/external/clang/tools/libclang/
DCIndex.cpp1959 void VisitOMPOrderedDirective(const OMPOrderedDirective *D);
2674 void EnqueueVisitor::VisitOMPOrderedDirective(const OMPOrderedDirective *D) { in VisitOMPOrderedDirective()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2066 void VisitOMPOrderedDirective(const OMPOrderedDirective *D);
2941 void EnqueueVisitor::VisitOMPOrderedDirective(const OMPOrderedDirective *D) { in VisitOMPOrderedDirective()
/external/clang/lib/Sema/
DSemaOpenMP.cpp6023 return OMPOrderedDirective::Create(Context, StartLoc, EndLoc, Clauses, AStmt); in ActOnOpenMPOrderedDirective()

12