| /src/external/gpl3/gcc/dist/gcc/config/sh/ |
| sh-mem.cc | 55 int constp = (CONST_INT_P (operands[2])); local 56 int bytes = (constp ? INTVAL (operands[2]) : 0); 58 if (! constp) 357 int constp = CONST_INT_P (operands[3]); local 358 HOST_WIDE_INT bytes = constp ? INTVAL (operands[3]) : 0; 364 if (constp && bytes >= 0 && bytes < 32)
|
| /src/external/gpl3/gcc.old/dist/gcc/config/sh/ |
| sh-mem.cc | 55 int constp = (CONST_INT_P (operands[2])); local 56 int bytes = (constp ? INTVAL (operands[2]) : 0); 58 if (! constp) 357 int constp = CONST_INT_P (operands[3]); local 358 HOST_WIDE_INT bytes = constp ? INTVAL (operands[3]) : 0; 364 if (constp && bytes >= 0 && bytes < 32)
|
| /src/external/gpl3/binutils/dist/binutils/ |
| stabs.c | 2737 bool constp, volatilep, staticp; local 2796 constp = false; 2806 constp = true; 2816 constp = true; 2925 constp, volatilep, &physname); 2939 constp, volatilep, 2946 constp, 3003 const char *argtypes, bool constp, 3041 const_prefix = constp ? "C" : ""; 4898 /* FIXME: We have no way to record constp o 4944 bool constp, volatilep, unsignedp, signedp; local [all...] |
| debug.c | 343 bool constp; member in struct:debug_method_variant_s 1779 bool constp, bool volatilep, 1790 m->constp = constp; 1806 bool constp, bool volatilep) 1816 m->constp = constp; 2791 v->constp, 2802 v->constp, 3364 || v1->constp != v2->const [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| stabs.c | 2737 bool constp, volatilep, staticp; local 2796 constp = false; 2806 constp = true; 2816 constp = true; 2925 constp, volatilep, &physname); 2939 constp, volatilep, 2946 constp, 3003 const char *argtypes, bool constp, 3041 const_prefix = constp ? "C" : ""; 4898 /* FIXME: We have no way to record constp o 4944 bool constp, volatilep, unsignedp, signedp; local [all...] |
| debug.c | 343 bool constp; member in struct:debug_method_variant_s 1779 bool constp, bool volatilep, 1790 m->constp = constp; 1806 bool constp, bool volatilep) 1816 m->constp = constp; 2790 v->constp, 2801 v->constp, 3359 || v1->constp != v2->const [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000-string.cc | 54 bool constp = CONST_INT_P (bytes_rtx); local 62 if (! constp) 2745 int constp = CONST_INT_P (bytes_rtx); local 2755 if (! constp)
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000-string.cc | 54 bool constp = CONST_INT_P (bytes_rtx); local 62 if (! constp) 2754 int constp = CONST_INT_P (bytes_rtx); local 2764 if (! constp)
|
| /src/external/gpl3/gcc/dist/gcc/config/m32r/ |
| m32r.cc | 2546 int constp = CONST_INT_P (bytes_rtx); 2547 HOST_WIDE_INT bytes = constp ? INTVAL (bytes_rtx) : 0; 2553 if (constp && bytes <= 0) 2566 if (optimize_size || ! constp || align != UNITS_PER_WORD) 2523 int constp = CONST_INT_P (bytes_rtx); local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/m32r/ |
| m32r.cc | 2544 int constp = CONST_INT_P (bytes_rtx); 2545 HOST_WIDE_INT bytes = constp ? INTVAL (bytes_rtx) : 0; 2551 if (constp && bytes <= 0) 2564 if (optimize_size || ! constp || align != UNITS_PER_WORD) 2521 int constp = CONST_INT_P (bytes_rtx); local
|
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-decl.cc | 6786 int constp; 6979 constp = declspecs->const_p + TYPE_READONLY (element_type); 6987 if (constp > 1) 7007 type_quals = ((constp ? TYPE_QUAL_CONST : 0) 7098 if (!(warn_cxx_compat && constp)) 6760 int constp; local
|
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-decl.cc | 6299 int constp; 6473 constp = declspecs->const_p + TYPE_READONLY (element_type); 6481 if (constp > 1) 6501 type_quals = ((constp ? TYPE_QUAL_CONST : 0) 6581 if (!(warn_cxx_compat && constp)) 6273 int constp; local
|
| /src/external/gpl3/gcc/dist/gcc/config/frv/ |
| frv.cc | 2202 int constp = (GET_CODE (bytes_rtx) == CONST_INT); 2220 if (! constp) 2301 int constp = (GET_CODE (bytes_rtx) == CONST_INT); 2312 if (! constp) 2184 int constp = (GET_CODE (bytes_rtx) == CONST_INT); local 2282 int constp = (GET_CODE (bytes_rtx) == CONST_INT); local
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| decl.cc | 11177 bool constp = (type_quals & TYPE_QUAL_CONST) != 0; 11234 || ! constp 11162 bool constp = (type_quals & TYPE_QUAL_CONST) != 0; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/frv/ |
| frv.cc | 2200 int constp = (GET_CODE (bytes_rtx) == CONST_INT); 2218 if (! constp) 2299 int constp = (GET_CODE (bytes_rtx) == CONST_INT); 2310 if (! constp) 2182 int constp = (GET_CODE (bytes_rtx) == CONST_INT); local 2280 int constp = (GET_CODE (bytes_rtx) == CONST_INT); local
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| decl.cc | 10695 bool constp = (type_quals & TYPE_QUAL_CONST) != 0; 10752 || ! constp 10680 bool constp = (type_quals & TYPE_QUAL_CONST) != 0; local
|