Home
last modified time | relevance | path

Searched refs:subrange_sptr (Results 1 – 7 of 7) sorted by relevance

/external/libabigail/include/
Dabg-ir.h2307 typedef shared_ptr<subrange_type> subrange_sptr; typedef
2310 typedef std::vector<subrange_sptr> subranges_type;
2429 vector_as_string(const vector<subrange_sptr>&);
2440 const std::vector<subrange_sptr>& subs,
2466 append_subranges(const std::vector<subrange_sptr>& subs);
2487 const std::vector<subrange_sptr>&
2497 array_type_def::subrange_sptr
/external/libabigail/src/
Dabg-reader.cc1140 static array_type_def::subrange_sptr
3829 static array_type_def::subrange_sptr
3833 array_type_def::subrange_sptr nil; in build_subrange_type()
3840 array_type_def::subrange_sptr result = in build_subrange_type()
3857 array_type_def::subrange_sptr ty = is_subrange_type(d); in build_subrange_type()
3923 array_type_def::subrange_sptr p in build_subrange_type()
4034 if (array_type_def::subrange_sptr s = in build_array_type_def()
4065 for (vector<array_type_def::subrange_sptr>::const_iterator i = in build_array_type_def()
Dabg-ir.cc6166 vector<array_type_def::subrange_sptr> subranges; in clone_array()
6168 for (vector<array_type_def::subrange_sptr>::const_iterator i = in clone_array()
6173 array_type_def::subrange_sptr subrange in clone_array()
9239 array_type_def::subrange_sptr
12038 (const array_type_def::subrange_sptr& subrange_type) in maybe_update_types_lookup_map()
12138 else if (array_type_def::subrange_sptr subrange_type = is_subrange_type(decl)) in maybe_update_types_lookup_map()
15115 array_type_def::subrange_type::vector_as_string(const vector<subrange_sptr>& v) in vector_as_string()
15121 for (vector<subrange_sptr>::const_iterator i = v.begin(); in vector_as_string()
15321 const std::vector<subrange_sptr>& subs, in array_type_def()
15412 std::vector<array_type_def::subrange_sptr > this_subs = l.get_subranges(); in equals()
[all …]
Dabg-hash.cc293 for (vector<array_type_def::subrange_sptr >::const_iterator i = in operator ()()
Dabg-dwarf-reader.cc508 static array_type_def::subrange_sptr
9166 array_type_def::subrange_sptr s = in die_qualified_type_name()
12797 for (vector<array_type_def::subrange_sptr>::const_iterator i = in schedule_array_tree_for_late_canonicalization()
13300 static array_type_def::subrange_sptr
13306 array_type_def::subrange_sptr result; in build_subrange_type()
13447 array_type_def::subrange_sptr s; in build_subranges_from_array_type_die()
14997 array_type_def::subrange_sptr s = in build_ir_node_from_die()
Dabg-writer.cc2773 write_array_subrange_type(const array_type_def::subrange_sptr& decl, in write_array_subrange_type()
2882 vector<array_type_def::subrange_sptr>::const_iterator si; in write_array_type_def()
/external/libabigail/
DChangeLog5290 array_type_def::subrange_sptr, and function_type_sptr, update the