Searched refs:interpret_int_suffix (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | 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) in interpret_int_suffix() function 372 return interpret_int_suffix (pfile, (const unsigned char *)s, len); in cpp_interpret_int_suffix() 766 result = interpret_int_suffix (pfile, str, limit - str); in cpp_classify_number()
|
H A D | ChangeLog | 640 * expr.c (interpret_int_suffix): Detect 'z' integer suffix. 2011 (interpret_int_suffix): Likewise. Don't check for if. 2017 (interpret_int_suffix): Likewise. 4157 (interpret_int_suffix): Use new flags.
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | expr.c | 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) in interpret_int_suffix() function 362 return interpret_int_suffix (pfile, (const unsigned char *)s, len); in cpp_interpret_int_suffix() 760 result = interpret_int_suffix (pfile, str, limit - str); in cpp_classify_number()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2002 | 19336 (interpret_float_suffix, interpret_int_suffix): New.
|