Searched refs:comp_target_types (Results 1 – 17 of 17) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-1995 | 375 * typeck.c (comp_target_types): Check multi-level pointer 973 * typeck.c (comp_target_types): Don't check const and volatile for 979 * typeck.c (comp_target_types): Fix. 1027 others. Actually do array->pointer decay. Call comp_target_types 1030 * typeck.c (comp_target_types): Avoid assigning D const * to B *. 2341 * typeck.c (comp_target_types): Check for conversion to void * 2360 * typeck.c (comp_target_types): Only support pointer conversions if 2406 (comp_target_types): Allow T * -> void *. 3264 (convert_to_reference): Use comp_target_types instead of comptypes 3550 * typeck.c (comp_target_types): Grok simple contravariant conversions. [all …]
|
H A D | ChangeLog-1998 | 889 (comp_target_types): Use new macros. 2351 * typeck.c (comp_target_types): Likewise. 2407 (comp_target_types): From here. Don't allow cv-qual changes under 5019 * typeck.c (comp_target_types): Fix PMFs. 5079 * typeck.c (comp_target_types): Tweak pedantic case. 5087 * typeck.c (comp_target_types): Handle references like pointers. 5088 (comp_target_parms): Note that return code from comp_target_types 5430 * cvt.c (perform_qualification_conversions): Use comp_target_types 6485 (comp_target_types): Likewise.
|
H A D | ChangeLog-1994 | 1217 * typeck.c (comp_target_types): Don't handle TEMPLATE_TYPE_PARMs. 2204 (comp_target_types): Call it. 2358 * typeck.c (comp_target_types): Be more helpful in contravariance 3300 (comp_target_types): Likewise. 3911 * typeck.c (comp_target_types): Call comp_target_parms with
|
H A D | ChangeLog-1997 | 163 * typeck.c (comp_target_types): Comparison of function/method types 634 * typeck.c (comp_target_types): Handle UNKNOWN_TYPE.
|
H A D | ChangeLog-2003 | 2722 (comp_target_types): Remove. 2764 (comp_target_types): Likewise. 2768 (build_binary_op): Do not use of comp_target_types. 3915 (comp_target_types): Remove unreachable code. Adjust
|
H A D | ChangeLog-2001 | 2350 lvalue_or_else, print_lang_statistics, comp_target_types,
|
H A D | ChangeLog-1999 | 5661 * typeck.c (comp_target_types): Use same_type_p.
|
H A D | ChangeLog-2000 | 2106 (comp_target_types): Adjust.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-typeck.c | 90 static int comp_target_types (location_t, tree, tree); 1280 comp_target_types (location_t location, tree ttl, tree ttr) in comp_target_types() function 5379 if (comp_target_types (colon_loc, type1, type2)) in build_conditional_expr() 6971 || comp_target_types (location, memb_type, rhstype)) in convert_for_assignment() 7215 || (target_cmp = comp_target_types (location, type, rhstype)) in convert_for_assignment() 11773 && comp_target_types (location, type0, type1)) in build_binary_op() 12175 if (comp_target_types (location, type0, type1)) in build_binary_op() 12290 if (comp_target_types (location, type0, type1)) in build_binary_op()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-typeck.cc | 94 static int comp_target_types (location_t, tree, tree); 1294 comp_target_types (location_t location, tree ttl, tree ttr) in comp_target_types() function 5417 if (comp_target_types (colon_loc, type1, type2)) in build_conditional_expr() 7084 || comp_target_types (location, memb_type, rhstype)) in convert_for_assignment() 7378 || (target_cmp = comp_target_types (location, type, rhstype)) in convert_for_assignment() 11985 && comp_target_types (location, type0, type1)) in build_binary_op() 12355 if (comp_target_types (location, type0, type1)) in build_binary_op() 12470 if (comp_target_types (location, type0, type1)) in build_binary_op()
|
H A D | ChangeLog | 539 * c-typeck.c (comp_target_types): Change pedwarn to pedwarn_c11 7745 (comp_target_types): Do not allow _Atomic mismatches.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-1997 | 307 * c-typeck.c (comp_target_types): Add parentheses around assignment
|
H A D | ChangeLog-2005 | 17680 * c-typeck.c (comp_target_types): Remove third parameter; do 17684 (build_conditional_expr): Adjust call to comp_target_types(). 17686 objc_comptypes(); adjust calls to comp_target_types(); call 17691 comp_target_types(). 33138 (common_pointer_type, comptypes, comp_target_types,
|
H A D | ChangeLog-2002 | 7232 * c-typeck.c (comp_target_types): Added a reflexive argument. 8966 * c-typeck.c (comp_target_types): Update a comment. 10760 (comp_target_types): Likewise.
|
H A D | ChangeLog-2009 | 4712 (comp_target_types): Likewise. 20056 (comp_target_types): Add location parameter. Change all callers.
|
H A D | ChangeLog-2012 | 27559 (comp_target_types): Likewise.
|
H A D | ChangeLog-2003 | 7708 (convert_for_assignment): Cache result of comp_target_types() instead
|