/external/tensorflow/tensorflow/cc/framework/ |
D | cc_op_gen.cc | 810 string class_decl = comment; in WriteClassDecl() local 811 strings::StrAppend(&class_decl, "class ", op_name, " {\n"); in WriteClassDecl() 812 strings::StrAppend(&class_decl, " public:\n"); in WriteClassDecl() 814 strings::StrAppend(&class_decl, GetOpAttrStruct()); in WriteClassDecl() 816 strings::StrAppend(&class_decl, " ", in WriteClassDecl() 819 strings::StrAppend(&class_decl, " ", in WriteClassDecl() 824 strings::StrAppend(&class_decl, in WriteClassDecl() 831 strings::StrAppend(&class_decl, in WriteClassDecl() 839 strings::StrAppend(&class_decl, in WriteClassDecl() 842 strings::StrAppend(&class_decl, in WriteClassDecl() [all …]
|
/external/libabigail/include/ |
D | abg-ir.h | 247 friend class class_decl; variable 1454 friend class_decl* 1747 friend class class_decl; variable 3693 shared_ptr<class_decl> 4047 equals(const class_decl&, const class_decl&, change_kind*); 4050 friend class class_decl; variable 4078 class class_decl : public class_or_union 4081 class_decl(); 4120 class_decl(const environment* env, const string& name, 4127 class_decl(const environment* env, const string& name, [all …]
|
D | abg-fwd.h | 157 class class_decl; variable 160 typedef shared_ptr<class_decl> class_decl_sptr; 166 typedef weak_ptr<class_decl> class_decl_wptr; 433 class_decl* 1098 lookup_class_type(const class_decl&, const translation_unit&); 1107 lookup_class_type(const class_decl&, const corpus&);
|
D | abg-comparison.h | 143 typedef unordered_map<string, class_decl::base_spec_sptr> string_base_sptr_map; 1797 base_diff(class_decl::base_spec_sptr first, 1798 class_decl::base_spec_sptr second, 1806 class_decl::base_spec_sptr 1809 class_decl::base_spec_sptr 1834 compute_diff(const class_decl::base_spec_sptr first, 1835 const class_decl::base_spec_sptr second, 1840 compute_diff(const class_decl::base_spec_sptr first, 1841 const class_decl::base_spec_sptr second,
|
/external/libabigail/src/ |
D | abg-hash.cc | 552 class_decl::base_spec::hash::operator()(const base_spec& t) const in operator ()() 642 for (class_decl::data_members::const_iterator d = in operator ()() 686 class_decl::hash::operator()(const class_decl& t) const in operator ()() 710 class_decl::base_spec::hash hash_base; in operator ()() 718 for (class_decl::base_specs::const_iterator b = in operator ()() 740 class_decl::hash::operator()(const class_decl* t) const in operator ()() 947 class_decl::hash hash_class_decl; in operator ()() 1019 if (const class_decl* d = dynamic_cast<const class_decl*>(t)) in operator ()() 1020 return class_decl::hash()(*d); in operator ()()
|
D | abg-comparison-priv.h | 612 class_decl::base_specs sorted_deleted_bases_; 614 class_decl::base_specs sorted_inserted_bases_; 618 class_decl::base_spec_sptr 619 base_has_changed(class_decl::base_spec_sptr) const; 632 operator()(const class_decl::base_spec&l, in operator() 633 const class_decl::base_spec&r) in operator() 640 operator()(const class_decl::base_spec_sptr&l, in operator() 641 const class_decl::base_spec_sptr&r) in operator() 651 class_decl::base_spec_sptr f = l.first_base(), s = r.first_base(); in operator() 1431 class_decl::base_specs& sorted);
|
D | abg-ir.cc | 8852 if (class_decl* clazz = is_class_type(&cou)) in get_class_or_union_flat_representation() 8997 class_decl *clazz = is_class_type(c); in get_debug_representation() 9830 class_decl* 9837 return reinterpret_cast<class_decl*> in is_class_type() 9850 {return dynamic_pointer_cast<class_decl>(d);} in is_class_type() 10595 return lookup_type_in_map<class_decl>(type_name, in lookup_class_type() 11184 dynamic_pointer_cast<class_decl>(node)) in lookup_node_in_scope() 11420 {return is_class_type(lookup_node_in_translation_unit<class_decl>(fqn, tu));} in lookup_class_type_through_scopes() 11839 lookup_class_type(const class_decl& t, const corpus& corp) in lookup_class_type() 11879 class_decl_sptr result = lookup_type_in_map<class_decl>(qualified_name, m); in lookup_class_type() [all …]
|
D | abg-writer.cc | 777 static void write_layout_offset(class_decl::base_spec_sptr, ostream&); 1444 write_layout_offset(shared_ptr<class_decl::base_spec> base, ostream& o) in write_layout_offset() 1918 else if (class_decl* c = is_class_type(*i)) in write_decl_in_scope() 3386 for (class_decl::base_specs::const_iterator base = in write_class_decl() 3413 for (class_decl::member_types::const_iterator ti = in write_class_decl() 3420 for (class_decl::data_members::const_iterator data = in write_class_decl() 3445 for (class_decl::member_functions::const_iterator f = in write_class_decl() 3476 for (class_decl::member_functions::const_iterator f = in write_class_decl() 3578 for (class_decl::member_types::const_iterator ti = in write_union_decl() 3749 || write_class_decl(dynamic_pointer_cast<class_decl>(t), in write_member_type()
|
D | abg-comparison.cc | 421 class_decl::base_specs& sorted) in sort_string_base_sptr_map() 2738 try_to_diff<class_decl>(const type_or_decl_base_sptr first, in try_to_diff() 2743 dynamic_pointer_cast<class_decl>(first)) in try_to_diff() 2745 class_decl_sptr s = dynamic_pointer_cast<class_decl>(second); in try_to_diff() 2814 ||(d = try_to_diff<class_decl>(f, s,ctxt)) in compute_diff_for_types() 5281 class_decl::base_spec_sptr b = in ensure_lookup_tables_populated() 5299 class_decl::base_spec_sptr b = in ensure_lookup_tables_populated() 5464 class_decl::base_spec_sptr 5465 class_diff::priv::base_has_changed(class_decl::base_spec_sptr d) const in base_has_changed() 5472 ? class_decl::base_spec_sptr() in base_has_changed() [all …]
|
D | abg-reader.cc | 4584 class_decl_sptr result = dynamic_pointer_cast<class_decl>(d); in build_class_decl() 4609 class_decl::member_types mbrs; in build_class_decl() 4610 class_decl::data_members data_mbrs; in build_class_decl() 4611 class_decl::member_functions mbr_functions; in build_class_decl() 4612 class_decl::base_specs bases; in build_class_decl() 4683 decl.reset(new class_decl(env, name, is_struct)); in build_class_decl() 4691 decl.reset(new class_decl(env, name, size_in_bits, alignment_in_bits, in build_class_decl() 4774 shared_ptr<class_decl> b = in build_class_decl() 4775 dynamic_pointer_cast<class_decl> in build_class_decl() 4791 shared_ptr<class_decl::base_spec> base (new class_decl::base_spec in build_class_decl() [all …]
|
D | abg-default-reporter.cc | 704 class_decl::base_spec_sptr f = d.first_base(), s = d.second_base(); in report() 1290 for (class_decl::base_specs::const_iterator i in report() 1298 class_decl::base_spec_sptr base = *i; in report() 1324 class_decl::base_spec_sptr o = diff->first_base(); in report() 1340 for (class_decl::base_specs::const_iterator i = in report()
|
D | abg-dwarf-reader.cc | 11105 class_decl_sptr cl = dynamic_pointer_cast<class_decl>(d); in get_scope_for_die() 12260 result.reset(new class_decl(ctxt.env(), name, size, in add_or_update_class_type() 12268 result = dynamic_pointer_cast<class_decl>(res); in add_or_update_class_type() 12359 class_decl::base_spec_sptr base(new class_decl::base_spec in add_or_update_class_type() 13722 if (class_decl* class_type = is_class_type(scope)) in build_or_get_var_decl_if_not_suppressed() 13982 if (class_decl* klass = is_class_type(scope)) in build_or_get_fn_decl_if_not_suppressed() 14195 class_decl_sptr klass(new class_decl(ctxt.env(), type_name, in get_opaque_version_of_type() 14751 if (class_decl* cl = is_class_type(scope)) in maybe_set_member_type_access_specifier() 15037 klass = dynamic_pointer_cast<class_decl>(cl); in build_ir_node_from_die() 15312 class_decl_sptr klass(static_cast<class_decl*>(logical_scope), in build_ir_node_from_die()
|
D | abg-ctf-reader.cc | 410 result.reset(new class_decl(ctxt->ir_env, in process_ctf_struct_type()
|
D | abg-suppression.cc | 1354 for (class_decl::data_members::const_iterator it = in eval_boundary()
|
/external/libabigail/tests/ |
D | test-ir-walker.cc | 98 visit_begin(abigail::class_decl* klass) in visit_begin() 109 visit_end(abigail::class_decl*) in visit_end()
|
/external/libabigail/ |
D | ChangeLog | 385 (equals(const class_decl& l, const class_decl&, change_kind*)): 644 (class_decl::base_spec): Likewise. 671 (class_decl::base_spec): Likewise. 4869 (class_decl::operator==): Likewise. 4899 (class_decl::operator==): Likewise. 5203 (maybe_update_types_lookup_map<class_decl>): Adjust return type of 5215 * src/abg-comparison.cc (try_to_diff<class_decl>): Adjust the 5242 * include/abg-ir.h (class_decl::class_decl): Add two overloads 5245 * src/abg-ir.cc (class_decl::class_decl): Define two overloads 5394 (class_decl::base_spec::get_base_class): Likewise. [all …]
|
D | NEWS | 973 Cleanup class_decl inifite comparison detection 974 Cleanup functions to detect infinite comparison of class_decl 1036 Remove circular ref from class_decl::priv::definition_of_declaration 1177 Speed up class_decl::find_base_class
|