Home
last modified time | relevance | path

Searched refs:PTR_INT_TYPE (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
D20010102-1.c7 # define PTR_INT_TYPE __PTRDIFF_TYPE__ macro
23 PTR_INT_TYPE temp;
37 ((PTR_INT_TYPE) ((char *) &((struct fooalign *) 0)->d - (char *) 0))
/openbsd/src/gnu/usr.bin/binutils-2.17/include/
Dobstack.h136 # define PTR_INT_TYPE __PTRDIFF_TYPE__ macro
140 # define PTR_INT_TYPE ptrdiff_t
142 # define PTR_INT_TYPE long
171 PTR_INT_TYPE temp; /* Temporary for some macros. */
/openbsd/src/gnu/lib/libiberty/include/
Dobstack.h136 # define PTR_INT_TYPE __PTRDIFF_TYPE__ macro
140 # define PTR_INT_TYPE ptrdiff_t
142 # define PTR_INT_TYPE long
171 PTR_INT_TYPE temp; /* Temporary for some macros. */
/openbsd/src/gnu/gcc/include/
Dobstack.h136 # define PTR_INT_TYPE __PTRDIFF_TYPE__ macro
140 # define PTR_INT_TYPE ptrdiff_t
142 # define PTR_INT_TYPE long
171 PTR_INT_TYPE temp; /* Temporary for some macros. */
/openbsd/src/gnu/usr.bin/binutils/include/
Dobstack.h136 # define PTR_INT_TYPE __PTRDIFF_TYPE__ macro
140 # define PTR_INT_TYPE ptrdiff_t
142 # define PTR_INT_TYPE long
175 PTR_INT_TYPE temp; /* Temporary for some macros. */
/openbsd/src/gnu/lib/libiberty/src/
Dobstack.c60 ((PTR_INT_TYPE) ((char *) &((struct fooalign *) 0)->d - (char *) 0))
/openbsd/src/gnu/usr.bin/gcc/gcc/
DFSFChangeLog.102389 * cccp.c (PTR_INT_TYPE): Remove obsolete define to `long'.