class DevicePointerPrivActionTy
Declaration
class DevicePointerPrivActionTy : public PrePostActionTy { /* full declaration omitted */ };
Description
A basic class for pre|post-action for advanced codegen sequence for OpenMP region.
Declared at: clang/lib/CodeGen/CGStmtOpenMP.cpp:7275
Inherits from: PrePostActionTy
Member Variables
- private bool& PrivatizeDevicePointers
Method Overview
- public DevicePointerPrivActionTy(bool & PrivatizeDevicePointers)
- public void Enter(clang::CodeGen::CodeGenFunction & CGF)
Inherited from PrePostActionTy:
Methods
¶DevicePointerPrivActionTy(
bool& PrivatizeDevicePointers)
DevicePointerPrivActionTy(
bool& PrivatizeDevicePointers)
Declared at: clang/lib/CodeGen/CGStmtOpenMP.cpp:7279
Parameters
- bool& PrivatizeDevicePointers
¶void Enter(clang::CodeGen::CodeGenFunction& CGF)
void Enter(clang::CodeGen::CodeGenFunction& CGF)
Declared at: clang/lib/CodeGen/CGStmtOpenMP.cpp:7281