Searched refs:OMPSectionsDirective (Results 1 – 14 of 14) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | StmtOpenMP.h | 830 class OMPSectionsDirective : public OMPExecutableDirective { 838 OMPSectionsDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPSectionsDirective() function 847 explicit OMPSectionsDirective(unsigned NumClauses) in OMPSectionsDirective() function 861 static OMPSectionsDirective * 871 static OMPSectionsDirective *CreateEmpty(const ASTContext &C,
|
| HD | DataRecursiveASTVisitor.h | 2349 DEF_TRAVERSE_STMT(OMPSectionsDirective,
|
| HD | RecursiveASTVisitor.h | 2381 DEF_TRAVERSE_STMT(OMPSectionsDirective,
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | Stmt.cpp | 1787 OMPSectionsDirective *OMPSectionsDirective::Create( in Create() 1790 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPSectionsDirective), in Create() 1794 OMPSectionsDirective *Dir = in Create() 1795 new (Mem) OMPSectionsDirective(StartLoc, EndLoc, Clauses.size()); in Create() 1801 OMPSectionsDirective *OMPSectionsDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 1804 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPSectionsDirective), in CreateEmpty() 1808 return new (Mem) OMPSectionsDirective(NumClauses); in CreateEmpty()
|
| HD | StmtProfile.cpp | 464 void StmtProfiler::VisitOMPSectionsDirective(const OMPSectionsDirective *S) { in VisitOMPSectionsDirective()
|
| HD | StmtPrinter.cpp | 857 void StmtPrinter::VisitOMPSectionsDirective(OMPSectionsDirective *Node) { in VisitOMPSectionsDirective()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | StmtNodes.td | 190 def OMPSectionsDirective : DStmt<OMPExecutableDirective>;
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReaderStmt.cpp | 2143 void ASTStmtReader::VisitOMPSectionsDirective(OMPSectionsDirective *D) { in VisitOMPSectionsDirective() 2785 S = OMPSectionsDirective::CreateEmpty( in ReadStmtFromStream()
|
| HD | ASTWriterStmt.cpp | 1990 void ASTStmtWriter::VisitOMPSectionsDirective(OMPSectionsDirective *D) { in VisitOMPSectionsDirective()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGStmt.cpp | 190 EmitOMPSectionsDirective(cast<OMPSectionsDirective>(*S)); in EmitStmt()
|
| HD | CGStmtOpenMP.cpp | 1358 void CodeGenFunction::EmitOMPSectionsDirective(const OMPSectionsDirective &S) { in EmitOMPSectionsDirective()
|
| HD | CodeGenFunction.h | 2199 void EmitOMPSectionsDirective(const OMPSectionsDirective &S);
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaOpenMP.cpp | 3590 return OMPSectionsDirective::Create(Context, StartLoc, EndLoc, Clauses, in ActOnOpenMPSectionsDirective()
|
| HD | TreeTransform.h | 6933 TreeTransform<Derived>::TransformOMPSectionsDirective(OMPSectionsDirective *D) { in TransformOMPSectionsDirective()
|