Searched refs:translation_unit_sptr (Results 1 – 18 of 18) sorted by relevance
/third_party/libabigail/include/ |
D | abg-reader.h | 30 translation_unit_sptr 34 translation_unit_sptr 38 translation_unit_sptr 42 translation_unit_sptr
|
D | abg-corpus.h | 72 add(const translation_unit_sptr&); 77 const translation_unit_sptr
|
D | abg-comparison.h | 2257 translation_unit_diff(translation_unit_sptr first, 2258 translation_unit_sptr second, 2263 const translation_unit_sptr 2266 const translation_unit_sptr 2270 compute_diff(const translation_unit_sptr first, 2271 const translation_unit_sptr second, 2285 compute_diff(const translation_unit_sptr first, 2286 const translation_unit_sptr second,
|
D | abg-fwd.h | 107 typedef shared_ptr<translation_unit> translation_unit_sptr; typedef 110 typedef unordered_map<string, translation_unit_sptr> string_tu_map_type; 1498 dump(const translation_unit_sptr, std::ostream&); 1501 dump(const translation_unit_sptr);
|
D | abg-ir.h | 804 operator()(const translation_unit_sptr& lhs, in operator() 805 const translation_unit_sptr& rhs) const in operator() 811 typedef std::set<translation_unit_sptr, 833 operator==(const translation_unit_sptr&, const translation_unit_sptr&); 836 operator!=(const translation_unit_sptr&, const translation_unit_sptr&);
|
/third_party/libabigail/src/ |
D | abg-ctf-reader.cc | 64 translation_unit_sptr tunit); 144 translation_unit_sptr cur_tu_; 287 cur_transl_unit(translation_unit_sptr tu) in cur_transl_unit() 296 const translation_unit_sptr& 412 translation_unit_sptr ir_translation_unit = in process_ctf_archive() 523 translation_unit_sptr tunit = cur_transl_unit(); in process_ctf_type() 723 translation_unit_sptr tunit = rdr->cur_transl_unit(); in process_ctf_typedef() 783 translation_unit_sptr tunit = rdr->cur_transl_unit(); in process_ctf_base_type() 848 translation_unit_sptr tunit) in build_ir_node_for_variadic_parameter_type() 874 translation_unit_sptr tunit = rdr->cur_transl_unit(); in process_ctf_function_type() [all …]
|
D | abg-comparison-priv.h | 994 translation_unit_sptr first_; 995 translation_unit_sptr second_; 997 priv(translation_unit_sptr f, translation_unit_sptr s) in priv()
|
D | abg-reader.cc | 98 static translation_unit_sptr 1272 static translation_unit_sptr get_or_read_and_add_translation_unit(reader&, xmlNodePtr); 1273 static translation_unit_sptr read_translation_unit_from_input(fe_iface&); 1483 translation_unit_sptr tu = in get_scope_for_node() 1669 static translation_unit_sptr 1674 translation_unit_sptr tu; in get_or_read_and_add_translation_unit() 1697 return translation_unit_sptr(); in get_or_read_and_add_translation_unit() 1708 static translation_unit_sptr 1711 translation_unit_sptr tu, nil; in read_translation_unit_from_input() 2175 translation_unit_sptr [all …]
|
D | abg-corpus.cc | 622 corpus::add(const translation_unit_sptr& tu) in add() 651 const translation_unit_sptr 658 return translation_unit_sptr(); in find_translation_unit()
|
D | abg-dwarf-reader.cc | 123 typedef unordered_map<Dwarf_Off, translation_unit_sptr> die_tu_map_type; 232 static translation_unit_sptr 1838 translation_unit_sptr cur_tu_; 2183 translation_unit_sptr ir_node = in read_debug_info_into_corpus() 4715 const translation_unit_sptr& 4722 translation_unit_sptr& 4730 cur_transl_unit(translation_unit_sptr tu) in cur_transl_unit() 6199 translation_unit_sptr tu = rdr.cur_transl_unit(); in die_location() 11896 static translation_unit_sptr 11901 translation_unit_sptr result; in build_translation_unit_and_add_to_ir() [all …]
|
D | abg-comparison.cc | 7441 translation_unit_diff::translation_unit_diff(translation_unit_sptr first, in translation_unit_diff() 7442 translation_unit_sptr second, in translation_unit_diff() 7452 const translation_unit_sptr 7459 const translation_unit_sptr 7500 compute_diff(const translation_unit_sptr first, in compute_diff() 7501 const translation_unit_sptr second, in compute_diff()
|
D | abg-writer.cc | 4754 dump(const translation_unit_sptr t, std::ostream& o, const bool annotate) in dump() 4766 dump(const translation_unit_sptr t, const bool annotate) in dump()
|
D | abg-ir.cc | 1653 operator==(const translation_unit_sptr& l, const translation_unit_sptr& r) in operator ==() 1672 operator!=(const translation_unit_sptr& l, const translation_unit_sptr& r) in operator !=() 12125 translation_unit_sptr tu = i->second; in lookup_type_from_translation_unit()
|
/third_party/libabigail/tests/ |
D | test-abidiff.cc | 173 using abigail::translation_unit_sptr; 214 translation_unit_sptr tu1, tu2; in main()
|
D | test-read-write.cc | 37 using abigail::translation_unit_sptr; 303 translation_unit_sptr tu; in perform()
|
/third_party/libabigail/tools/ |
D | abilint.cc | 712 abigail::translation_unit_sptr tu = in main() 751 abigail::translation_unit_sptr tu; in main()
|
D | abidiff.cc | 37 using abigail::translation_unit_sptr; 1195 translation_unit_sptr t1, t2; in main()
|
/third_party/libabigail/ |
D | ChangeLog | 411 (corpus::add): Take a reference to translation_unit_sptr. 869 typedef_decl_sptr, translation_unit_sptr, corpus_sptr. 3826 `translation_unit_sptr' parameter. Add condition to validate 24961 (operator==): Make the overload form translation_unit_sptr, 24966 != of translation_unit_sptr, elf_symbol_sptr, 24977 (operator==): Make the overload for translation_unit_sptr, 24982 of translation_unit_sptr, elf_symbol_sptr, type_or_decl_base_sptr, 29805 not return a translation_unit_sptr and that pass it as a 29807 translation_unit_sptr, forcing users of the API to own a proper 29813 return a translation_unit_sptr. [all …]
|