Searched refs:child_type (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dsdbout.c1157 tree child_type = BINFO_TYPE (child); local
1160 if (TYPE_NAME (child_type) == 0)
1162 if (TREE_CODE (TYPE_NAME (child_type)) == IDENTIFIER_NODE)
1163 child_type_name = TYPE_NAME (child_type);
1164 else if (TREE_CODE (TYPE_NAME (child_type)) == TYPE_DECL)
1166 child_type_name = DECL_NAME (TYPE_NAME (child_type));
1169 = DECL_ASSEMBLER_NAME (TYPE_NAME (child_type));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dsdbout.c1151 tree child_type = BINFO_TYPE (child); local
1154 if (TYPE_NAME (child_type) == 0)
1156 if (TREE_CODE (TYPE_NAME (child_type)) == IDENTIFIER_NODE)
1157 child_type_name = TYPE_NAME (child_type);
1158 else if (TREE_CODE (TYPE_NAME (child_type)) == TYPE_DECL)
1160 child_type_name = DECL_NAME (TYPE_NAME (child_type));
1163 = DECL_ASSEMBLER_NAME (TYPE_NAME (child_type));
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Ddwarf2read.c7587 struct type *child_type = read_type_die (child_die, cu);
7589 if (child_type != NULL)
7601 range_types[ndim++] = child_type;
7585 struct type *child_type = read_type_die (child_die, cu); local

Completed in 177 milliseconds