Home
last modified time | relevance | path

Searched refs:is_function_decl (Results 1 – 7 of 7) sorted by relevance

/third_party/libabigail/include/
Dabg-fwd.h371 is_function_decl(const type_or_decl_base*);
374 is_function_decl(const type_or_decl_base_sptr&);
377 is_function_decl(const type_or_decl_base&);
Dabg-ir.h3127 function_decl *f_fn = is_function_decl(f), *s_fn = is_function_decl(s); in operator()
/third_party/libabigail/tools/
Dabilint.cc405 if (abigail::ir::function_decl* f = is_function_decl(artifact)) in emit_artifact_use_trace()
/third_party/libabigail/src/
Dabg-dwarf-reader.cc3206 if (function_decl_sptr fn = is_function_decl(artifact)) in lookup_type_artifact_from_die()
3698 if (function_decl_sptr fn = is_function_decl(artifact)) in lookup_type_from_die()
3725 if (function_decl_sptr fn = is_function_decl(i->second)) in lookup_type_from_die_offset()
12674 is_function_decl(method), in add_or_update_member_function()
13043 if (function_decl_sptr f = is_function_decl(r)) in add_or_update_class_type()
14564 if ((fn = is_function_decl(rdr.lookup_artifact_from_die(fn_die)))) in build_or_get_fn_decl_if_not_suppressed()
15594 if (potential_member_fn_should_be_dropped(is_function_decl(result), in build_ir_node_from_die()
15604 fn = is_function_decl(result); in build_ir_node_from_die()
Dabg-suppression.cc2470 function_decl_sptr ff = is_function_decl(d->first_function_decl()), in suppresses_diff()
2471 sf = is_function_decl(d->second_function_decl()); in suppresses_diff()
Dabg-ir.cc5031 || (is_function_decl(l) && is_function_decl(r))); in maybe_compare_as_member_decls()
5130 const function_decl *f1 = is_function_decl(&l), in equals()
5131 *f2 = is_function_decl(&r); in equals()
9810 is_function_decl(const type_or_decl_base* d) in is_function_decl() function
9819 is_function_decl(const type_or_decl_base& d) in is_function_decl() function
9820 {return is_function_decl(&d);} in is_function_decl()
9829 is_function_decl(const type_or_decl_base_sptr& d) in is_function_decl() function
25753 else if (function_decl* f = is_function_decl(d)) in hash_type_or_decl()
26236 function_decl* fn = is_function_decl(fun); in get_function_parameter()
/third_party/libabigail/
DChangeLog22218 (is_function_decl, is_pointer_type, is_reference_type)
22257 (is_decl, is_function_decl, is_pointer_type, is_reference_type)
26810 * include/abg-ir.h (is_function_decl): Add a const to the
26819 * include/abg-fwd.h (is_function_decl): Add a const to the
26838 * include/abg-fwd.h (is_function_decl): Declare a new overload.
26839 * src/abg-ir.cc (is_function_decl): Define a new overload.
27498 * include/abg-fwd.h (is_function_decl, is_decl, is_namespace)
27500 * src/abg-ir.cc (is_function_decl, is_decl, is_namespace)
34497 (is_function_decl): New predicate to know if a diff is about
34500 is_function_decl.
[all …]