Home
last modified time | relevance | path

Searched refs:cxx_alignof_expr (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2019152 (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 DChangeLog-20081611 cxx_alignof_expr, check_template_keyword, cp_build_binary_op,
2220 (cxx_alignof_expr): Ditto.
H A Dtypeck.cc2036 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 DChangeLog-2018182 (cxx_alignof_expr): Likewise.
3257 (cxx_alignof_expr): Pass it.
H A DChangeLog-20201144 * typeck.c (cxx_alignof_expr): Add std_alignof bool parameter
1148 and pass it to cxx_alignof_expr. Assert op is either
H A DChangeLog-20062364 * typeck.c (cxx_alignof_expr, cxx_sizeof_expr): New functions.
H A DChangeLog-20071717 * typeck.c (cxx_alignof_expr): When alignof is used on a plain
H A DChangeLog-20133418 (cxx_alignof_expr): Likewise.
H A DChangeLog-20103183 * typeck.c (cxx_sizeof_expr, cxx_alignof_expr): Call type_use.
H A DChangeLog-2016384 * typeck.c (cxx_sizeof_expr, cxx_alignof_expr)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c1861 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()