Searched refs:OMPCancellationPointDirective (Results 1 – 14 of 14) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | StmtOpenMP.h | 1885 class OMPCancellationPointDirective : public OMPExecutableDirective { 1893 OMPCancellationPointDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPCancellationPointDirective() function 1900 explicit OMPCancellationPointDirective() in OMPCancellationPointDirective() function 1917 static OMPCancellationPointDirective * 1925 static OMPCancellationPointDirective *CreateEmpty(const ASTContext &C,
|
| HD | DataRecursiveASTVisitor.h | 2390 DEF_TRAVERSE_STMT(OMPCancellationPointDirective,
|
| HD | RecursiveASTVisitor.h | 2422 DEF_TRAVERSE_STMT(OMPCancellationPointDirective,
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | Stmt.cpp | 2102 OMPCancellationPointDirective *OMPCancellationPointDirective::Create( in Create() 2106 sizeof(OMPCancellationPointDirective), llvm::alignOf<Stmt *>()); in Create() 2108 OMPCancellationPointDirective *Dir = in Create() 2109 new (Mem) OMPCancellationPointDirective(StartLoc, EndLoc); in Create() 2114 OMPCancellationPointDirective * 2115 OMPCancellationPointDirective::CreateEmpty(const ASTContext &C, EmptyShell) { in CreateEmpty() 2117 sizeof(OMPCancellationPointDirective), llvm::alignOf<Stmt *>()); in CreateEmpty() 2119 return new (Mem) OMPCancellationPointDirective(); in CreateEmpty()
|
| HD | StmtProfile.cpp | 541 const OMPCancellationPointDirective *S) { in VisitOMPCancellationPointDirective()
|
| HD | StmtPrinter.cpp | 955 OMPCancellationPointDirective *Node) { in VisitOMPCancellationPointDirective()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | StmtNodes.td | 208 def OMPCancellationPointDirective : DStmt<OMPExecutableDirective>;
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReaderStmt.cpp | 2257 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective() 2873 S = OMPCancellationPointDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
|
| HD | ASTWriterStmt.cpp | 2114 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGStmt.cpp | 244 EmitOMPCancellationPointDirective(cast<OMPCancellationPointDirective>(*S)); in EmitStmt()
|
| HD | CGStmtOpenMP.cpp | 2099 const OMPCancellationPointDirective &S) { in EmitOMPCancellationPointDirective()
|
| HD | CodeGenFunction.h | 2218 EmitOMPCancellationPointDirective(const OMPCancellationPointDirective &S);
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | TreeTransform.h | 6877 CancelRegion = cast<OMPCancellationPointDirective>(D)->getCancelRegion(); in TransformOMPExecutableDirective() 7130 OMPCancellationPointDirective *D) { in TransformOMPCancellationPointDirective()
|
| HD | SemaOpenMP.cpp | 4549 return OMPCancellationPointDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPCancellationPointDirective()
|