Searched refs:OMPCancelDirective (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 836 OMPCancelDirective * 837 OMPCancelDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 840 auto *Dir = createDirective<OMPCancelDirective>( in Create() 847 OMPCancelDirective *OMPCancelDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 850 return createEmptyDirective<OMPCancelDirective>(C, NumClauses); in CreateEmpty()
|
| H A D | StmtProfile.cpp | 1126 void StmtProfiler::VisitOMPCancelDirective(const OMPCancelDirective *S) { in VisitOMPCancelDirective()
|
| H A D | StmtPrinter.cpp | 938 void StmtPrinter::VisitOMPCancelDirective(OMPCancelDirective *Node) { in VisitOMPCancelDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 261 def OMPCancelDirective : StmtNode<OMPExecutableDirective>;
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 3668 class OMPCancelDirective : public OMPExecutableDirective { 3677 OMPCancelDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPCancelDirective() function 3683 explicit OMPCancelDirective() in OMPCancelDirective() function 3699 static OMPCancelDirective * 3708 static OMPCancelDirective *CreateEmpty(const ASTContext &C,
|
| H A D | RecursiveASTVisitor.h | 3030 DEF_TRAVERSE_STMT(OMPCancelDirective,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2599 void ASTStmtReader::VisitOMPCancelDirective(OMPCancelDirective *D) { in VisitOMPCancelDirective() 3583 S = OMPCancelDirective::CreateEmpty( in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2612 void ASTStmtWriter::VisitOMPCancelDirective(OMPCancelDirective *D) { in VisitOMPCancelDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 297 EmitOMPCancelDirective(cast<OMPCancelDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3631 void EmitOMPCancelDirective(const OMPCancelDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 7160 void CodeGenFunction::EmitOMPCancelDirective(const OMPCancelDirective &S) { in EmitOMPCancelDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 8873 CancelRegion = cast<OMPCancelDirective>(D)->getCancelRegion(); in TransformOMPExecutableDirective() 9299 TreeTransform<Derived>::TransformOMPCancelDirective(OMPCancelDirective *D) { in TransformOMPCancelDirective()
|
| H A D | SemaOpenMP.cpp | 13598 return OMPCancelDirective::Create(Context, StartLoc, EndLoc, Clauses, in ActOnOpenMPCancelDirective()
|