Searched refs:check_user_alignment (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-common.h | 828 extern int check_user_alignment (const_tree, bool, bool);
|
H A D | c-attribs.c | 2001 int pow2align = check_user_alignment (align_expr, objfile, in common_handle_aligned_attribute()
|
H A D | c-common.c | 5201 check_user_alignment (const_tree align, bool objfile, bool warn_zero) in check_user_alignment() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-common.h | 849 extern int check_user_alignment (const_tree, bool, bool);
|
H A D | ChangeLog | 3760 * c-common.c (check_user_alignment): Use MAX_OFILE_ALIGNMENT. 6794 * c-common.c (check_user_alignment): Use LOG2_BITS_PER_UNIT instead of 9577 * c-common.c (check_user_alignment): Return -1 if alignment is error 10852 * c-common.c (check_user_alignment): Emit error for negative values. 10955 * c-common.c (check_user_alignment): Swap order of tests, 11686 (check_user_alignment): New. Split out of 11689 (handle_aligned_attribute): Use check_user_alignment. 11690 * c-common.h (RID_ALIGNAS, check_user_alignment): New.
|
H A D | c-attribs.cc | 2328 int pow2align = check_user_alignment (align_expr, objfile, in common_handle_aligned_attribute()
|
H A D | c-common.cc | 5465 check_user_alignment (const_tree align, bool objfile, bool warn_zero) in check_user_alignment() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-decl.c | 11490 int align_log = check_user_alignment (align, false, /* warn_zero = */false); in declspecs_add_alignas()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-decl.cc | 11889 int align_log = check_user_alignment (align, false, /* warn_zero = */false); in declspecs_add_alignas()
|
H A D | ChangeLog | 2588 * c-decl.c (declspec_add_alignas): Adjust call to check_user_alignment.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2019 | 31470 * c-common.c (check_user_alignment): Rename local. Correct maximum
|