Searched refs:map_attr_string (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | read-rtl.c | 370 map_attr_string (file_location loc, const char *p, mapping **iterator_out = 0) struct 459 v = map_attr_string (loc, p); in apply_iterator_to_string() 590 v = map_attr_string (ause->loc, ause->value); in apply_attribute_uses() 691 if (!map_attr_string (loc, start + 1, &iterator)) in handle_overloaded_name()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | read-rtl.cc | 436 map_attr_string (file_location loc, const char *p, mapping **iterator_out = 0) in map_attr_string() function 525 v = map_attr_string (loc, p); in apply_iterator_to_string() 656 v = map_attr_string (ause->loc, ause->value); in apply_attribute_uses() 757 if (!map_attr_string (loc, start + 1, &iterator)) in handle_overloaded_name()
|
H A D | ChangeLog-2012 | 2983 (map_attr_string): Handle subst-iterators. 21966 (map_attr_string, apply_iterator_to_string): Remove iterator
|
H A D | ChangeLog-2005 | 19207 (map_attr_string): New static function, broken out of 19210 (apply_macro_to_string): Call map_attr_string.
|
H A D | ChangeLog-2007 | 10364 (map_attr_string, apply_mode_maps, apply_iterator_to_rtx, add_mapping)
|
H A D | ChangeLog-2018 | 14027 (map_attr_string): Add an optional argument that passes back
|
H A D | ChangeLog-2019 | 20958 (map_attr_string): Take a file_location parameter. Report cases
|