Searched refs:reference_compatible_p (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | call.c | 1580 reference_compatible_p (tree t1, tree t2) in reference_compatible_p() function 1777 compatible_p = reference_compatible_p (to, tfrom); in reference_binding() 7786 else if (!reference_compatible_p (TREE_TYPE (totype), extype)) in convert_like_real_1()
|
| H A D | cp-tree.h | 6387 extern bool reference_compatible_p (tree, tree);
|
| H A D | typeck.c | 7472 && reference_compatible_p (TREE_TYPE (type), intype) in build_static_cast_1()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | call.cc | 1592 reference_compatible_p (tree t1, tree t2) in reference_compatible_p() function 1801 compatible_p = reference_compatible_p (to, tfrom); in reference_binding() 8254 else if (!reference_compatible_p (TREE_TYPE (totype), extype)) in convert_like_internal()
|
| H A D | ChangeLog-2020 | 5718 * call.c (reference_compatible_p): No longer static. 5719 * cp-tree.h (reference_compatible_p): Declare. 5720 * typeck.c (build_static_cast_1): Use reference_compatible_p instead
|
| H A D | cp-tree.h | 6645 extern bool reference_compatible_p (tree, tree);
|
| H A D | ChangeLog-2016 | 521 (reference_compatible_p): Allow function pointer conversions.
|
| H A D | typeck.cc | 7993 && reference_compatible_p (TREE_TYPE (type), intype) in build_static_cast_1()
|
| H A D | ChangeLog-2002 | 473 reference_compatible_p, convert_class_to_reference,
|
| H A D | ChangeLog-2019 | 2465 (reference_compatible_p): Update implementation to match CWG 2352.
|
| H A D | ChangeLog-1999 | 4229 (reference_compatible_p): Likewise.
|