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.cpp899 OMPCancellationPointDirective *OMPCancellationPointDirective::Create( in Create()
902 auto *Dir = new (C) OMPCancellationPointDirective(StartLoc, EndLoc); in Create()
907 OMPCancellationPointDirective *
908 OMPCancellationPointDirective::CreateEmpty(const ASTContext &C, EmptyShell) { in CreateEmpty()
909 return new (C) OMPCancellationPointDirective(); in CreateEmpty()
H A DStmtProfile.cpp1169 const OMPCancellationPointDirective *S) { in VisitOMPCancellationPointDirective()
H A DStmtPrinter.cpp966 OMPCancellationPointDirective *Node) { in VisitOMPCancellationPointDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td265 def OMPCancellationPointDirective : StmtNode<OMPExecutableDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3597 class OMPCancellationPointDirective : public OMPExecutableDirective {
3607 OMPCancellationPointDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPCancellationPointDirective() function
3613 explicit OMPCancellationPointDirective() in OMPCancellationPointDirective() function
3629 static OMPCancellationPointDirective *
3637 static OMPCancellationPointDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3152 DEF_TRAVERSE_STMT(OMPCancellationPointDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2649 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
3793 S = OMPCancellationPointDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp2689 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp310 EmitOMPCancellationPointDirective(cast<OMPCancellationPointDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3896 EmitOMPCancellationPointDirective(const OMPCancellationPointDirective &S);
H A DCGStmtOpenMP.cpp7446 const OMPCancellationPointDirective &S) { in EmitOMPCancellationPointDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9538 CancelRegion = cast<OMPCancellationPointDirective>(D)->getCancelRegion(); in TransformOMPExecutableDirective()
10051 OMPCancellationPointDirective *D) { in TransformOMPCancellationPointDirective()
H A DSemaOpenMP.cpp13291 return OMPCancellationPointDirective::Create(getASTContext(), StartLoc, in ActOnOpenMPCancellationPointDirective()