Searched refs:is_function_decl (Results 1 – 6 of 6) sorted by relevance
/external/libabigail/include/ |
D | abg-fwd.h | 368 is_function_decl(const type_or_decl_base*); 371 is_function_decl(const type_or_decl_base_sptr&); 374 is_function_decl(const type_or_decl_base&);
|
D | abg-ir.h | 2996 function_decl *f_fn = is_function_decl(f), *s_fn = is_function_decl(s); in operator()
|
/external/libabigail/src/ |
D | abg-dwarf-reader.cc | 3466 if (function_decl_sptr fn = is_function_decl(artifact)) in lookup_type_artifact_from_die() 3928 if (function_decl_sptr fn = is_function_decl(artifact)) in lookup_type_from_die() 3955 if (function_decl_sptr fn = is_function_decl(i->second)) in lookup_type_from_die_offset() 12028 is_function_decl(method), in add_or_update_member_function() 12385 if (function_decl_sptr f = is_function_decl(r)) in add_or_update_class_type() 13880 if ((fn = is_function_decl(ctxt.lookup_artifact_from_die(fn_die)))) in build_or_get_fn_decl_if_not_suppressed() 15176 if (potential_member_fn_should_be_dropped(is_function_decl(result), in build_ir_node_from_die() 15185 fn = is_function_decl(result); in build_ir_node_from_die()
|
D | abg-suppression.cc | 2426 function_decl_sptr ff = is_function_decl(d->first_function_decl()), in suppresses_diff() 2427 sf = is_function_decl(d->second_function_decl()); in suppresses_diff()
|
D | abg-ir.cc | 4242 || (is_function_decl(l) && is_function_decl(r))); in maybe_compare_as_member_decls() 4311 const function_decl *f1 = is_function_decl(&l), in equals() 4312 *f2 = is_function_decl(&r); in equals() 8336 is_function_decl(const type_or_decl_base* d) in is_function_decl() function 8345 is_function_decl(const type_or_decl_base& d) in is_function_decl() function 8346 {return is_function_decl(&d);} in is_function_decl() 8355 is_function_decl(const type_or_decl_base_sptr& d) in is_function_decl() function 23524 else if (function_decl* f = is_function_decl(d)) in hash_type_or_decl() 23940 function_decl* fn = is_function_decl(fun); in get_function_parameter()
|
/external/libabigail/ |
D | ChangeLog | 13804 (is_function_decl, is_pointer_type, is_reference_type) 13843 (is_decl, is_function_decl, is_pointer_type, is_reference_type) 18396 * include/abg-ir.h (is_function_decl): Add a const to the 18405 * include/abg-fwd.h (is_function_decl): Add a const to the 18424 * include/abg-fwd.h (is_function_decl): Declare a new overload. 18425 * src/abg-ir.cc (is_function_decl): Define a new overload. 19084 * include/abg-fwd.h (is_function_decl, is_decl, is_namespace) 19086 * src/abg-ir.cc (is_function_decl, is_decl, is_namespace) 26083 (is_function_decl): New predicate to know if a diff is about 26086 is_function_decl. [all …]
|