Home
last modified time | relevance | path

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

12

/external/clang/lib/AST/
DStmtOpenMP.cpp564 OMPCancellationPointDirective *OMPCancellationPointDirective::Create( in Create()
567 unsigned Size = llvm::alignTo(sizeof(OMPCancellationPointDirective), in Create()
570 OMPCancellationPointDirective *Dir = in Create()
571 new (Mem) OMPCancellationPointDirective(StartLoc, EndLoc); in Create()
576 OMPCancellationPointDirective *
577 OMPCancellationPointDirective::CreateEmpty(const ASTContext &C, EmptyShell) { in CreateEmpty()
578 unsigned Size = llvm::alignTo(sizeof(OMPCancellationPointDirective), in CreateEmpty()
581 return new (Mem) OMPCancellationPointDirective(); in CreateEmpty()
DStmtProfile.cpp674 const OMPCancellationPointDirective *S) { in VisitOMPCancellationPointDirective()
DStmtPrinter.cpp1138 OMPCancellationPointDirective *Node) { in VisitOMPCancellationPointDirective()
/external/clang/include/clang/AST/
DStmtOpenMP.h2446 class OMPCancellationPointDirective : public OMPExecutableDirective {
2454 OMPCancellationPointDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPCancellationPointDirective() function
2461 explicit OMPCancellationPointDirective() in OMPCancellationPointDirective() function
2478 static OMPCancellationPointDirective *
2486 static OMPCancellationPointDirective *CreateEmpty(const ASTContext &C,
DRecursiveASTVisitor.h2516 DEF_TRAVERSE_STMT(OMPCancellationPointDirective,
/external/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp613 OMPCancellationPointDirective *OMPCancellationPointDirective::Create( in Create()
616 auto *Dir = new (C) OMPCancellationPointDirective(StartLoc, EndLoc); in Create()
621 OMPCancellationPointDirective *
622 OMPCancellationPointDirective::CreateEmpty(const ASTContext &C, EmptyShell) { in CreateEmpty()
623 return new (C) OMPCancellationPointDirective(); in CreateEmpty()
DStmtProfile.cpp986 const OMPCancellationPointDirective *S) { in VisitOMPCancellationPointDirective()
DStmtPrinter.cpp816 OMPCancellationPointDirective *Node) { in VisitOMPCancellationPointDirective()
/external/clang/include/clang/Basic/
DStmtNodes.td226 def OMPCancellationPointDirective : DStmt<OMPExecutableDirective>;
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h3004 class OMPCancellationPointDirective : public OMPExecutableDirective {
3014 OMPCancellationPointDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPCancellationPointDirective() function
3020 explicit OMPCancellationPointDirective() in OMPCancellationPointDirective() function
3036 static OMPCancellationPointDirective *
3044 static OMPCancellationPointDirective *CreateEmpty(const ASTContext &C,
DRecursiveASTVisitor.h2838 DEF_TRAVERSE_STMT(OMPCancellationPointDirective,
/external/llvm-project/clang/include/clang/Basic/
DStmtNodes.td252 def OMPCancellationPointDirective : StmtNode<OMPExecutableDirective>;
/external/clang/lib/CodeGen/
DCGStmt.cpp251 EmitOMPCancellationPointDirective(cast<OMPCancellationPointDirective>(*S)); in EmitStmt()
DCodeGenFunction.h2497 EmitOMPCancellationPointDirective(const OMPCancellationPointDirective &S);
DCGStmtOpenMP.cpp3357 const OMPCancellationPointDirective &S) { in EmitOMPCancellationPointDirective()
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp2453 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
3307 S = OMPCancellationPointDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp2379 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2717 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
3411 S = OMPCancellationPointDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp2414 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp273 EmitOMPCancellationPointDirective(cast<OMPCancellationPointDirective>(*S)); in EmitStmt()
DCodeGenFunction.h3423 EmitOMPCancellationPointDirective(const OMPCancellationPointDirective &S);
/external/clang/tools/libclang/
DCIndex.cpp1956 VisitOMPCancellationPointDirective(const OMPCancellationPointDirective *D);
2716 const OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2061 VisitOMPCancellationPointDirective(const OMPCancellationPointDirective *D);
2983 const OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
/external/clang/lib/Sema/
DTreeTransform.h7211 CancelRegion = cast<OMPCancellationPointDirective>(D)->getCancelRegion(); in TransformOMPExecutableDirective()
7530 OMPCancellationPointDirective *D) { in TransformOMPCancellationPointDirective()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h8370 CancelRegion = cast<OMPCancellationPointDirective>(D)->getCancelRegion(); in TransformOMPExecutableDirective()
8722 OMPCancellationPointDirective *D) { in TransformOMPCancellationPointDirective()

12