Searched refs:is_function_decl (Results 1 – 7 of 7) sorted by relevance
/external/libabigail/include/ |
D | abg-fwd.h | 371 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&);
|
D | abg-ir.h | 3101 function_decl *f_fn = is_function_decl(f), *s_fn = is_function_decl(s); in operator()
|
/external/libabigail/tools/ |
D | abilint.cc | 405 if (abigail::ir::function_decl* f = is_function_decl(artifact)) in emit_artifact_use_trace()
|
/external/libabigail/src/ |
D | abg-dwarf-reader.cc | 3454 if (function_decl_sptr fn = is_function_decl(artifact)) in lookup_type_artifact_from_die() 3916 if (function_decl_sptr fn = is_function_decl(artifact)) in lookup_type_from_die() 3943 if (function_decl_sptr fn = is_function_decl(i->second)) in lookup_type_from_die_offset() 12170 is_function_decl(method), in add_or_update_member_function() 12517 if (function_decl_sptr f = is_function_decl(r)) in add_or_update_class_type() 14035 if ((fn = is_function_decl(ctxt.lookup_artifact_from_die(fn_die)))) in build_or_get_fn_decl_if_not_suppressed() 15364 if (potential_member_fn_should_be_dropped(is_function_decl(result), in build_ir_node_from_die() 15374 fn = is_function_decl(result); in build_ir_node_from_die()
|
D | abg-suppression.cc | 2469 function_decl_sptr ff = is_function_decl(d->first_function_decl()), in suppresses_diff() 2470 sf = is_function_decl(d->second_function_decl()); in suppresses_diff()
|
D | abg-ir.cc | 4982 || (is_function_decl(l) && is_function_decl(r))); in maybe_compare_as_member_decls() 5081 const function_decl *f1 = is_function_decl(&l), in equals() 5082 *f2 = is_function_decl(&r); in equals() 9465 is_function_decl(const type_or_decl_base* d) in is_function_decl() function 9474 is_function_decl(const type_or_decl_base& d) in is_function_decl() function 9475 {return is_function_decl(&d);} in is_function_decl() 9484 is_function_decl(const type_or_decl_base_sptr& d) in is_function_decl() function 25137 else if (function_decl* f = is_function_decl(d)) in hash_type_or_decl() 25656 function_decl* fn = is_function_decl(fun); in get_function_parameter()
|
/external/libabigail/ |
D | ChangeLog | 17356 (is_function_decl, is_pointer_type, is_reference_type) 17395 (is_decl, is_function_decl, is_pointer_type, is_reference_type) 21948 * include/abg-ir.h (is_function_decl): Add a const to the 21957 * include/abg-fwd.h (is_function_decl): Add a const to the 21976 * include/abg-fwd.h (is_function_decl): Declare a new overload. 21977 * src/abg-ir.cc (is_function_decl): Define a new overload. 22636 * include/abg-fwd.h (is_function_decl, is_decl, is_namespace) 22638 * src/abg-ir.cc (is_function_decl, is_decl, is_namespace) 29635 (is_function_decl): New predicate to know if a diff is about 29638 is_function_decl. [all …]
|