Home
last modified time | relevance | path

Searched refs:is_duplicate_field (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c8130 is_duplicate_field (tree x, tree y) in is_duplicate_field() function
8262 if (is_duplicate_field (y, x)) in detect_field_duplicates()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc8451 is_duplicate_field (tree x, tree y) in is_duplicate_field() function
8583 if (is_duplicate_field (y, x)) in detect_field_duplicates()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201011721 (is_duplicate_field): New static function.