Searched refs:INT_TYPE (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dpointer.h412 #define _CXX_POINTER_ARITH_OPERATOR_SET(INT_TYPE) \
414 operator+(const _Pointer_adapter& __lhs, INT_TYPE __offset) \
418 operator+(INT_TYPE __offset, const _Pointer_adapter& __rhs) \
422 operator-(const _Pointer_adapter& __lhs, INT_TYPE __offset) \
426 operator+=(INT_TYPE __offset) \
433 operator-=(INT_TYPE __offset) \
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dpointer.h400 #define _CXX_POINTER_ARITH_OPERATOR_SET(INT_TYPE) \
402 operator+(const _Pointer_adapter& __lhs, INT_TYPE __offset) \
406 operator+(INT_TYPE __offset, const _Pointer_adapter& __rhs) \
410 operator-(const _Pointer_adapter& __lhs, INT_TYPE __offset) \
414 operator+=(INT_TYPE __offset) \
421 operator-=(INT_TYPE __offset) \
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Ddfp-bit.c469 INT_TYPE
474 INT_TYPE i;
488 INT_TYPE
494 INT_TYPE i;
511 INT_TYPE
554 INT_TO_DFP (INT_TYPE i)
566 INT_TO_DFP (INT_TYPE i)
586 INT_TO_DFP (INT_TYPE i)
H A Ddfp-bit.h198 INT_TYPE: The integer data type.
208 #define INT_TYPE SItype macro
213 #define INT_TYPE DItype macro
218 #define INT_TYPE USItype macro
223 #define INT_TYPE UDItype macro
600 extern INT_TYPE DFP_TO_INT (DFP_C_TYPE);
607 extern DFP_C_TYPE INT_TO_DFP (INT_TYPE);
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Ddfp-bit.c469 INT_TYPE
474 INT_TYPE i;
488 INT_TYPE
494 INT_TYPE i;
511 INT_TYPE
554 INT_TO_DFP (INT_TYPE i)
566 INT_TO_DFP (INT_TYPE i)
586 INT_TO_DFP (INT_TYPE i)
H A Ddfp-bit.h198 INT_TYPE: The integer data type.
208 #define INT_TYPE SItype macro
213 #define INT_TYPE DItype macro
218 #define INT_TYPE USItype macro
223 #define INT_TYPE UDItype macro
619 extern INT_TYPE DFP_TO_INT (DFP_C_TYPE);
626 extern DFP_C_TYPE INT_TO_DFP (INT_TYPE);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Drust-parse.c70 #define INT_TYPE 6 macro
927 if (subexps[INT_TYPE].rm_so == -1)
934 type_index = INT_TYPE;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Drust-exp.y156 #define INT_TYPE 6
1513 if (subexps[INT_TYPE].rm_so == -1)
1520 type_index = INT_TYPE;

Completed in 135 milliseconds