Searched refs:typedef_decl (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython3/Tools/c-analyzer/c_parser/parser/ |
D | _global.py | 64 typedef_decl, typedef_func_params, 119 elif typedef_decl: 122 _, name, data = parse_var_decl(typedef_decl)
|
/external/libabigail/include/ |
D | abg-fwd.h | 131 class typedef_decl; variable 134 typedef shared_ptr<typedef_decl> typedef_decl_sptr; 137 typedef weak_ptr<typedef_decl> typedef_decl_wptr; 415 const typedef_decl* 418 typedef_decl* 1177 lookup_typedef_type(const typedef_decl&, const translation_unit&); 1180 lookup_typedef_type(const typedef_decl&, const corpus&);
|
D | abg-ir.h | 2745 equals(const typedef_decl&, const typedef_decl&, change_kind*); 2748 class typedef_decl : public virtual type_base, public virtual decl_base 2754 typedef_decl(); 2761 typedef_decl(const string& name, 2767 typedef_decl(const string& name, 2798 virtual ~typedef_decl(); 4845 virtual bool visit_begin(typedef_decl*); 4846 virtual bool visit_end(typedef_decl*);
|
/external/libabigail/src/ |
D | abg-hash.cc | 328 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 ()()
|
D | abg-ir.cc | 6682 const typedef_decl* t = is_typedef(type); in peel_typedef_type() 6903 if (const typedef_decl* t = is_typedef(type)) in peel_qualified_or_typedef_type() 6989 if (const typedef_decl* t = is_typedef(type)) in peel_typedef_pointer_or_reference_type() 7100 (new typedef_decl(t->get_name(), t->get_underlying_type(), in clone_typedef() 9680 {return dynamic_pointer_cast<typedef_decl>(t);} in is_typedef() 9688 const typedef_decl* 9690 {return dynamic_cast<const typedef_decl*>(t);} in is_typedef() 9698 typedef_decl* 9700 {return dynamic_cast<typedef_decl*>(t);} in is_typedef() 10696 return lookup_type_in_map<typedef_decl>(type_name, in lookup_typedef_type() [all …]
|
D | abg-ctf-reader.cc | 362 result = dynamic_pointer_cast<typedef_decl>(ctxt->lookup_type(ctf_dictionary, in process_ctf_typedef() 367 result.reset(new typedef_decl(typedef_name, utype, location(), in process_ctf_typedef() 1101 typedef_decl_sptr typedef_decl in process_ctf_type() local 1103 result = is_type(typedef_decl); in process_ctf_type()
|
D | abg-writer.cc | 964 annotate(const typedef_decl_sptr& typedef_decl, in annotate() argument 968 if (!typedef_decl) in annotate() 979 << get_type_name(typedef_decl->get_underlying_type()) in annotate() 981 << get_type_name(typedef_decl) in annotate() 1797 || write_typedef_decl(dynamic_pointer_cast<typedef_decl>(type), in write_type() 1839 || write_typedef_decl(dynamic_pointer_cast<typedef_decl>(decl), in write_decl() 3739 || write_typedef_decl(dynamic_pointer_cast<typedef_decl>(t), in write_member_type()
|
D | abg-reader.cc | 1334 static shared_ptr<typedef_decl> 4633 static shared_ptr<typedef_decl> 4638 shared_ptr<typedef_decl> nil; in build_typedef_decl() 4677 typedef_decl_sptr t(new typedef_decl(name, underlying_type, loc)); in build_typedef_decl()
|
D | abg-comparison.cc | 2802 ||(d = try_to_diff<typedef_decl>(f, s, ctxt)) in compute_diff_for_types() 7256 {return dynamic_pointer_cast<typedef_decl>(first_subject());} in first_typedef_decl() 7263 {return dynamic_pointer_cast<typedef_decl>(second_subject());} in second_typedef_decl()
|
D | abg-dwarf-reader.cc | 13727 result.reset(new typedef_decl(name, utype, loc, linkage_name)); in build_typedef_type()
|
/external/libabigail/ |
D | ChangeLog | 417 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 …]
|