Home
last modified time | relevance | path

Searched refs:constant_expression_warning (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dc-common.h668 extern void constant_expression_warning (tree);
H A Dc-decl.c3966 constant_expression_warning (DECL_SIZE (decl)); in finish_decl()
4291 constant_expression_warning (*width); in check_bitfield_type_and_width()
4787 constant_expression_warning (size); in grokdeclarator()
6534 constant_expression_warning (value); in build_enumerator()
H A Dc-common.c924 constant_expression_warning (tree value) in constant_expression_warning() function
1612 constant_expression_warning (value); in check_case_value()
H A Dc-typeck.c4688 constant_expression_warning (value); in store_init_value()
H A DChangeLog-20066477 * c-common.c (constant_expression_warning): Check warn_overflow.
H A DChangeLog-200230662 * c-common.c (constant_expression_warning): Handle vectors.
/freebsd-12.1/contrib/gcc/cp/
H A Ddecl2.c985 constant_expression_warning (width); in grokbitfield()
H A Ddecl.c4365 constant_expression_warning (DECL_SIZE (decl)); in layout_var_decl()
7124 constant_expression_warning (size); in compute_array_index_type()
10900 constant_expression_warning (value); in build_enumerator()
H A DChangeLog-19942261 constant_expression_warning.