Home
last modified time | relevance | path

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 Dc-typeck.c6377 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 Dc-typeck.cc6493 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 DChangeLog7755 (find_anonymous_field_with_type, convert_to_anonymous_field)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201011717 (convert_to_anonymous_field): New static function.