clang 22.0.0git
__stddef_ptrdiff_t.h File Reference

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 Documentation

◆ ptrdiff_t

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.

Examples
/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/StaticAnalyzer/Core/RegionStore.cpp.

Definition at line 18 of file __stddef_ptrdiff_t.h.