clang 20.0.0git
Public Member Functions | Public Attributes | List of all members
dim3 Struct Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/Headers/llvm_offload_wrappers/__llvm_offload.h"

Public Member Functions

 dim3 ()
 
 dim3 (unsigned x)
 

Public Attributes

unsigned x = 0
 
unsigned y = 0
 
unsigned z = 0
 

Detailed Description

Definition at line 21 of file __llvm_offload.h.

Constructor & Destructor Documentation

◆ dim3() [1/2]

dim3::dim3 ( )
inline

Definition at line 22 of file __llvm_offload.h.

◆ dim3() [2/2]

dim3::dim3 ( unsigned  x)
inline

Definition at line 23 of file __llvm_offload.h.

Member Data Documentation

◆ x

unsigned dim3::x = 0

Definition at line 24 of file __llvm_offload.h.

◆ y

unsigned dim3::y = 0

Definition at line 24 of file __llvm_offload.h.

◆ z

unsigned dim3::z = 0

Definition at line 24 of file __llvm_offload.h.


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