Home
last modified time | relevance | path

Searched refs:expect_comma (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c4635 bool expect_comma = false, bool empty_ok = true)
4660 if (expect_comma && !comma_first)
4690 if (expect_comma && !comma_first)
4728 for (bool expect_comma = false; ; expect_comma = true) in c_parser_gnu_attributes() local
4731 tree attr = c_parser_gnu_attribute (parser, attrs, expect_comma); in c_parser_gnu_attributes()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc4672 bool expect_comma = false, bool empty_ok = true) in c_parser_gnu_attribute() argument
4697 if (expect_comma && !comma_first) in c_parser_gnu_attribute()
4727 if (expect_comma && !comma_first) in c_parser_gnu_attribute()
4765 for (bool expect_comma = false; ; expect_comma = true) in c_parser_gnu_attributes() local
4768 tree attr = c_parser_gnu_attribute (parser, attrs, expect_comma); in c_parser_gnu_attributes()