Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.h1301 extern void constant_expression_warning (tree);
H A Dc-warn.c48 constant_expression_warning (tree value) in constant_expression_warning() function
H A Dc-common.c2085 constant_expression_warning (value); in check_case_value()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.h1405 extern void constant_expression_warning (tree);
H A Dc-warn.cc50 constant_expression_warning (tree value) in constant_expression_warning() function
H A Dc-common.cc2279 constant_expression_warning (value); in check_case_value()
H A DChangeLog6170 (constant_expression_warning): Move to c-warn.c.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c5384 constant_expression_warning (DECL_SIZE (decl)); in finish_decl()
5782 constant_expression_warning (*width); in check_bitfield_type_and_width()
6448 constant_expression_warning (size); in grokdeclarator()
9020 constant_expression_warning (value); in build_enumerator()
H A Dc-typeck.c7624 constant_expression_warning (value); in store_init_value()
9041 constant_expression_warning (first); in set_init_index()
9043 constant_expression_warning (last); in set_init_index()
9642 constant_expression_warning (new_value); in output_init_element()
H A Dc-parser.c2643 constant_expression_warning (value); in c_parser_static_assert_declaration_no_semi()
9342 constant_expression_warning (c); in c_parser_postfix_expression()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc5495 constant_expression_warning (DECL_SIZE (decl)); in finish_decl()
6100 constant_expression_warning (*width); in check_bitfield_type_and_width()
6772 constant_expression_warning (size); in grokdeclarator()
9372 constant_expression_warning (value); in build_enumerator()
H A Dc-typeck.cc7796 constant_expression_warning (value); in store_init_value()
9221 constant_expression_warning (first); in set_init_index()
9223 constant_expression_warning (last); in set_init_index()
9822 constant_expression_warning (new_value); in output_init_element()
H A Dc-parser.cc2685 constant_expression_warning (value); in c_parser_static_assert_declaration_no_semi()
9339 constant_expression_warning (c); in c_parser_postfix_expression()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2010496 * decl.c (build_enumerator): Don't call constant_expression_warning.
H A Ddecl.cc6208 constant_expression_warning (DECL_SIZE (decl)); in layout_var_decl()
H A DChangeLog-19942261 constant_expression_warning.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c5834 constant_expression_warning (DECL_SIZE (decl)); in layout_var_decl()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200930887 (set_init_index): Call constant_expression_warning for array
30891 Update call to digest_init. Call constant_expression_warning
H A DChangeLog-200710549 (constant_expression_warning): Handle FIXED_CST.
32629 * c-common.c (constant_expression_warning): Replace use of
H A DChangeLog-200613561 * c-common.c (constant_expression_warning): Check warn_overflow.
H A DChangeLog-200230662 * c-common.c (constant_expression_warning): Handle vectors.