Searched refs:OMPCancellationPointDirective (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 550 OMPCancellationPointDirective *OMPCancellationPointDirective::Create( in Create() 554 llvm::alignTo(sizeof(OMPCancellationPointDirective), alignof(Stmt *)); in Create() 556 OMPCancellationPointDirective *Dir = in Create() 557 new (Mem) OMPCancellationPointDirective(StartLoc, EndLoc); in Create() 562 OMPCancellationPointDirective * 563 OMPCancellationPointDirective::CreateEmpty(const ASTContext &C, EmptyShell) { in CreateEmpty() 565 llvm::alignTo(sizeof(OMPCancellationPointDirective), alignof(Stmt *)); in CreateEmpty() 567 return new (Mem) OMPCancellationPointDirective(); in CreateEmpty()
|
| H A D | StmtProfile.cpp | 892 const OMPCancellationPointDirective *S) { in VisitOMPCancellationPointDirective()
|
| H A D | StmtPrinter.cpp | 789 OMPCancellationPointDirective *Node) { in VisitOMPCancellationPointDirective()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 2718 class OMPCancellationPointDirective : public OMPExecutableDirective { 2726 OMPCancellationPointDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPCancellationPointDirective() function 2733 explicit OMPCancellationPointDirective() in OMPCancellationPointDirective() function 2750 static OMPCancellationPointDirective * 2758 static OMPCancellationPointDirective *CreateEmpty(const ASTContext &C,
|
| H A D | RecursiveASTVisitor.h | 2692 DEF_TRAVERSE_STMT(OMPCancellationPointDirective,
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 235 def OMPCancellationPointDirective : DStmt<OMPExecutableDirective>;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2165 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective() 2976 S = OMPCancellationPointDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2142 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 260 EmitOMPCancellationPointDirective(cast<OMPCancellationPointDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3139 EmitOMPCancellationPointDirective(const OMPCancellationPointDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 4497 const OMPCancellationPointDirective &S) { in EmitOMPCancellationPointDirective()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | TreeTransform.h | 7747 CancelRegion = cast<OMPCancellationPointDirective>(D)->getCancelRegion(); in TransformOMPExecutableDirective() 8066 OMPCancellationPointDirective *D) { in TransformOMPCancellationPointDirective()
|
| H A D | SemaOpenMP.cpp | 7296 return OMPCancellationPointDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPCancellationPointDirective()
|