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

/freebsd-10.2-release/contrib/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));

Completed in 45 milliseconds