Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp823 OMPCancellationPointDirective *OMPCancellationPointDirective::Create( in Create()
826 auto *Dir = new (C) OMPCancellationPointDirective(StartLoc, EndLoc); in Create()
831 OMPCancellationPointDirective *
832 OMPCancellationPointDirective::CreateEmpty(const ASTContext &C, EmptyShell) { in CreateEmpty()
833 return new (C) OMPCancellationPointDirective(); in CreateEmpty()
H A DStmtProfile.cpp1122 const OMPCancellationPointDirective *S) { in VisitOMPCancellationPointDirective()
H A DStmtPrinter.cpp932 OMPCancellationPointDirective *Node) { in VisitOMPCancellationPointDirective()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td260 def OMPCancellationPointDirective : StmtNode<OMPExecutableDirective>;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3610 class OMPCancellationPointDirective : public OMPExecutableDirective {
3620 OMPCancellationPointDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPCancellationPointDirective() function
3626 explicit OMPCancellationPointDirective() in OMPCancellationPointDirective() function
3642 static OMPCancellationPointDirective *
3650 static OMPCancellationPointDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3027 DEF_TRAVERSE_STMT(OMPCancellationPointDirective,
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2593 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
3579 S = OMPCancellationPointDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp2605 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp294 EmitOMPCancellationPointDirective(cast<OMPCancellationPointDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3630 EmitOMPCancellationPointDirective(const OMPCancellationPointDirective &S);
H A DCGStmtOpenMP.cpp7155 const OMPCancellationPointDirective &S) { in EmitOMPCancellationPointDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8871 CancelRegion = cast<OMPCancellationPointDirective>(D)->getCancelRegion(); in TransformOMPExecutableDirective()
9288 OMPCancellationPointDirective *D) { in TransformOMPCancellationPointDirective()
H A DSemaOpenMP.cpp13581 return OMPCancellationPointDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPCancellationPointDirective()