Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp861 OMPCancellationPointDirective *OMPCancellationPointDirective::Create( in Create()
864 auto *Dir = new (C) OMPCancellationPointDirective(StartLoc, EndLoc); in Create()
869 OMPCancellationPointDirective *
870 OMPCancellationPointDirective::CreateEmpty(const ASTContext &C, EmptyShell) { in CreateEmpty()
871 return new (C) OMPCancellationPointDirective(); in CreateEmpty()
H A DStmtProfile.cpp1133 const OMPCancellationPointDirective *S) { in VisitOMPCancellationPointDirective()
H A DStmtPrinter.cpp945 OMPCancellationPointDirective *Node) { in VisitOMPCancellationPointDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td264 def OMPCancellationPointDirective : StmtNode<OMPExecutableDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3614 class OMPCancellationPointDirective : public OMPExecutableDirective {
3624 OMPCancellationPointDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPCancellationPointDirective() function
3630 explicit OMPCancellationPointDirective() in OMPCancellationPointDirective() function
3646 static OMPCancellationPointDirective *
3654 static OMPCancellationPointDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3097 DEF_TRAVERSE_STMT(OMPCancellationPointDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2621 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
3656 S = OMPCancellationPointDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp2654 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp304 EmitOMPCancellationPointDirective(cast<OMPCancellationPointDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3858 EmitOMPCancellationPointDirective(const OMPCancellationPointDirective &S);
H A DCGStmtOpenMP.cpp7227 const OMPCancellationPointDirective &S) { in EmitOMPCancellationPointDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9178 CancelRegion = cast<OMPCancellationPointDirective>(D)->getCancelRegion(); in TransformOMPExecutableDirective()
9617 OMPCancellationPointDirective *D) { in TransformOMPCancellationPointDirective()
H A DSemaOpenMP.cpp13155 return OMPCancellationPointDirective::Create(getASTContext(), StartLoc, in ActOnOpenMPCancellationPointDirective()