Searched refs:interpret_float (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-lex.c | 48 static tree interpret_float (const cpp_token *, unsigned int, const char *); 336 *value = interpret_float (tok, flags, suffix); in c_lex_with_flags() 678 interpret_float (const cpp_token *token, unsigned int flags, in interpret_float() function
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-lex.c | 43 static tree interpret_float (const cpp_token *, unsigned int, const char *, 437 *value = interpret_float (tok, flags, suffix, &overflow); in c_lex_with_flags() 795 interpret_float (const cpp_token *token, unsigned int flags, in interpret_float() function
|