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

  /src/external/gpl3/gcc/dist/libcpp/
expr.cc 63 static unsigned int interpret_float_suffix (cpp_reader *, const uchar *, size_t);
89 interpret_float_suffix (cpp_reader *pfile, const uchar *s, size_t len) function
320 return interpret_float_suffix (pfile, (const unsigned char *)s, len);
657 result = interpret_float_suffix (pfile, str, limit - str);
740 result = interpret_float_suffix (pfile, str, limit - str);
  /src/external/gpl3/gcc.old/dist/libcpp/
expr.cc 63 static unsigned int interpret_float_suffix (cpp_reader *, const uchar *, size_t);
89 interpret_float_suffix (cpp_reader *pfile, const uchar *s, size_t len) function
306 return interpret_float_suffix (pfile, (const unsigned char *)s, len);
622 result = interpret_float_suffix (pfile, str, limit - str);
705 result = interpret_float_suffix (pfile, str, limit - str);

Completed in 75 milliseconds