Searched refs:cxx_alignof_expr (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2019 | 152 (cxx_alignof_expr): Likewise. 385 * typeck.c (cxx_alignof_expr): Use verify_type_context to check 858 (cxx_alignof_expr): Likewise. 1187 (cxx_alignof_expr): Likewise.
|
H A D | ChangeLog-2008 | 1611 cxx_alignof_expr, check_template_keyword, cp_build_binary_op, 2220 (cxx_alignof_expr): Ditto.
|
H A D | typeck.cc | 2036 cxx_alignof_expr (location_t loc, tree e, bool std_alignof, in cxx_alignof_expr() function 2120 return cxx_alignof_expr (loc, e, std_alignof, in cxx_sizeof_or_alignof_expr()
|
H A D | ChangeLog-2018 | 182 (cxx_alignof_expr): Likewise. 3257 (cxx_alignof_expr): Pass it.
|
H A D | ChangeLog-2020 | 1144 * typeck.c (cxx_alignof_expr): Add std_alignof bool parameter 1148 and pass it to cxx_alignof_expr. Assert op is either
|
H A D | ChangeLog-2006 | 2364 * typeck.c (cxx_alignof_expr, cxx_sizeof_expr): New functions.
|
H A D | ChangeLog-2007 | 1717 * typeck.c (cxx_alignof_expr): When alignof is used on a plain
|
H A D | ChangeLog-2013 | 3418 (cxx_alignof_expr): Likewise.
|
H A D | ChangeLog-2010 | 3183 * typeck.c (cxx_sizeof_expr, cxx_alignof_expr): Call type_use.
|
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 | 1861 cxx_alignof_expr (location_t loc, tree e, tsubst_flags_t complain) in cxx_alignof_expr() function 1942 return cxx_alignof_expr (loc, e, complain? tf_warning_or_error : tf_none); in cxx_sizeof_or_alignof_expr()
|