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_int_suffix
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libcpp/
expr.cc
64
static unsigned int
interpret_int_suffix
(cpp_reader *, const uchar *, size_t);
327
interpret_int_suffix
(cpp_reader *pfile, const uchar *s, size_t len)
function
407
return
interpret_int_suffix
(pfile, (const unsigned char *)s, len);
801
result =
interpret_int_suffix
(pfile, str, limit - str);
/src/external/gpl3/gcc.old/dist/libcpp/
expr.cc
64
static unsigned int
interpret_int_suffix
(cpp_reader *, const uchar *, size_t);
313
interpret_int_suffix
(cpp_reader *pfile, const uchar *s, size_t len)
function
372
return
interpret_int_suffix
(pfile, (const unsigned char *)s, len);
766
result =
interpret_int_suffix
(pfile, str, limit - str);
Completed in 20 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026