Searched refs:cxx_sizeof_expr (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2019 | 151 (cxx_sizeof_expr): Likewise. 857 (cxx_sizeof_expr): Use it in one additional place. 1185 * typeck.c (cxx_sizeof_expr): Use cp_expr_loc_or_input_loc 3549 * typeck.c (cxx_sizeof_expr): Only return a SIZEOF_EXPR if the operand
|
H A D | ChangeLog-2008 | 1610 * typeck.c (composite_pointer_type_r, cxx_sizeof_expr, 2219 (cxx_sizeof_expr): Add SFINAE support.
|
H A D | ChangeLog-2018 | 181 * typeck.c (cxx_sizeof_expr): Strip any location wrapper. 1883 * typeck.c (cxx_sizeof_expr): Likewise. 3256 (cxx_sizeof_expr, cxx_sizeof_nowarn, cxx_alignas_expr)
|
H A D | ChangeLog-2010 | 3183 * typeck.c (cxx_sizeof_expr, cxx_alignof_expr): Call type_use. 3443 * typeck.c (cxx_sizeof_expr): Likewise.
|
H A D | typeck.cc | 1958 cxx_sizeof_expr (location_t loc, tree e, tsubst_flags_t complain) in cxx_sizeof_expr() function 2118 return cxx_sizeof_expr (loc, e, complain? tf_warning_or_error : tf_none); in cxx_sizeof_or_alignof_expr()
|
H A D | ChangeLog-2006 | 2364 * typeck.c (cxx_alignof_expr, cxx_sizeof_expr): New functions.
|
H A D | ChangeLog-2014 | 1903 * typeck.c (cxx_sizeof_expr): Warn when using sizeof on an array
|
H A D | ChangeLog-2013 | 3417 * typeck.c (cxx_sizeof_expr): Likewise.
|
H A D | ChangeLog-2016 | 384 * typeck.c (cxx_sizeof_expr, cxx_alignof_expr)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | typeck.c | 1784 cxx_sizeof_expr (location_t loc, tree e, tsubst_flags_t complain) in cxx_sizeof_expr() function 1940 return cxx_sizeof_expr (loc, e, complain? tf_warning_or_error : tf_none); in cxx_sizeof_or_alignof_expr()
|