clang 22.0.0git
__stddef_size_t.h File Reference

Go to the source code of this file.

Typedefs

typedef __SIZE_TYPE__ size_t
 The unsigned integer type of the result of the sizeof operator.

Typedef Documentation

◆ size_t

typedef __SIZE_TYPE__ size_t

The unsigned integer type of the result of the sizeof operator.

This is a 32-bit unsigned integer if CL_DEVICE_ADDRESS_BITS defined in table 4.3 is 32-bits and is a 64-bit unsigned integer if CL_DEVICE_ADDRESS_BITS is 64-bits.

Definition at line 18 of file __stddef_size_t.h.