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

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

#include "/work/www-prereleases/8.0.0/rc1/builddocs/llvm.src/tools/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 2944 of file CodeGenFunction.h.

Constructor & Destructor Documentation

◆ OMPCancelStackRAII()

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

Definition at line 2948 of file CodeGenFunction.h.

◆ ~OMPCancelStackRAII()

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

Definition at line 2953 of file CodeGenFunction.h.

References X.


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