Searched refs:expect_comma (Results 1 – 2 of 2) sorted by relevance
4635 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() local4731 tree attr = c_parser_gnu_attribute (parser, attrs, expect_comma); in c_parser_gnu_attributes()
4672 bool expect_comma = false, bool empty_ok = true) in c_parser_gnu_attribute() argument4697 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() local4768 tree attr = c_parser_gnu_attribute (parser, attrs, expect_comma); in c_parser_gnu_attributes()