Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp677 OMPCancellationPointDirective *OMPCancellationPointDirective::Create( in Create()
680 auto *Dir = new (C) OMPCancellationPointDirective(StartLoc, EndLoc); in Create()
685 OMPCancellationPointDirective *
686 OMPCancellationPointDirective::CreateEmpty(const ASTContext &C, EmptyShell) { in CreateEmpty()
687 return new (C) OMPCancellationPointDirective(); in CreateEmpty()
H A DStmtProfile.cpp1035 const OMPCancellationPointDirective *S) { in VisitOMPCancellationPointDirective()
H A DStmtPrinter.cpp824 OMPCancellationPointDirective *Node) { in VisitOMPCancellationPointDirective()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h3297 class OMPCancellationPointDirective : public OMPExecutableDirective {
3307 OMPCancellationPointDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPCancellationPointDirective() function
3313 explicit OMPCancellationPointDirective() in OMPCancellationPointDirective() function
3329 static OMPCancellationPointDirective *
3337 static OMPCancellationPointDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h2878 DEF_TRAVERSE_STMT(OMPCancellationPointDirective,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DStmtNodes.td255 def OMPCancellationPointDirective : StmtNode<OMPExecutableDirective>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp2468 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
3349 S = OMPCancellationPointDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp2396 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp281 EmitOMPCancellationPointDirective(cast<OMPCancellationPointDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3476 EmitOMPCancellationPointDirective(const OMPCancellationPointDirective &S);
H A DCGStmtOpenMP.cpp6386 const OMPCancellationPointDirective &S) { in EmitOMPCancellationPointDirective()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2065 VisitOMPCancellationPointDirective(const OMPCancellationPointDirective *D);
3026 const OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h8474 CancelRegion = cast<OMPCancellationPointDirective>(D)->getCancelRegion(); in TransformOMPExecutableDirective()
8837 OMPCancellationPointDirective *D) { in TransformOMPCancellationPointDirective()
H A DSemaOpenMP.cpp11427 return OMPCancellationPointDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPCancellationPointDirective()