Home
last modified time | relevance | path

Searched refs:strip_typedef (Results 1 – 5 of 5) sorted by relevance

/external/libabigail/src/
Dabg-default-reporter.cc1445 type_base_sptr fs = strip_typedef(is_type(f)), in report()
1446 ss = strip_typedef(is_type(s)); in report()
Dabg-ir.cc6473 strip_typedef(const type_base_sptr type) in strip_typedef() function
6494 t = strip_typedef(type_or_void(ty->get_underlying_type(), env)); in strip_typedef()
6497 type_base_sptr p = strip_typedef(type_or_void(ty->get_pointed_to_type(), in strip_typedef()
6508 type_base_sptr p = strip_typedef(type_or_void(ty->get_pointed_to_type(), in strip_typedef()
6518 type_base_sptr p = strip_typedef(type_or_void(ty->get_underlying_type(), in strip_typedef()
6527 type_base_sptr p = strip_typedef(ty->get_element_type()); in strip_typedef()
6540 type_base_sptr typ = strip_typedef(p->get_type()); in strip_typedef()
6551 type_base_sptr p = strip_typedef(ty->get_return_type()); in strip_typedef()
6567 type_base_sptr typ = strip_typedef(p->get_type()); in strip_typedef()
6578 type_base_sptr p = strip_typedef(ty->get_return_type()); in strip_typedef()
[all …]
Dabg-comparison.cc2578 type_base_sptr fs = strip_typedef(is_type(first())), in compatible_child_diff()
2579 ss = strip_typedef(is_type(second())); in compatible_child_diff()
/external/libabigail/include/
Dabg-fwd.h816 strip_typedef(const type_base_sptr);
/external/libabigail/
DChangeLog8064 (strip_typedef, function_type::{function_type, set_parameters}):
8096 (finish_member_function_reading, strip_typedef)
16641 (strip_typedef): Adjust.
18200 * src/abg-ir.cc (strip_typedef): Set the translation unit of the
21989 Fix strip_typedef issues
21990 * src/abg-ir.cc (strip_typedef): Do not canonicalize
22326 * src/abg-ir.cc (strip_typedef): Do not canonicalize the stripped
22887 (strip_typedef): Set the environment of the new type which has its
26348 (strip_typedef): Do not expect canonicalized types anymore. Now
26819 * src/abg-ir.cc (strip_typedef): Simplify logic. Support types
[all …]