Searched refs:OMPFlushDirective (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 853 OMPFlushDirective *OMPFlushDirective::Create(const ASTContext &C, in Create() 857 return createDirective<OMPFlushDirective>( in Create() 862 OMPFlushDirective *OMPFlushDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 865 return createEmptyDirective<OMPFlushDirective>(C, NumClauses); in CreateEmpty()
|
| H A D | StmtProfile.cpp | 1069 void StmtProfiler::VisitOMPFlushDirective(const OMPFlushDirective *S) { in VisitOMPFlushDirective()
|
| H A D | StmtPrinter.cpp | 867 void StmtPrinter::VisitOMPFlushDirective(OMPFlushDirective *Node) { in VisitOMPFlushDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 247 def OMPFlushDirective : StmtNode<OMPExecutableDirective>;
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 2805 class OMPFlushDirective : public OMPExecutableDirective { 2813 OMPFlushDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPFlushDirective() function 2819 explicit OMPFlushDirective() in OMPFlushDirective() function 2832 static OMPFlushDirective *Create(const ASTContext &C, SourceLocation StartLoc, 2842 static OMPFlushDirective *CreateEmpty(const ASTContext &C,
|
| H A D | RecursiveASTVisitor.h | 3033 DEF_TRAVERSE_STMT(OMPFlushDirective,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2524 void ASTStmtReader::VisitOMPFlushDirective(OMPFlushDirective *D) { in VisitOMPFlushDirective() 3508 S = OMPFlushDirective::CreateEmpty( in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2574 void ASTStmtWriter::VisitOMPFlushDirective(OMPFlushDirective *D) { in VisitOMPFlushDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 273 EmitOMPFlushDirective(cast<OMPFlushDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3615 void EmitOMPFlushDirective(const OMPFlushDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 5358 void CodeGenFunction::EmitOMPFlushDirective(const OMPFlushDirective &S) { in EmitOMPFlushDirective()
|
| H A D | CGOpenMPRuntime.cpp | 5975 if (isa<AsmStmt>(S) || isa<NullStmt>(S) || isa<OMPFlushDirective>(S) || in getSingleCompoundChild()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 9145 TreeTransform<Derived>::TransformOMPFlushDirective(OMPFlushDirective *D) { in TransformOMPFlushDirective()
|
| H A D | SemaOpenMP.cpp | 11440 return OMPFlushDirective::Create(Context, StartLoc, EndLoc, Clauses); in ActOnOpenMPFlushDirective()
|