Searched refs:convert_to_anonymous_field (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-typeck.c | 6377 convert_to_anonymous_field (location_t location, tree type, tree rhs) in convert_to_anonymous_field() function 6433 ret = convert_to_anonymous_field (location, type, ret); in convert_to_anonymous_field() 7099 tree new_rhs = convert_to_anonymous_field (location, type, rhs); in convert_for_assignment()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-typeck.cc | 6493 convert_to_anonymous_field (location_t location, tree type, tree rhs) in convert_to_anonymous_field() function 6549 ret = convert_to_anonymous_field (location, type, ret); in convert_to_anonymous_field() 7212 tree new_rhs = convert_to_anonymous_field (location, type, rhs); in convert_for_assignment()
|
H A D | ChangeLog | 7755 (find_anonymous_field_with_type, convert_to_anonymous_field)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2010 | 11717 (convert_to_anonymous_field): New static function.
|