Searched refs:OMPCancelDirective (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 912 OMPCancelDirective * 913 OMPCancelDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 916 auto *Dir = createDirective<OMPCancelDirective>( in Create() 923 OMPCancelDirective *OMPCancelDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 926 return createEmptyDirective<OMPCancelDirective>(C, NumClauses); in CreateEmpty()
|
| H A D | StmtProfile.cpp | 1173 void StmtProfiler::VisitOMPCancelDirective(const OMPCancelDirective *S) { in VisitOMPCancelDirective()
|
| H A D | StmtPrinter.cpp | 974 void StmtPrinter::VisitOMPCancelDirective(OMPCancelDirective *Node) { in VisitOMPCancelDirective()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 266 def OMPCancelDirective : StmtNode<OMPExecutableDirective>;
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 3655 class OMPCancelDirective : public OMPExecutableDirective { 3664 OMPCancelDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPCancelDirective() function 3670 explicit OMPCancelDirective() in OMPCancelDirective() function 3686 static OMPCancelDirective * 3695 static OMPCancelDirective *CreateEmpty(const ASTContext &C,
|
| H A D | RecursiveASTVisitor.h | 3155 DEF_TRAVERSE_STMT(OMPCancelDirective,
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2655 void ASTStmtReader::VisitOMPCancelDirective(OMPCancelDirective *D) { in VisitOMPCancelDirective() 3797 S = OMPCancelDirective::CreateEmpty( in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2696 void ASTStmtWriter::VisitOMPCancelDirective(OMPCancelDirective *D) { in VisitOMPCancelDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 313 EmitOMPCancelDirective(cast<OMPCancelDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3897 void EmitOMPCancelDirective(const OMPCancelDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 7451 void CodeGenFunction::EmitOMPCancelDirective(const OMPCancelDirective &S) { in EmitOMPCancelDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 9540 CancelRegion = cast<OMPCancelDirective>(D)->getCancelRegion(); in TransformOMPExecutableDirective() 10062 TreeTransform<Derived>::TransformOMPCancelDirective(OMPCancelDirective *D) { in TransformOMPCancelDirective()
|
| H A D | SemaOpenMP.cpp | 13307 return OMPCancelDirective::Create(getASTContext(), StartLoc, EndLoc, Clauses, in ActOnOpenMPCancelDirective()
|