Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dc-common.h651 extern tree c_alignof_expr (tree);
H A Dc-common.c2963 c_alignof_expr (tree expr) in c_alignof_expr() function
H A Dc-parser.c4978 ret.value = c_alignof_expr (expr.value); in c_parser_alignof_expression()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-common.h891 extern tree c_alignof_expr PARAMS ((tree));
H A Dc-parse.in544 $$ = c_alignof_expr ($2); }
H A Dc-common.c3129 c_alignof_expr (expr) in c_alignof_expr() function
H A DChangeLog.43843 (c_sizeof_nowarn, c_alignof, c_alignof_expr): Likewise.
H A DChangeLog8603 (c_alignof_expr): Likewise.
H A DChangeLog.612912 * c-common.c (c_alignof, c_alignof_expr): Move here...
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dsemantics.c2149 return TYPE_P (t) ? cxx_alignof (t) : c_alignof_expr (t);
H A Ddecl2.c3291 return TREE_CODE (t) == SIZEOF_EXPR ? expr_sizeof (r) : c_alignof_expr (r);
H A DChangeLog7029 (build_expr_from_tree): Use expr_sizeof and c_alignof_expr.
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-20011052 (build_expr_from_tree): Use expr_sizeof and c_alignof_expr.