Searched refs:OMPCancellationPointDirective (Results 1 – 14 of 14) sorted by relevance
/external/clang/lib/AST/ |
D | StmtOpenMP.cpp | 564 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()
|
D | StmtProfile.cpp | 674 const OMPCancellationPointDirective *S) { in VisitOMPCancellationPointDirective()
|
D | StmtPrinter.cpp | 1138 OMPCancellationPointDirective *Node) { in VisitOMPCancellationPointDirective()
|
/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 2446 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,
|
D | RecursiveASTVisitor.h | 2516 DEF_TRAVERSE_STMT(OMPCancellationPointDirective,
|
/external/clang/include/clang/Basic/ |
D | StmtNodes.td | 226 def OMPCancellationPointDirective : DStmt<OMPExecutableDirective>;
|
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 251 EmitOMPCancellationPointDirective(cast<OMPCancellationPointDirective>(*S)); in EmitStmt()
|
D | CodeGenFunction.h | 2497 EmitOMPCancellationPointDirective(const OMPCancellationPointDirective &S);
|
D | CGStmtOpenMP.cpp | 3357 const OMPCancellationPointDirective &S) { in EmitOMPCancellationPointDirective()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 2717 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective() 3411 S = OMPCancellationPointDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
|
D | ASTWriterStmt.cpp | 2414 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1956 VisitOMPCancellationPointDirective(const OMPCancellationPointDirective *D); 2716 const OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 7211 CancelRegion = cast<OMPCancellationPointDirective>(D)->getCancelRegion(); in TransformOMPExecutableDirective() 7530 OMPCancellationPointDirective *D) { in TransformOMPCancellationPointDirective()
|
D | SemaOpenMP.cpp | 6934 return OMPCancellationPointDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPCancellationPointDirective()
|