Searched refs:HasCancel (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h360 bool HasCancel; member in class:clang::OMPParallelDirective
372 HasCancel(false) {}
382 HasCancel(false) {}
385 void setHasCancel(bool Has) { HasCancel = Has; }
395 /// \param HasCancel true if this directive has inner cancel directive.
399 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, bool HasCancel);
410 bool hasCancel() const { return HasCancel; }
1263 bool HasCancel; member in class:clang::OMPForDirective
1276 HasCancel(false) {}
1287 HasCancel(fals
1407 bool HasCancel; member in class:clang::OMPSectionsDirective
1476 bool HasCancel; member in class:clang::OMPSectionDirective
1719 bool HasCancel; member in class:clang::OMPParallelForDirective
1918 bool HasCancel; member in class:clang::OMPParallelSectionsDirective
1989 bool HasCancel; member in class:clang::OMPTaskDirective
2812 bool HasCancel; member in class:clang::OMPTargetParallelForDirective
3609 bool HasCancel = false; member in class:clang::OMPDistributeParallelForDirective
4174 bool HasCancel = false; member in class:clang::final
4383 bool HasCancel = false; member in class:clang::final
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp165 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, bool HasCancel) {
174 Dir->setHasCancel(HasCancel);
235 const HelperExprs &Exprs, bool HasCancel) {
268 Dir->setHasCancel(HasCancel);
338 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, bool HasCancel) {
347 Dir->setHasCancel(HasCancel);
365 bool HasCancel) {
370 Dir->setHasCancel(HasCancel);
453 const HelperExprs &Exprs, bool HasCancel) {
487 Dir->setHasCancel(HasCancel);
163 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, bool HasCancel) argument
232 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, unsigned CollapsedNum, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, const HelperExprs &Exprs, bool HasCancel) argument
336 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, bool HasCancel) argument
361 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, Stmt *AssociatedStmt, bool HasCancel) argument
450 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, unsigned CollapsedNum, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, const HelperExprs &Exprs, bool HasCancel) argument
578 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, bool HasCancel) argument
604 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, bool HasCancel) argument
869 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, unsigned CollapsedNum, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, const HelperExprs &Exprs, bool HasCancel) argument
1410 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, unsigned CollapsedNum, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, const HelperExprs &Exprs, bool HasCancel) argument
1885 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, unsigned CollapsedNum, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, const HelperExprs &Exprs, bool HasCancel) argument
2037 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, unsigned CollapsedNum, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, const HelperExprs &Exprs, bool HasCancel) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp61 bool HasCancel)
63 CodeGen(CodeGen), Kind(Kind), HasCancel(HasCancel) {}
67 bool HasCancel)
69 Kind(Kind), HasCancel(HasCancel) {}
88 bool hasCancel() const { return HasCancel; }
100 bool HasCancel; member in class:__anon406::CGOpenMPRegionInfo
108 OpenMPDirectiveKind Kind, bool HasCancel,
111 HasCancel),
58 CGOpenMPRegionInfo(const CapturedStmt &CS, const CGOpenMPRegionKind RegionKind, const RegionCodeGenTy &CodeGen, OpenMPDirectiveKind Kind, bool HasCancel) argument
65 CGOpenMPRegionInfo(const CGOpenMPRegionKind RegionKind, const RegionCodeGenTy &CodeGen, OpenMPDirectiveKind Kind, bool HasCancel) argument
106 CGOpenMPOutlinedRegionInfo(const CapturedStmt &CS, const VarDecl *ThreadIDVar, const RegionCodeGenTy &CodeGen, OpenMPDirectiveKind Kind, bool HasCancel, StringRef HelperName) argument
187 CGOpenMPTaskOutlinedRegionInfo(const CapturedStmt &CS, const VarDecl *ThreadIDVar, const RegionCodeGenTy &CodeGen, OpenMPDirectiveKind Kind, bool HasCancel, const UntiedTaskActionTy &Action) argument
229 CGOpenMPInlinedRegionInfo(CodeGenFunction::CGCapturedStmtInfo *OldCSI, const RegionCodeGenTy &CodeGen, OpenMPDirectiveKind Kind, bool HasCancel) argument
412 InlinedOpenMPRegionRAII(CodeGenFunction &CGF, const RegionCodeGenTy &CodeGen, OpenMPDirectiveKind Kind, bool HasCancel) argument
1445 PushAndPopStackRAII(llvm::OpenMPIRBuilder *OMPBuilder, CodeGenFunction &CGF, bool HasCancel) argument
1494 bool HasCancel = false; local
6333 emitInlinedDirective(CodeGenFunction &CGF, OpenMPDirectiveKind InnerKind, const RegionCodeGenTy &CodeGen, bool HasCancel) argument
[all...]
H A DCGStmtOpenMP.cpp2408 bool HasCancel = false;
2411 HasCancel = D->hasCancel();
2413 HasCancel = D->hasCancel();
2416 HasCancel = D->hasCancel();
2419 HasCancel);
2931 bool HasCancel = false; local
2933 HasCancel = OSD->hasCancel();
2935 HasCancel = OPSD->hasCancel();
2936 OMPCancelStackRAII CancelRegion(*this, S.getDirectiveKind(), HasCancel);
2938 HasCancel);
[all...]
H A DCodeGenFunction.h1313 /// \param HasCancel true, if the construct has inner cancel directive,
1315 void enter(CodeGenFunction &CGF, OpenMPDirectiveKind Kind, bool HasCancel) { argument
1317 HasCancel ? CGF.getJumpDestInCurrentScope("cancel.exit")
1319 HasCancel ? CGF.getJumpDestInCurrentScope("cancel.cont")
2973 bool HasCancel)
2975 CGF.OMPCancelStack.enter(CGF, Kind, HasCancel);
2972 OMPCancelStackRAII(CodeGenFunction &CGF, OpenMPDirectiveKind Kind, bool HasCancel) argument
H A DCGOpenMPRuntime.h1298 /// \param HasCancel true if region has inner cancel directive, false
1303 bool HasCancel = false);

Completed in 130 milliseconds