Searched refs:OMPFlushDirective (Results 1 – 14 of 14) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | StmtOpenMP.h | 1534 class OMPFlushDirective : public OMPExecutableDirective { 1542 OMPFlushDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPFlushDirective() function 1551 explicit OMPFlushDirective(unsigned NumClauses) in OMPFlushDirective() function 1565 static OMPFlushDirective *Create(const ASTContext &C, SourceLocation StartLoc, 1575 static OMPFlushDirective *CreateEmpty(const ASTContext &C,
|
| HD | DataRecursiveASTVisitor.h | 2396 DEF_TRAVERSE_STMT(OMPFlushDirective,
|
| HD | RecursiveASTVisitor.h | 2428 DEF_TRAVERSE_STMT(OMPFlushDirective,
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | Stmt.cpp | 2142 OMPFlushDirective *OMPFlushDirective::Create(const ASTContext &C, in Create() 2146 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPFlushDirective), in Create() 2149 OMPFlushDirective *Dir = in Create() 2150 new (Mem) OMPFlushDirective(StartLoc, EndLoc, Clauses.size()); in Create() 2155 OMPFlushDirective *OMPFlushDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 2158 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPFlushDirective), in CreateEmpty() 2161 return new (Mem) OMPFlushDirective(NumClauses); in CreateEmpty()
|
| HD | StmtProfile.cpp | 520 void StmtProfiler::VisitOMPFlushDirective(const OMPFlushDirective *S) { in VisitOMPFlushDirective()
|
| HD | StmtPrinter.cpp | 929 void StmtPrinter::VisitOMPFlushDirective(OMPFlushDirective *Node) { in VisitOMPFlushDirective()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | StmtNodes.td | 203 def OMPFlushDirective : DStmt<OMPExecutableDirective>;
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReaderStmt.cpp | 2217 void ASTStmtReader::VisitOMPFlushDirective(OMPFlushDirective *D) { in VisitOMPFlushDirective() 2849 S = OMPFlushDirective::CreateEmpty( in ReadStmtFromStream()
|
| HD | ASTWriterStmt.cpp | 2093 void ASTStmtWriter::VisitOMPFlushDirective(OMPFlushDirective *D) { in VisitOMPFlushDirective()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGStmt.cpp | 229 EmitOMPFlushDirective(cast<OMPFlushDirective>(*S)); in EmitStmt()
|
| HD | CGStmtOpenMP.cpp | 1637 void CodeGenFunction::EmitOMPFlushDirective(const OMPFlushDirective &S) { in EmitOMPFlushDirective()
|
| HD | CodeGenFunction.h | 2212 void EmitOMPFlushDirective(const OMPFlushDirective &S);
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaOpenMP.cpp | 3799 return OMPFlushDirective::Create(Context, StartLoc, EndLoc, Clauses); in ActOnOpenMPFlushDirective()
|
| HD | TreeTransform.h | 7075 TreeTransform<Derived>::TransformOMPFlushDirective(OMPFlushDirective *D) { in TransformOMPFlushDirective()
|