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

Inherited from PrePostActionTy:

Methods

DevicePointerPrivActionTy(
    bool& PrivatizeDevicePointers)

Declared at: clang/lib/CodeGen/CGStmtOpenMP.cpp:7279

Parameters

bool& PrivatizeDevicePointers

void Enter(clang::CodeGen::CodeGenFunction& CGF)

Declared at: clang/lib/CodeGen/CGStmtOpenMP.cpp:7281

Parameters

clang::CodeGen::CodeGenFunction& CGF