Home
last modified time | relevance | path

Searched refs:interpret_float_suffix (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dexpr.cc63 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) in interpret_float_suffix() function
306 return interpret_float_suffix (pfile, (const unsigned char *)s, len); in cpp_interpret_float_suffix()
622 result = interpret_float_suffix (pfile, str, limit - str); in cpp_classify_number()
705 result = interpret_float_suffix (pfile, str, limit - str); in cpp_classify_number()
H A DChangeLog1296 * expr.c (interpret_float_suffix): Mention DFP constants as C2X in
2010 * expr.c (interpret_float_suffix): Avoid memcmp.
2016 * expr.c (interpret_float_suffix): Ignore 'i' in C++14 and up.
2506 * expr.c (interpret_float_suffix): Handle fN, fNx, FN and FNx
4155 * expr.c (interpret_float_suffix): Use new flags.
4366 * expr.c (interpret_float_suffix): Add a guard.
5549 * expr.c (interpret_float_suffix): Recognize d or D for double,
5554 * expr.c (interpret_float_suffix): Reject invalid suffix that uses
6083 * expr.c (interpret_float_suffix): Support hr, r, lr, llr, uhr, ur,
6128 * expr.c (interpret_float_suffix): Process 'w', 'W', 'q' and 'Q'
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dexpr.c63 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) in interpret_float_suffix() function
306 return interpret_float_suffix (pfile, (const unsigned char *)s, len); in cpp_interpret_float_suffix()
616 result = interpret_float_suffix (pfile, str, limit - str); in cpp_classify_number()
699 result = interpret_float_suffix (pfile, str, limit - str); in cpp_classify_number()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200219336 (interpret_float_suffix, interpret_int_suffix): New.