Searched refs:structural_comptypes (Results 1 – 14 of 14) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog-2008 | 2502 * typeck.c (structural_comptypes): Move TYPE_FOR_JAVA check 2523 * typeck.c (structural_comptypes): Call cp_comptypes. 2859 * typeck.c (structural_comptypes): Call cp_comptypes. 2923 * typeck.c (structural_comptypes): Handle comparisons of 3006 * typeck.c (structural_comptypes): Move TYPE_FOR_JAVA check
|
| H A D | typeck.cc | 1267 structural_comptypes (tree t1, tree t2, int strict) in structural_comptypes() function 1547 return structural_comptypes (t1, t2, strict); in comptypes() 1551 bool result = structural_comptypes (t1, t2, strict); in comptypes() 1573 return structural_comptypes (t1, t2, strict); in comptypes() 1576 return structural_comptypes (t1, t2, COMPARE_STRICT); in comptypes() 1578 return structural_comptypes (t1, t2, strict); in comptypes()
|
| H A D | ChangeLog-2020 | 566 * typeck.c (structural_comptypes): Move early outs to comptype. 651 * typeck.c (structural_comptypes): Revert comparing_typename 765 * typeck.c (structural_comptypes): Adjust TYPENAME resolution 978 * typeck.c (structural_comptypes): Handle comparison 3026 * typeck.c (structural_comptypes): [DECLTYPE_TYPE] break 3239 * typeck.c (structural_comptypes): Add comment. 4021 * typeck.c (structural_comptypes): Don't perform
|
| H A D | ChangeLog-2011 | 490 * typeck.c (structural_comptypes): Compare it. 1504 * typeck.c (structural_comptypes): Ignore cv-quals on typename scope. 1915 * typeck.c (structural_comptypes): Likewise. 3892 * typeck.c (structural_comptypes): Handle UNDERLYING_TYPE. 4338 * typeck.c (structural_comptypes): Likewise.
|
| H A D | ChangeLog-2009 | 56 structural_comptypes. 60 (structural_comptypes): Use comp_template_parms_position in 168 (structural_comptypes): Use it. 1200 * typeck.c (structural_comptypes): Compare decltypes from lambda
|
| H A D | ChangeLog-2007 | 1599 * typeck.c (structural_comptypes): Compare DECLTYPE_TYPE nodes. 1677 * typeck.c (structural_comptypes): No need to check 3291 * typeck.c (structural_comptypes): Renamed from "comptypes".
|
| H A D | ChangeLog-2010 | 660 (structural_comptypes): Do not call incompatible_dependent_types_p 3368 * typeck.c (structural_comptypes): Test dependent typedefs 3930 (structural_comptypes): Use incompatible_dependent_types_p.
|
| H A D | ChangeLog-2016 | 557 (structural_comptypes): Call it. 1055 * typeck.c (structural_comptypes): Don't compare TYPE_FOR_JAVA. 1168 * typeck.c (structural_comptypes): Likewise.
|
| H A D | ChangeLog-2019 | 45 * typeck.c (structural_comptypes): Make sure that two vector types 1733 (structural_comptypes): Adjust the call to comp_array_types. 4078 * typeck.c (structural_comptypes, convert_arguments, 4217 * typeck.c (structural_comptypes): When comparing_specializations,
|
| H A D | ChangeLog-2015 | 1128 * typeck.c (structural_comptypes) [TEMPLATE_TYPE_PARM]: Compare 3449 * typeck.c (structural_comptypes): Don't check TYPE_REF_CAN_ALIAS_ALL.
|
| H A D | ChangeLog-2018 | 2535 * typeck.c (structural_comptypes) [TEMPLATE_TYPE_PARM]: Check 5422 * typeck.c (structural_comptypes): Likewise.
|
| H A D | ChangeLog-2013 | 3200 (structural_comptypes): Compare ref-qualifier.
|
| H A D | ChangeLog-2021 | 5075 * typeck.c (structural_comptypes): Adjust.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | typeck.c | 1239 structural_comptypes (tree t1, tree t2, int strict) in structural_comptypes() function 1550 return structural_comptypes (t1, t2, strict); in comptypes() 1554 bool result = structural_comptypes (t1, t2, strict); in comptypes() 1576 return structural_comptypes (t1, t2, strict); in comptypes() 1579 return structural_comptypes (t1, t2, COMPARE_STRICT); in comptypes() 1581 return structural_comptypes (t1, t2, strict); in comptypes()
|