Home
last modified time | relevance | path

Searched refs:cpp_classify_number (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libcpp/
H A DChangeLog.gcc434 * expr.c (cpp_classify_number): Implement 0b-prefixed binary
H A Dexpr.c164 cpp_classify_number (cpp_reader *pfile, const cpp_token *token) in cpp_classify_number() function
605 temp = cpp_classify_number (pfile, token); in eval_token()
H A DChangeLog160 (cpp_classify_number): Disallow hexadecimal DFP constants.
/freebsd-12.1/contrib/gcclibs/libcpp/include/
H A Dcpplib.h769 extern unsigned cpp_classify_number (cpp_reader *, const cpp_token *);
/freebsd-12.1/contrib/gcc/
H A Dc-lex.c360 unsigned int flags = cpp_classify_number (parse_in, tok); in c_lex_with_flags()
H A DChangeLog-200211352 * cppexp.c (cpp_classify_number): Suppress -Wtraditional
18747 * cppexp.c (cpp_classify_number): Cast precission to int for
19338 (cpp_classify_number, cpp_interpret_integer): New.
19347 CPP_N_OCTAL, CPP_N_UNSIGNED, CPP_N_IMAGINARY, cpp_classify_number,
H A DChangeLog-200328329 * cppexp.c (cpp_classify_number): Accept '.' after "0x".