Home
last modified time | relevance | path

Searched refs:map_value (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDread-rtl.c39 struct map_value { struct
40 struct map_value *next; argument
60 struct map_value *values; argument
97 struct map_value *mode_maps;
120 struct map_value *, FILE *, const char **);
127 static struct map_value **add_map_value (struct map_value **,
147 static rtx read_rtx_1 (FILE *, struct map_value **);
148 static rtx read_rtx_variadic (FILE *, struct map_value **, rtx);
281 static struct map_value *
286 struct map_value *v; in map_attr_string()
[all …]
HDChangeLog-200417593 * read-rtl.c (map_value, mapping, macro_group): New structures.