Searched defs:PTR_INT_TYPE (Results 1 - 1 of 1) sorted by relevance

/external/bison/lib/
H A Dobstack.h114 # define PTR_INT_TYPE __PTRDIFF_TYPE__
117 # define PTR_INT_TYPE ptrdiff_t
128 and converted back again. If PTR_INT_TYPE is narrower than a
134 __BPTR_ALIGN (sizeof (PTR_INT_TYPE) < sizeof (void *) ? (B) : (char *) 0, \
159 PTR_INT_TYPE tempint;
113 # define PTR_INT_TYPE macro
116 # define PTR_INT_TYPE macro

Completed in 95 milliseconds