Searched refs:is_properly_derived_from (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | cp-ubsan.cc | 282 || !is_properly_derived_from (TREE_TYPE (type), TREE_TYPE (intype))) in cp_ubsan_maybe_instrument_downcast()
|
| D | call.cc | 1542 && 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 …]
|
| D | name-lookup.cc | 5225 if (is_properly_derived_from (class_type, context)) in set_inherited_value_binding_p()
|
| D | ChangeLog-1999 | 5545 (is_properly_derived_from): Declare. 5553 * call.c (is_properly_derived_from): Make it global.
|
| D | cp-tree.h | 6635 extern bool is_properly_derived_from (tree, tree);
|
| D | ChangeLog-1998 | 853 (is_properly_derived_from): Likewise. 4301 (is_properly_derived_from): New function.
|
| D | ChangeLog-2015 | 516 is_properly_derived_from, return NULL_TREE if TREE_TYPE (intype) and
|
| D | ChangeLog-2002 | 483 in_charge_arg_for_name, is_properly_derived_from,
|
| D | ChangeLog-2000 | 4158 (is_properly_derived_from): Likewise.
|