HomeSort by: relevance | last modified time | path
    Searched defs:c_readstr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
builtins.cc 745 c_readstr (const char *str, scalar_int_mode mode, function
3223 return c_readstr (rep + offset, as_a <scalar_int_mode> (mode),
3686 return c_readstr (str + offset, as_a <scalar_int_mode> (mode));
3918 return c_readstr (p, as_a <scalar_int_mode> (mode));
3966 coeff = c_readstr (p, as_a <scalar_int_mode> (mode));
6831 const_rtx = c_readstr (const_str + offset, unit_mode);
  /src/external/gpl3/gcc/dist/gcc/
builtins.cc 748 c_readstr (const char *str, fixed_size_mode mode, function
3543 return c_readstr (rep + offset, mode, /*nul_terminated=*/false);
4004 return c_readstr (str + offset, mode);
4235 return c_readstr (p, mode);
4282 coeff = c_readstr (p, mode);
7574 const_rtx = c_readstr (const_str + offset, unit_mode);

Completed in 46 milliseconds