Home
last modified time | relevance | path

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

/external/libabigail/src/
Dabg-default-reporter.cc1442 type_base_sptr fs = strip_typedef(is_type(f)), in report()
1443 ss = strip_typedef(is_type(s)); in report()
Dabg-ir.cc5634 strip_typedef(const type_base_sptr type) in strip_typedef() function
5655 t = strip_typedef(type_or_void(ty->get_underlying_type(), env)); in strip_typedef()
5658 type_base_sptr p = strip_typedef(type_or_void(ty->get_pointed_to_type(), in strip_typedef()
5669 type_base_sptr p = strip_typedef(type_or_void(ty->get_pointed_to_type(), in strip_typedef()
5679 type_base_sptr p = strip_typedef(type_or_void(ty->get_underlying_type(), in strip_typedef()
5688 type_base_sptr p = strip_typedef(ty->get_element_type()); in strip_typedef()
5701 type_base_sptr typ = strip_typedef(p->get_type()); in strip_typedef()
5712 type_base_sptr p = strip_typedef(ty->get_return_type()); in strip_typedef()
5728 type_base_sptr typ = strip_typedef(p->get_type()); in strip_typedef()
5739 type_base_sptr p = strip_typedef(ty->get_return_type()); in strip_typedef()
[all …]
Dabg-comparison.cc2593 type_base_sptr fs = strip_typedef(is_type(first())), in compatible_child_diff()
2594 ss = strip_typedef(is_type(second())); in compatible_child_diff()
/external/libabigail/include/
Dabg-fwd.h811 strip_typedef(const type_base_sptr);
/external/libabigail/
DChangeLog4512 (strip_typedef, function_type::{function_type, set_parameters}):
4544 (finish_member_function_reading, strip_typedef)
13089 (strip_typedef): Adjust.
14648 * src/abg-ir.cc (strip_typedef): Set the translation unit of the
18437 Fix strip_typedef issues
18438 * src/abg-ir.cc (strip_typedef): Do not canonicalize
18774 * src/abg-ir.cc (strip_typedef): Do not canonicalize the stripped
19335 (strip_typedef): Set the environment of the new type which has its
22796 (strip_typedef): Do not expect canonicalized types anymore. Now
23267 * src/abg-ir.cc (strip_typedef): Simplify logic. Support types
[all …]