HomeSort by: relevance | last modified time | path
    Searched defs:add_type_attribute (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 3936 static void add_type_attribute (dw_die_ref, tree, int, bool, dw_die_ref);
13550 cv_qualifiers of the underlying type in add_type_attribute. */
14241 add_type_attribute (tmpl_die, tmpl_type,
21595 add_type_attribute (decl_die, TREE_TYPE (value), TYPE_QUAL_CONST, false,
21774 add_type_attribute (subrange_die, index_type, TYPE_UNQUALIFIED,
22388 add_type_attribute (dw_die_ref object_die, tree type, int cv_quals,
22680 add_type_attribute (array_die, element_type, TYPE_UNQUALIFIED,
22779 add_type_attribute (subrange_die,
22798 add_type_attribute (array_die, info->element_type, TYPE_UNQUALIFIED,
22821 add_type_attribute (decl_die, TREE_TYPE (TREE_TYPE (decl))
22373 add_type_attribute (dw_die_ref object_die, tree type, int cv_quals, function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 3938 static void add_type_attribute (dw_die_ref, tree, int, bool, dw_die_ref);
13492 cv_qualifiers of the underlying type in add_type_attribute. */
14158 add_type_attribute (tmpl_die, tmpl_type,
21498 add_type_attribute (decl_die, TREE_TYPE (value), TYPE_QUAL_CONST, false,
21677 add_type_attribute (subrange_die, index_type, TYPE_UNQUALIFIED,
22291 add_type_attribute (dw_die_ref object_die, tree type, int cv_quals,
22580 add_type_attribute (array_die, element_type, TYPE_UNQUALIFIED,
22679 add_type_attribute (subrange_die,
22698 add_type_attribute (array_die, info->element_type, TYPE_UNQUALIFIED,
22721 add_type_attribute (decl_die, TREE_TYPE (TREE_TYPE (decl))
22276 add_type_attribute (dw_die_ref object_die, tree type, int cv_quals, function
    [all...]

Completed in 52 milliseconds