clang 22.0.0git
|
Go to the source code of this file.
Typedefs | |
typedef __PTRDIFF_TYPE__ | ptrdiff_t |
A signed integer type that is the result of subtracting two pointers. |
typedef __PTRDIFF_TYPE__ ptrdiff_t |
A signed integer type that is the result of subtracting two pointers.
This is a 32-bit signed integer if CL_DEVICE_ADDRESS_BITS defined in table 4.3 is 32-bits and is a 64-bit signed integer if CL_DEVICE_ADDRESS_BITS is 64-bits.
Definition at line 18 of file __stddef_ptrdiff_t.h.