Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.h863 extern tree c_alignof_expr (location_t, tree);
H A Dc-common.c3711 c_alignof_expr (location_t loc, tree expr) in c_alignof_expr() function
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.h885 extern tree c_alignof_expr (location_t, tree);
H A Dc-common.cc3958 c_alignof_expr (location_t loc, tree expr) in c_alignof_expr() function
H A DChangeLog2594 (c_sizeof_or_alignof_type, c_alignof_expr): Use verify_type_context
8144 (c_alignof_expr): Likewise.
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20011052 (build_expr_from_tree): Use expr_sizeof and c_alignof_expr.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c8451 ret.value = c_alignof_expr (start_loc, expr.value); in c_parser_alignof_expression()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc8444 ret.value = c_alignof_expr (start_loc, expr.value); in c_parser_alignof_expression()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200919669 (c_alignof_expr): Same.
19672 * c-common.h (c_sizeof_or_alignof_type, c_alignof_expr,
H A DChangeLog-200819826 * c-common.c (c_alignof_expr, check_function_arguments_recurse):
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-200715239 * c-common.c (c_alignof_expr): Look at DECL_ALIGN of
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.