Searched refs:fixed_from_string (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | fixed-value.h | 53 extern void fixed_from_string (FIXED_VALUE_TYPE *, const char *,
|
H A D | fixed-value.c | 87 fixed_from_string (FIXED_VALUE_TYPE *f, const char *str, enum machine_mode mode) in fixed_from_string() function
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | fixed-value.h | 64 extern void fixed_from_string (FIXED_VALUE_TYPE *, const char *,
|
H A D | fixed-value.c | 111 fixed_from_string (FIXED_VALUE_TYPE *f, const char *str, scalar_mode mode) in fixed_from_string() function
|
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-lex.c | 943 fixed_from_string (&fixed, copy, TYPE_MODE (type)); in interpret_fixed()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-lex.c | 1117 fixed_from_string (&fixed, copy, SCALAR_TYPE_MODE (type)); in interpret_fixed()
|