Searched refs:INTEGRAL_CODE_P (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Dcvt.c234 else if (TYPE_PTRMEM_P (type) && INTEGRAL_CODE_P (form))
241 if (INTEGRAL_CODE_P (form))
749 if (INTEGRAL_CODE_P (code))
H A Dcp-tree.h3368 #define INTEGRAL_CODE_P(CODE) \
3362 #define INTEGRAL_CODE_P macro
H A Dcall.c1376 if (! (INTEGRAL_CODE_P (fcode)
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dcvt.c234 if (INTEGRAL_CODE_P (form))
722 if (INTEGRAL_CODE_P (code))
H A Dcall.c741 if (! (INTEGRAL_CODE_P (fcode) || fcode == REAL_TYPE
755 if (! (INTEGRAL_CODE_P (fcode) || fcode == REAL_TYPE))
H A Dtypeck.c1848 if (INTEGRAL_CODE_P (code))
6825 && (INTEGRAL_CODE_P (coder) || coder == REAL_TYPE))
6827 && (INTEGRAL_CODE_P (codel) || codel == REAL_TYPE)))
H A Dcp-tree.h1624 #define INTEGRAL_CODE_P(CODE) \
1617 #define INTEGRAL_CODE_P macro

Completed in 340 milliseconds