OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Jun 17 00:25:26 UTC 2026