Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dc-tree.h594 extern tree c_finish_expr_stmt (location_t, tree);
H A Dc-parser.c4567 stmt = c_finish_expr_stmt (loc, c_parser_expression_conv (parser).value); in c_parser_statement_after_labels()
4919 c_finish_expr_stmt (loc, NULL_TREE); in c_parser_for_statement()
4987 c_finish_expr_stmt (loc, init_expression); in c_parser_for_statement()
H A Dc-typeck.c9268 c_finish_expr_stmt (location_t loc, tree expr) in c_finish_expr_stmt() function
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-tree.h691 extern tree c_finish_expr_stmt (location_t, tree);
H A Dc-parser.c5542 stmt = c_finish_expr_stmt (loc, c_parser_expression_conv (parser).value); in c_parser_statement_after_labels()
6088 c_finish_expr_stmt (loc, NULL_TREE); in c_parser_for_statement()
6160 c_finish_expr_stmt (loc, init_expression); in c_parser_for_statement()
H A Dc-typeck.c10756 c_finish_expr_stmt (location_t loc, tree expr) in c_finish_expr_stmt() function