Home
last modified time | relevance | path

Searched refs:is_function_decl (Results 1 - 6 of 6) sorted by relevance

/third_party/libabigail/include/
H A 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&);
H A Dabg-ir.h3127 function_decl *f_fn = is_function_decl(f), *s_fn = is_function_decl(s); in operator ()()
/third_party/libabigail/tools/
H A Dabilint.cc405 if (abigail::ir::function_decl* f = is_function_decl(artifact)) in emit_artifact_use_trace()
/third_party/libabigail/src/
H A 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),
13043 if (function_decl_sptr f = is_function_decl(r))
14564 if ((fn = is_function_decl(rdr.lookup_artifact_from_die(fn_die))))
15594 if (potential_member_fn_should_be_dropped(is_function_decl(result),
15604 fn = is_function_decl(result);
H A 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()
H A 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(fu in get_function_parameter()
[all...]

Completed in 56 milliseconds