Home
last modified time | relevance | path

Searched refs:constp (Results 1 – 3 of 3) sorted by relevance

/original-bsd/usr.bin/ld/
H A Dcplus-dem.c433 int constp = 0; local
466 constp = 1;
485 if (constp)
/original-bsd/contrib/gcc-2.3.3/config/
H A Dmips.c2069 int constp = (GET_CODE (bytes_rtx) == CONST_INT); local
2070 int bytes = (constp ? INTVAL (bytes_rtx) : 0);
2076 if (constp && bytes <= 0)
2090 else if (constp && bytes <= 3*align)
2094 else if (constp && bytes <= 2*MAX_MOVE_BYTES)
2099 else if (constp && align >= UNITS_PER_WORD && optimize)
2102 else if (constp && optimize)
/original-bsd/contrib/gcc-2.3.3/
H A Dc-typeck.c239 int constp local
243 return build_pointer_type (c_build_type_variant (target, constp, volatilep));