Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dc-parser.c1021 static struct c_expr c_parser_expr_no_commas (c_parser *, struct c_expr *);
1750 enum_value = c_parser_expr_no_commas (parser, NULL).value; in c_parser_enum_specifier()
2080 width = c_parser_expr_no_commas (parser, NULL).value; in c_parser_struct_declaration()
2438 dimen = c_parser_expr_no_commas (parser, NULL).value; in c_parser_direct_declarator_inner()
2458 dimen = c_parser_expr_no_commas (parser, NULL).value; in c_parser_direct_declarator_inner()
2464 dimen = c_parser_expr_no_commas (parser, NULL).value; in c_parser_direct_declarator_inner()
3052 ret = c_parser_expr_no_commas (parser, NULL); in c_parser_initializer()
3201 first = c_parser_expr_no_commas (parser, NULL).value; in c_parser_initelt()
3213 next = c_parser_expr_no_commas (parser, NULL); in c_parser_initelt()
3232 first = c_parser_expr_no_commas (parser, NULL).value; in c_parser_initelt()
[all …]