Home
last modified time | relevance | path

Searched refs:is_decl (Results 1 – 16 of 16) sorted by relevance

/external/libabigail/src/
Dabg-comp-filter.cc569 decl_base_sptr f = is_decl(dif->first_subject()), in has_harmful_name_change()
570 s = is_decl(dif->second_subject()); in has_harmful_name_change()
1054 look_through_decl_only(is_decl(d->first_subject())); in has_decl_only_def_change()
1056 look_through_decl_only(is_decl(d->second_subject())); in has_decl_only_def_change()
1719 decl_base_sptr f = is_decl(d->first_subject()), in categorize_harmless_diff_node()
1720 s = is_decl(d->second_subject()); in categorize_harmless_diff_node()
1806 decl_base_sptr f = is_decl(d->first_subject()), in categorize_harmful_diff_node()
1807 s = is_decl(d->second_subject()); in categorize_harmful_diff_node()
Dabg-reporter-priv.cc457 && is_decl(o_type) && is_decl(n_type) in represent()
458 && is_decl(o_type)->get_is_anonymous() in represent()
459 && is_decl(n_type)->get_is_anonymous()) in represent()
852 decl_base_sptr decl = is_decl(tod); in report_loc_info()
Dabg-dwarf-reader.cc3236 is_decl(lookup_artifact_from_die_offset(die_offset, source, in lookup_decl_from_die_offset()
12471 decl_base_sptr ty = is_decl(build_ir_node_from_die(ctxt, &type_die, in add_or_update_class_type()
12746 is_decl(build_ir_node_from_die(ctxt, &type_die, in add_or_update_union_type()
12779 is_decl(build_ir_node_from_die(ctxt, &child, in add_or_update_union_type()
12797 is_decl(build_ir_node_from_die(ctxt, &child, result.get(), in add_or_update_union_type()
12863 utype_decl = is_decl(build_ir_node_from_die(ctxt, &underlying_type_die, in build_qualified_type()
12990 scope = is_decl(u)->get_scope(); in maybe_strip_qualification()
13016 result = is_decl(u); in maybe_strip_qualification()
13024 add_decl_to_scope(qual_type, is_decl(element_type)->get_scope()); in maybe_strip_qualification()
13027 result = is_decl(u); in maybe_strip_qualification()
[all …]
Dabg-ir.cc3345 && !is_decl(f)->get_location() && !is_decl(s)->get_location()) in operator ()()
3381 decl_base *fd = is_decl(f); in operator ()()
3382 decl_base *sd = is_decl(s); in operator ()()
3392 fd = is_decl(peeled_f); in operator ()()
3393 sd = is_decl(peeled_s); in operator ()()
5427 decl_base *d = is_decl(t); in is_user_defined_type()
6632 result = is_decl(u); in strip_useless_const_qualification()
7144 scope_decl* scope = is_decl(type) ? is_decl(type)->get_scope() : 0; in clone_typedef_array_qualified_type()
7157 add_decl_to_scope(is_decl(result), scope); in clone_typedef_array_qualified_type()
7176 scope_decl* scope = is_decl(t)->get_scope(); in clone_array_tree()
[all …]
Dabg-comparison-priv.h598 var_decl_sptr first_dm = is_data_member(is_decl(f.first)); in operator()
599 var_decl_sptr second_dm = is_data_member(is_decl(s.first)); in operator()
Dabg-suppression.cc3748 var_decl_sptr fv = is_var_decl(is_decl(d->first_subject())), in suppresses_diff()
3749 sv = is_var_decl(is_decl(d->second_subject())); in suppresses_diff()
Dabg-ctf-reader.cc376 decl_base_sptr decl = is_decl(utype); in process_ctf_typedef()
Dabg-comparison.cc577 if (decl_base_sptr decl = is_decl(first)) in is_diff_of_global_decls()
579 if ((decl = is_decl(second))) in is_diff_of_global_decls()
9120 decl_base_sptr old_type = is_decl(j->second); in ensure_lookup_tables_populated()
9121 decl_base_sptr new_type = is_decl(t); in ensure_lookup_tables_populated()
Dabg-reader.cc4877 decl_base_sptr d = is_decl(ctxt.get_type_decl(def_id)); in build_class_decl()
4895 decl->set_earlier_declaration(is_decl(previous_declaration)); in build_class_decl()
/external/python/cpython3/Tools/c-analyzer/c_parser/
Dmatch.py32 def is_decl(item): function
33 return _KIND.is_decl(item.kind)
Dinfo.py70 def is_decl(cls, kind): member in KIND
/external/python/cpython3/Tools/c-analyzer/c_analyzer/
Dmatch.py141 if not _KIND.is_decl(decl.kind):
/external/libabigail/include/
Dabg-fwd.h380 is_decl(const type_or_decl_base*);
383 is_decl(const type_or_decl_base_sptr&);
Dabg-ir.h1467 is_decl(const type_or_decl_base* d);
/external/libabigail/tools/
Dabilint.cc398 if (is_decl(artifact)) in emit_artifact_use_trace()
/external/libabigail/
DChangeLog8619 (is_decl): Make this work for cases where the artifact at hand is
9004 (is_decl, is_type, is_class_type, is_pointer_type): Adjust to use
9011 is_type() and dynamic_cast<const decl_base*> by is_decl().
17395 (is_decl, is_function_decl, is_pointer_type, is_reference_type)
22636 * include/abg-fwd.h (is_function_decl, is_decl, is_namespace)
22638 * src/abg-ir.cc (is_function_decl, is_decl, is_namespace)
26319 (is_decl, is_type, is_function_type, get_name, get_type_name)
26353 (get_pretty_representation, is_decl, is_type, is_function_type)