Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp804 OMPCancellationPointDirective *OMPCancellationPointDirective::Create( in Create()
807 auto *Dir = new (C) OMPCancellationPointDirective(StartLoc, EndLoc); in Create()
812 OMPCancellationPointDirective *
813 OMPCancellationPointDirective::CreateEmpty(const ASTContext &C, EmptyShell) { in CreateEmpty()
814 return new (C) OMPCancellationPointDirective(); in CreateEmpty()
H A DStmtProfile.cpp1094 const OMPCancellationPointDirective *S) { in VisitOMPCancellationPointDirective()
H A DStmtPrinter.cpp922 OMPCancellationPointDirective *Node) { in VisitOMPCancellationPointDirective()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DStmtNodes.td260 def OMPCancellationPointDirective : StmtNode<OMPExecutableDirective>;
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h3542 class OMPCancellationPointDirective : public OMPExecutableDirective {
3552 OMPCancellationPointDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPCancellationPointDirective() function
3558 explicit OMPCancellationPointDirective() in OMPCancellationPointDirective() function
3574 static OMPCancellationPointDirective *
3582 static OMPCancellationPointDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3016 DEF_TRAVERSE_STMT(OMPCancellationPointDirective,
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp2536 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
3491 S = OMPCancellationPointDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp2473 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp292 EmitOMPCancellationPointDirective(cast<OMPCancellationPointDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3543 EmitOMPCancellationPointDirective(const OMPCancellationPointDirective &S);
H A DCGStmtOpenMP.cpp7081 const OMPCancellationPointDirective &S) { in EmitOMPCancellationPointDirective()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2171 VisitOMPCancellationPointDirective(const OMPCancellationPointDirective *D);
3198 const OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h8713 CancelRegion = cast<OMPCancellationPointDirective>(D)->getCancelRegion(); in TransformOMPExecutableDirective()
9118 OMPCancellationPointDirective *D) { in TransformOMPCancellationPointDirective()
H A DSemaOpenMP.cpp13301 return OMPCancellationPointDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPCancellationPointDirective()