Searched refs:is_typedef (Results 1 – 10 of 10) sorted by relevance
226 is_typedef = False232 if is_typedef:235 is_typedef = False237 is_typedef = True244 if is_typedef and paren == 0:
484 || (is_typedef(f) in has_harmless_name_change()485 && is_typedef(s) in has_harmless_name_change()486 && (is_typedef(f)->get_underlying_type() in has_harmless_name_change()487 == is_typedef(s)->get_underlying_type())) in has_harmless_name_change()
5654 if (const typedef_decl_sptr ty = is_typedef(t)) in strip_typedef()5776 typedef_decl_sptr t = is_typedef(type); in peel_typedef_type()5780 if (is_typedef(t->get_underlying_type())) in peel_typedef_type()5803 const typedef_decl* t = is_typedef(type); in peel_typedef_type()6022 while (is_typedef(type) || is_qualified_type(type)) in peel_qualified_or_typedef_type()6024 if (const typedef_decl* t = is_typedef(type)) in peel_qualified_or_typedef_type()6051 while (is_typedef(type) || is_qualified_type(type)) in peel_qualified_or_typedef_type()6053 if (typedef_decl_sptr t = is_typedef(type)) in peel_qualified_or_typedef_type()6074 while (is_typedef(typ) in peel_typedef_pointer_or_reference_type()6078 if (typedef_decl_sptr t = is_typedef(typ)) in peel_typedef_pointer_or_reference_type()[all …]
844 && !is_typedef(t) in maybe_canonicalize_type()4258 typedef_decl_sptr result = is_typedef(d); in build_typedef_decl()4551 is_typedef(ctxt.build_or_get_type_decl(naming_typedef_id, true)); in build_class_decl()
12783 if (typedef_decl_sptr type = is_typedef(t)) in schedule_array_tree_for_late_canonicalization()12877 is_typedef(clone_array_tree(is_typedef(u))); in maybe_strip_qualification()13576 if (typedef_decl_sptr t = is_typedef(ctxt.lookup_artifact_from_die(die))) in build_typedef_type()13602 result = is_typedef(t); in build_typedef_type()14550 || is_typedef(t)) in maybe_canonicalize_type()
954 if (!is_typedef(type)) in suppression_matches_type_no_name()
410 is_typedef(const type_or_decl_base_sptr);413 is_typedef(const type_base*);416 is_typedef(type_base*);
381 is_typedef = 'typedef' in spec['storage']427 if is_typedef:455 if is_typedef:
1283 bool is_typedef = true; in ParseTypes() local1288 is_typedef = false; in ParseTypes()1291 if (is_typedef) in ParseTypes()
6156 * include/abg-fwd.h (is_typedef): Remove the overloads for6159 * src/abg-ir.cc (is_typedef): Do the same for the definitions.20123 * include/abg-fwd.h (is_typedef, is_pointer_type)20131 (is_typedef, is_pointer_type, is_reference_type): Define new26580 Replace is_typedef by type_kind property in type suppressions30008 * include/abg-fwd.h (is_typedef, strip_typedef)30025 (is_typedef, strip_typedef, types_are_compatible): New function