Home
last modified time | relevance | path

Searched refs:c_alignof_expr (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dc-common.h662 extern tree c_alignof_expr (tree);
H A DChangeLog.gcc4322 * c-common.c (c_alignof_expr): Look at DECL_ALIGN of
H A Dc-common.c3047 c_alignof_expr (tree expr) in c_alignof_expr() function
H A Dc-parser.c5264 ret.value = c_alignof_expr (expr.value); in c_parser_alignof_expression()
H A DChangeLog-200112912 * c-common.c (c_alignof, c_alignof_expr): Move here...
H A DChangeLog-20003849 (c_sizeof_nowarn, c_alignof, c_alignof_expr): Likewise.
H A DChangeLog-20052779 (c_alignof_expr): Likewise. Handle CONVERT_EXPR the same as
H A DChangeLog-20021553 (c_alignof_expr): Likewise.
H A DChangeLog-200415952 * c-common.c (c_alignof_expr): Use DECL_ALIGN_UNIT and TYPE_ALIGN_UNIT.
/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog-20011052 (build_expr_from_tree): Use expr_sizeof and c_alignof_expr.