Home
last modified time | relevance | path

Searched refs:is_properly_derived_from (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcp-ubsan.cc282 || !is_properly_derived_from (TREE_TYPE (type), TREE_TYPE (intype))) in cp_ubsan_maybe_instrument_downcast()
Dcall.cc1542 && is_properly_derived_from (from, to)) in standard_conversion()
1663 if (is_properly_derived_from (conv->type, t)) in direct_reference_binding()
11326 is_properly_derived_from (tree derived, tree base) in is_properly_derived_from() function
11709 if (is_properly_derived_from (deref_from_type1, in compare_ics()
11712 else if (is_properly_derived_from (deref_from_type2, in compare_ics()
11723 if (is_properly_derived_from (deref_from_type1, in compare_ics()
11728 else if (is_properly_derived_from (deref_from_type1, in compare_ics()
11748 if (is_properly_derived_from (deref_to_type1, in compare_ics()
11751 else if (is_properly_derived_from (deref_to_type2, in compare_ics()
11757 if (is_properly_derived_from (deref_from_type2, in compare_ics()
[all …]
Dname-lookup.cc5225 if (is_properly_derived_from (class_type, context)) in set_inherited_value_binding_p()
DChangeLog-19995545 (is_properly_derived_from): Declare.
5553 * call.c (is_properly_derived_from): Make it global.
Dcp-tree.h6635 extern bool is_properly_derived_from (tree, tree);
DChangeLog-1998853 (is_properly_derived_from): Likewise.
4301 (is_properly_derived_from): New function.
DChangeLog-2015516 is_properly_derived_from, return NULL_TREE if TREE_TYPE (intype) and
DChangeLog-2002483 in_charge_arg_for_name, is_properly_derived_from,
DChangeLog-20004158 (is_properly_derived_from): Likewise.