Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtOpenMP.cpp550 OMPCancellationPointDirective *OMPCancellationPointDirective::Create( in Create()
554 llvm::alignTo(sizeof(OMPCancellationPointDirective), alignof(Stmt *)); in Create()
556 OMPCancellationPointDirective *Dir = in Create()
557 new (Mem) OMPCancellationPointDirective(StartLoc, EndLoc); in Create()
562 OMPCancellationPointDirective *
563 OMPCancellationPointDirective::CreateEmpty(const ASTContext &C, EmptyShell) { in CreateEmpty()
565 llvm::alignTo(sizeof(OMPCancellationPointDirective), alignof(Stmt *)); in CreateEmpty()
567 return new (Mem) OMPCancellationPointDirective(); in CreateEmpty()
H A DStmtProfile.cpp892 const OMPCancellationPointDirective *S) { in VisitOMPCancellationPointDirective()
H A DStmtPrinter.cpp789 OMPCancellationPointDirective *Node) { in VisitOMPCancellationPointDirective()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h2718 class OMPCancellationPointDirective : public OMPExecutableDirective {
2726 OMPCancellationPointDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPCancellationPointDirective() function
2733 explicit OMPCancellationPointDirective() in OMPCancellationPointDirective() function
2750 static OMPCancellationPointDirective *
2758 static OMPCancellationPointDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h2692 DEF_TRAVERSE_STMT(OMPCancellationPointDirective,
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DStmtNodes.td235 def OMPCancellationPointDirective : DStmt<OMPExecutableDirective>;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp2165 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
2976 S = OMPCancellationPointDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp2142 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp260 EmitOMPCancellationPointDirective(cast<OMPCancellationPointDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3139 EmitOMPCancellationPointDirective(const OMPCancellationPointDirective &S);
H A DCGStmtOpenMP.cpp4497 const OMPCancellationPointDirective &S) { in EmitOMPCancellationPointDirective()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h7747 CancelRegion = cast<OMPCancellationPointDirective>(D)->getCancelRegion(); in TransformOMPExecutableDirective()
8066 OMPCancellationPointDirective *D) { in TransformOMPCancellationPointDirective()
H A DSemaOpenMP.cpp7296 return OMPCancellationPointDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPCancellationPointDirective()