Searched refs:OMPCancelDirective (Results 1 – 14 of 14) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 690 OMPCancelDirective * 691 OMPCancelDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 694 auto *Dir = createDirective<OMPCancelDirective>( in Create() 701 OMPCancelDirective *OMPCancelDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 704 return createEmptyDirective<OMPCancelDirective>(C, NumClauses); in CreateEmpty()
|
| H A D | StmtProfile.cpp | 1039 void StmtProfiler::VisitOMPCancelDirective(const OMPCancelDirective *S) { in VisitOMPCancelDirective()
|
| H A D | StmtPrinter.cpp | 830 void StmtPrinter::VisitOMPCancelDirective(OMPCancelDirective *Node) { in VisitOMPCancelDirective()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 3355 class OMPCancelDirective : public OMPExecutableDirective { 3364 OMPCancelDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPCancelDirective() function 3370 explicit OMPCancelDirective() in OMPCancelDirective() function 3386 static OMPCancelDirective * 3395 static OMPCancelDirective *CreateEmpty(const ASTContext &C,
|
| H A D | RecursiveASTVisitor.h | 2881 DEF_TRAVERSE_STMT(OMPCancelDirective,
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 256 def OMPCancelDirective : StmtNode<OMPExecutableDirective>;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2474 void ASTStmtReader::VisitOMPCancelDirective(OMPCancelDirective *D) { in VisitOMPCancelDirective() 3353 S = OMPCancelDirective::CreateEmpty( in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2403 void ASTStmtWriter::VisitOMPCancelDirective(OMPCancelDirective *D) { in VisitOMPCancelDirective()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 284 EmitOMPCancelDirective(cast<OMPCancelDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3477 void EmitOMPCancelDirective(const OMPCancelDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 6391 void CodeGenFunction::EmitOMPCancelDirective(const OMPCancelDirective &S) { in EmitOMPCancelDirective()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CIndex.cpp | 2066 void VisitOMPCancelDirective(const OMPCancelDirective *D); 3030 void EnqueueVisitor::VisitOMPCancelDirective(const OMPCancelDirective *D) { in VisitOMPCancelDirective()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | TreeTransform.h | 8476 CancelRegion = cast<OMPCancelDirective>(D)->getCancelRegion(); in TransformOMPExecutableDirective() 8848 TreeTransform<Derived>::TransformOMPCancelDirective(OMPCancelDirective *D) { in TransformOMPCancelDirective()
|
| H A D | SemaOpenMP.cpp | 11444 return OMPCancelDirective::Create(Context, StartLoc, EndLoc, Clauses, in ActOnOpenMPCancelDirective()
|