Home
last modified time | relevance | path

Searched refs:typedef_decl (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython3/Tools/c-analyzer/c_parser/parser/
D_global.py64 typedef_decl, typedef_func_params,
119 elif typedef_decl:
122 _, name, data = parse_var_decl(typedef_decl)
/external/libabigail/include/
Dabg-fwd.h131 class typedef_decl; variable
134 typedef shared_ptr<typedef_decl> typedef_decl_sptr;
137 typedef weak_ptr<typedef_decl> typedef_decl_wptr;
412 const typedef_decl*
415 typedef_decl*
1174 lookup_typedef_type(const typedef_decl&, const translation_unit&);
1177 lookup_typedef_type(const typedef_decl&, const corpus&);
Dabg-ir.h2742 equals(const typedef_decl&, const typedef_decl&, change_kind*);
2745 class typedef_decl : public virtual type_base, public virtual decl_base
2751 typedef_decl();
2758 typedef_decl(const string& name,
2764 typedef_decl(const string& name,
2795 virtual ~typedef_decl();
4842 virtual bool visit_begin(typedef_decl*);
4843 virtual bool visit_end(typedef_decl*);
/external/libabigail/src/
Dabg-hash.cc328 struct typedef_decl::hash
331 operator()(const typedef_decl& t) const in operator ()()
1017 if (const typedef_decl* d = dynamic_cast<const typedef_decl*>(t)) in operator ()()
1018 return typedef_decl::hash()(*d); in operator ()()
Dabg-ctf-reader.cc162 result = dynamic_pointer_cast<typedef_decl>(ctxt->lookup_type(ctf_type)); in process_ctf_typedef()
166 result.reset(new typedef_decl(typedef_name, utype, location(), in process_ctf_typedef()
767 typedef_decl_sptr typedef_decl in process_ctf_type() local
769 result = is_type(typedef_decl); in process_ctf_type()
Dabg-ir.cc6721 const typedef_decl* t = is_typedef(type); in peel_typedef_type()
6942 if (const typedef_decl* t = is_typedef(type)) in peel_qualified_or_typedef_type()
7028 if (const typedef_decl* t = is_typedef(type)) in peel_typedef_pointer_or_reference_type()
7139 (new typedef_decl(t->get_name(), t->get_underlying_type(), in clone_typedef()
9710 {return dynamic_pointer_cast<typedef_decl>(t);} in is_typedef()
9718 const typedef_decl*
9720 {return dynamic_cast<const typedef_decl*>(t);} in is_typedef()
9728 typedef_decl*
9730 {return dynamic_cast<typedef_decl*>(t);} in is_typedef()
10726 return lookup_type_in_map<typedef_decl>(type_name, in lookup_typedef_type()
[all …]
Dabg-writer.cc973 annotate(const typedef_decl_sptr& typedef_decl, in annotate() argument
977 if (!typedef_decl) in annotate()
988 << get_type_name(typedef_decl->get_underlying_type()) in annotate()
990 << get_type_name(typedef_decl) in annotate()
1806 || write_typedef_decl(dynamic_pointer_cast<typedef_decl>(type), in write_type()
1848 || write_typedef_decl(dynamic_pointer_cast<typedef_decl>(decl), in write_decl()
3745 || write_typedef_decl(dynamic_pointer_cast<typedef_decl>(t), in write_member_type()
Dabg-reader.cc1238 static shared_ptr<typedef_decl>
4463 static shared_ptr<typedef_decl>
4468 shared_ptr<typedef_decl> nil; in build_typedef_decl()
4507 typedef_decl_sptr t(new typedef_decl(name, underlying_type, loc)); in build_typedef_decl()
Dabg-comparison.cc2819 ||(d = try_to_diff<typedef_decl>(f, s, ctxt)) in compute_diff_for_types()
7417 {return dynamic_pointer_cast<typedef_decl>(first_subject());} in first_typedef_decl()
7424 {return dynamic_pointer_cast<typedef_decl>(second_subject());} in second_typedef_decl()
Dabg-dwarf-reader.cc13664 result.reset(new typedef_decl(name, utype, loc, linkage_name)); in build_typedef_type()
/external/libabigail/
DChangeLog417 pointed-to types. In the overload for typedef_decl compare the
630 (typedef_decl): Likewise.
1019 (typedef_decl::typedef_decl): Declare a constructor with no
1027 (typedef_decl::typedef_decl): Define a constructor with no
1029 (typedef_decl::get_size_in_bits): Make this work on a typedef that
1031 (typedef_decl::set_underlying_type): Update the size and alignment
2162 for typedef_decl.
4866 (typedef_decl::operator==): Likewise.
5387 (typedef_decl::get_underlying_type): Likewise.
7083 typedef_decl, var_decl, function_type, function_decl,
[all …]