Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp715 OMPCancellationPointDirective *OMPCancellationPointDirective::Create( in Create()
718 auto *Dir = new (C) OMPCancellationPointDirective(StartLoc, EndLoc); in Create()
723 OMPCancellationPointDirective *
724 OMPCancellationPointDirective::CreateEmpty(const ASTContext &C, EmptyShell) { in CreateEmpty()
725 return new (C) OMPCancellationPointDirective(); in CreateEmpty()
H A DStmtProfile.cpp1046 const OMPCancellationPointDirective *S) { in VisitOMPCancellationPointDirective()
H A DStmtPrinter.cpp830 OMPCancellationPointDirective *Node) { in VisitOMPCancellationPointDirective()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td257 def OMPCancellationPointDirective : StmtNode<OMPExecutableDirective>;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3330 class OMPCancellationPointDirective : public OMPExecutableDirective {
3340 OMPCancellationPointDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPCancellationPointDirective() function
3346 explicit OMPCancellationPointDirective() in OMPCancellationPointDirective() function
3362 static OMPCancellationPointDirective *
3370 static OMPCancellationPointDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h2907 DEF_TRAVERSE_STMT(OMPCancellationPointDirective,
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2482 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
3374 S = OMPCancellationPointDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp2412 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp284 EmitOMPCancellationPointDirective(cast<OMPCancellationPointDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3477 EmitOMPCancellationPointDirective(const OMPCancellationPointDirective &S);
H A DCGStmtOpenMP.cpp6419 const OMPCancellationPointDirective &S) { in EmitOMPCancellationPointDirective()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8497 CancelRegion = cast<OMPCancellationPointDirective>(D)->getCancelRegion(); in TransformOMPExecutableDirective()
8871 OMPCancellationPointDirective *D) { in TransformOMPCancellationPointDirective()
H A DSemaOpenMP.cpp11462 return OMPCancellationPointDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPCancellationPointDirective()