Searched refs:translation_unit_sptr (Results 1 – 17 of 17) sorted by relevance
/external/libabigail/include/ |
D | abg-reader.h | 29 translation_unit_sptr 33 translation_unit_sptr 37 translation_unit_sptr
|
D | abg-corpus.h | 79 add(const translation_unit_sptr); 84 const translation_unit_sptr
|
D | abg-comparison.h | 2279 translation_unit_diff(translation_unit_sptr first, 2280 translation_unit_sptr second, 2285 const translation_unit_sptr 2288 const translation_unit_sptr 2292 compute_diff(const translation_unit_sptr first, 2293 const translation_unit_sptr second, 2307 compute_diff(const translation_unit_sptr first, 2308 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; 1412 dump(const translation_unit_sptr, std::ostream&); 1415 dump(const translation_unit_sptr);
|
D | abg-ir.h | 713 operator()(const translation_unit_sptr& lhs, in operator() 714 const translation_unit_sptr& rhs) const in operator() 720 typedef std::set<translation_unit_sptr, 742 operator==(const translation_unit_sptr&, const translation_unit_sptr&); 745 operator!=(const translation_unit_sptr&, const translation_unit_sptr&);
|
/external/libabigail/tests/ |
D | test-abidiff.cc | 149 using abigail::translation_unit_sptr; 191 translation_unit_sptr tu1, tu2; in main()
|
D | test-read-write.cc | 37 using abigail::translation_unit_sptr; 306 translation_unit_sptr tu; in perform()
|
/external/libabigail/tools/ |
D | abilint.cc | 280 abigail::translation_unit_sptr tu = in main() 319 abigail::translation_unit_sptr tu; in main()
|
D | abidiff.cc | 31 using abigail::translation_unit_sptr; 1107 translation_unit_sptr t1, t2; in main()
|
/external/libabigail/src/ |
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 | 1059 static translation_unit_sptr 1061 static translation_unit_sptr read_translation_unit_from_input(read_context&); 1253 translation_unit_sptr tu = in get_scope_for_node() 1438 static translation_unit_sptr 1443 translation_unit_sptr tu; in get_or_read_and_add_translation_unit() 1466 return translation_unit_sptr(); in get_or_read_and_add_translation_unit() 1477 static translation_unit_sptr 1480 translation_unit_sptr tu, nil; in read_translation_unit_from_input() 1960 translation_unit_sptr tu = read_translation_unit_from_input(ctxt); in read_corpus_from_input() 2113 translation_unit_sptr [all …]
|
D | abg-corpus.cc | 640 corpus::add(const translation_unit_sptr tu) in add() 674 const translation_unit_sptr 681 return translation_unit_sptr(); in find_translation_unit()
|
D | abg-dwarf-reader.cc | 143 typedef unordered_map<Dwarf_Off, translation_unit_sptr> die_tu_map_type; 2111 translation_unit_sptr cur_tu_; 5153 const translation_unit_sptr& 5160 translation_unit_sptr& 5168 cur_transl_unit(translation_unit_sptr tu) in cur_transl_unit() 6611 translation_unit_sptr tu = ctxt.cur_transl_unit(); in die_location() 11240 static translation_unit_sptr 11245 translation_unit_sptr result; in build_translation_unit_and_add_to_ir() 11541 translation_unit_sptr tu = ctxt.cur_transl_unit(); in build_enum_underlying_type() 13111 translation_unit_sptr tu = ctxt.cur_transl_unit(); in build_function_type() [all …]
|
D | abg-comparison.cc | 7567 translation_unit_diff::translation_unit_diff(translation_unit_sptr first, in translation_unit_diff() 7568 translation_unit_sptr second, in translation_unit_diff() 7578 const translation_unit_sptr 7585 const translation_unit_sptr 7626 compute_diff(const translation_unit_sptr first, in compute_diff() 7627 const translation_unit_sptr second, in compute_diff()
|
D | abg-writer.cc | 4612 dump(const translation_unit_sptr t, std::ostream& o, const bool annotate) in dump() 4624 dump(const translation_unit_sptr t, const bool annotate) in dump()
|
D | abg-ir.cc | 1254 operator==(const translation_unit_sptr& l, const translation_unit_sptr& r) in operator ==() 1273 operator!=(const translation_unit_sptr& l, const translation_unit_sptr& r) in operator !=() 10602 translation_unit_sptr tu = i->second; in lookup_type_from_translation_unit()
|
/external/libabigail/ |
D | ChangeLog | 16547 (operator==): Make the overload form translation_unit_sptr, 16552 != of translation_unit_sptr, elf_symbol_sptr, 16563 (operator==): Make the overload for translation_unit_sptr, 16568 of translation_unit_sptr, elf_symbol_sptr, type_or_decl_base_sptr, 21391 not return a translation_unit_sptr and that pass it as a 21393 translation_unit_sptr, forcing users of the API to own a proper 21399 return a translation_unit_sptr. 21403 not return a translation_unit_sptr and that pass it as a 21405 translation_unit_sptr. 21407 translation_unit_sptr. [all …]
|