Home
last modified time | relevance | path

Searched refs:fixed_from_string (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dfixed-value.h53 extern void fixed_from_string (FIXED_VALUE_TYPE *, const char *,
H A Dfixed-value.c87 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 Dfixed-value.h64 extern void fixed_from_string (FIXED_VALUE_TYPE *, const char *,
H A Dfixed-value.c111 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 Dc-lex.c943 fixed_from_string (&fixed, copy, TYPE_MODE (type)); in interpret_fixed()
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-lex.c1117 fixed_from_string (&fixed, copy, SCALAR_TYPE_MODE (type)); in interpret_fixed()