clang 19.0.0git
Public Member Functions | List of all members
clang::CodeGen::CodeGenFunction::OMPCancelStackRAII Class Reference

Controls insertion of cancellation exit blocks in worksharing constructs. More...

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CodeGenFunction.h"

Public Member Functions

 OMPCancelStackRAII (CodeGenFunction &CGF, OpenMPDirectiveKind Kind, bool HasCancel)
 
 ~OMPCancelStackRAII ()
 

Detailed Description

Controls insertion of cancellation exit blocks in worksharing constructs.

Definition at line 3436 of file CodeGenFunction.h.

Constructor & Destructor Documentation

◆ OMPCancelStackRAII()

clang::CodeGen::CodeGenFunction::OMPCancelStackRAII::OMPCancelStackRAII ( CodeGenFunction CGF,
OpenMPDirectiveKind  Kind,
bool  HasCancel 
)
inline

Definition at line 3440 of file CodeGenFunction.h.

◆ ~OMPCancelStackRAII()

clang::CodeGen::CodeGenFunction::OMPCancelStackRAII::~OMPCancelStackRAII ( )
inline

Definition at line 3445 of file CodeGenFunction.h.


The documentation for this class was generated from the following file: