Searched refs:cpp_interpret_float_suffix (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
H A D | cpplib.h | 1156 extern unsigned int cpp_interpret_float_suffix (cpp_reader *, const char *,
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
H A D | cpplib.h | 1267 extern unsigned int cpp_interpret_float_suffix (cpp_reader *, const char *,
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | expr.cc | 304 cpp_interpret_float_suffix (cpp_reader *pfile, const char *s, size_t len) in cpp_interpret_float_suffix() function
|
H A D | ChangeLog | 4152 * include/cpplib.h (cpp_interpret_float_suffix): Add cpp_reader* arg. 4156 (cpp_interpret_float_suffix): Add cpp_reader* arg. 4540 * expr.c: (cpp_interpret_float_suffix, cpp_interpret_int_suffix,
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | expr.c | 304 cpp_interpret_float_suffix (cpp_reader *pfile, const char *s, size_t len) in cpp_interpret_float_suffix() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | decl.c | 9807 if (cpp_interpret_float_suffix (parse_in, suffix, strlen (suffix))) in grokfndecl()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | decl.cc | 10436 if (cpp_interpret_float_suffix (parse_in, suffix, strlen (suffix))) in grokfndecl()
|