Searched refs:OMPCancellationPointDirective (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp695 OMPCancellationPointDirective *OMPCancellationPointDirective::Create(
699 llvm::alignTo(sizeof(OMPCancellationPointDirective), alignof(Stmt *));
701 OMPCancellationPointDirective *Dir =
702 new (Mem) OMPCancellationPointDirective(StartLoc, EndLoc);
707 OMPCancellationPointDirective *
708 OMPCancellationPointDirective::CreateEmpty(const ASTContext &C, EmptyShell) {
710 llvm::alignTo(sizeof(OMPCancellationPointDirective), alignof(Stmt *));
712 return new (Mem) OMPCancellationPointDirective();
H A DStmtProfile.cpp919 const OMPCancellationPointDirective *S) {
H A DStmtPrinter.cpp809 OMPCancellationPointDirective *Node) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2946 class OMPCancellationPointDirective : public OMPExecutableDirective { class in namespace:clang
2954 OMPCancellationPointDirective(SourceLocation StartLoc, SourceLocation EndLoc) function in class:clang::OMPCancellationPointDirective
2962 explicit OMPCancellationPointDirective() function in class:clang::OMPCancellationPointDirective
2979 static OMPCancellationPointDirective *
2987 static OMPCancellationPointDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h2836 DEF_TRAVERSE_STMT(OMPCancellationPointDirective,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2416 OMPCancellationPointDirective *D) {
3230 S = OMPCancellationPointDirective::CreateEmpty(Context, Empty);
H A DASTWriterStmt.cpp2334 OMPCancellationPointDirective *D) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp262 EmitOMPCancellationPointDirective(cast<OMPCancellationPointDirective>(*S));
H A DCodeGenFunction.h3164 EmitOMPCancellationPointDirective(const OMPCancellationPointDirective &S);
H A DCGStmtOpenMP.cpp4845 const OMPCancellationPointDirective &S) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8035 CancelRegion = cast<OMPCancellationPointDirective>(D)->getCancelRegion();
8365 OMPCancellationPointDirective *D) {
H A DSemaOpenMP.cpp9576 return OMPCancellationPointDirective::Create(Context, StartLoc, EndLoc,

Completed in 249 milliseconds