Home
last modified time | relevance | path

Searched refs:OMPCancellationPointDirective (Results 1 – 14 of 14) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmtOpenMP.h1885 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,
HDDataRecursiveASTVisitor.h2390 DEF_TRAVERSE_STMT(OMPCancellationPointDirective,
HDRecursiveASTVisitor.h2422 DEF_TRAVERSE_STMT(OMPCancellationPointDirective,
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDStmt.cpp2102 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()
HDStmtProfile.cpp541 const OMPCancellationPointDirective *S) { in VisitOMPCancellationPointDirective()
HDStmtPrinter.cpp955 OMPCancellationPointDirective *Node) { in VisitOMPCancellationPointDirective()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDStmtNodes.td208 def OMPCancellationPointDirective : DStmt<OMPExecutableDirective>;
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderStmt.cpp2257 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
2873 S = OMPCancellationPointDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
HDASTWriterStmt.cpp2114 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGStmt.cpp244 EmitOMPCancellationPointDirective(cast<OMPCancellationPointDirective>(*S)); in EmitStmt()
HDCGStmtOpenMP.cpp2099 const OMPCancellationPointDirective &S) { in EmitOMPCancellationPointDirective()
HDCodeGenFunction.h2218 EmitOMPCancellationPointDirective(const OMPCancellationPointDirective &S);
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDTreeTransform.h6877 CancelRegion = cast<OMPCancellationPointDirective>(D)->getCancelRegion(); in TransformOMPExecutableDirective()
7130 OMPCancellationPointDirective *D) { in TransformOMPCancellationPointDirective()
HDSemaOpenMP.cpp4549 return OMPCancellationPointDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPCancellationPointDirective()