Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcclibs/libcpp/
H A DChangeLog.gcc4345 * expr.c (interpret_float_suffix): Check for invalid suffix.
H A Dexpr.c63 static unsigned int interpret_float_suffix (const uchar *, size_t);
83 interpret_float_suffix (const uchar *s, size_t len) in interpret_float_suffix() function
273 result = interpret_float_suffix (str, limit - str); in cpp_classify_number()
H A DChangeLog158 * expr.c (interpret_float_suffix): Identify df, dd, and dl
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200219336 (interpret_float_suffix, interpret_int_suffix): New.