Home
last modified time | relevance | path

Searched refs:static_assert_ok (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c1859 bool static_assert_ok, bool empty_ok, in c_parser_declaration_or_fndef() argument
1875 if (static_assert_ok in c_parser_declaration_or_fndef()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc1892 bool static_assert_ok, bool empty_ok, in c_parser_declaration_or_fndef() argument
1912 if (static_assert_ok in c_parser_declaration_or_fndef()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201031086 (c_parser_declaration_or_fndef): Add parameter static_assert_ok.
31087 Handle static assertions if static_assert_ok.