Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c4637 bool comma_first = c_parser_next_token_is (parser, CPP_COMMA); variable
4638 if (!comma_first
4660 if (expect_comma && !comma_first)
4690 if (expect_comma && !comma_first)
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc4674 bool comma_first = c_parser_next_token_is (parser, CPP_COMMA); in c_parser_gnu_attribute() local
4675 if (!comma_first in c_parser_gnu_attribute()
4697 if (expect_comma && !comma_first) in c_parser_gnu_attribute()
4727 if (expect_comma && !comma_first) in c_parser_gnu_attribute()