Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/syntax/
H A Dgimple.vim72 syn keyword gimpleASTNode BIT_FIELD_REF TARGET_EXPR expr_stmt
/netbsd-src/external/gpl3/gcc/dist/contrib/vim-gcc-dev/syntax/
H A Dgimple.vim72 syn keyword gimpleASTNode BIT_FIELD_REF TARGET_EXPR expr_stmt
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dgimple-parser.c449 goto expr_stmt; in c_parser_gimple_compound_statement()
634 goto expr_stmt; in c_parser_gimple_compound_statement()
648 expr_stmt: in c_parser_gimple_compound_statement()
H A Dc-parser.c6286 goto expr_stmt; in c_parser_statement_after_labels()
6305 expr_stmt: in c_parser_statement_after_labels()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dgimple-parser.cc453 goto expr_stmt; in c_parser_gimple_compound_statement()
639 goto expr_stmt; in c_parser_gimple_compound_statement()
653 expr_stmt: in c_parser_gimple_compound_statement()
H A Dc-parser.cc6256 goto expr_stmt; in c_parser_statement_after_labels()
6276 expr_stmt: in c_parser_statement_after_labels()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c2369 empty_expr_stmt_p (tree expr_stmt) in empty_expr_stmt_p() argument
2373 if (expr_stmt == void_node) in empty_expr_stmt_p()
2376 if (expr_stmt) in empty_expr_stmt_p()
2378 if (TREE_CODE (expr_stmt) == EXPR_STMT) in empty_expr_stmt_p()
2379 body = EXPR_STMT_EXPR (expr_stmt); in empty_expr_stmt_p()
2380 else if (TREE_CODE (expr_stmt) == STATEMENT_LIST) in empty_expr_stmt_p()
2381 body = expr_stmt; in empty_expr_stmt_p()
H A Dcp-tree.def332 DEFTREECODE (EXPR_STMT, "expr_stmt", tcc_expression, 1)
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.cc2598 empty_expr_stmt_p (tree expr_stmt) in empty_expr_stmt_p() argument
2602 if (expr_stmt == void_node) in empty_expr_stmt_p()
2605 if (expr_stmt) in empty_expr_stmt_p()
2607 if (TREE_CODE (expr_stmt) == EXPR_STMT) in empty_expr_stmt_p()
2608 body = EXPR_STMT_EXPR (expr_stmt); in empty_expr_stmt_p()
2609 else if (TREE_CODE (expr_stmt) == STATEMENT_LIST) in empty_expr_stmt_p()
2610 body = expr_stmt; in empty_expr_stmt_p()
H A Dcp-tree.def314 DEFTREECODE (EXPR_STMT, "expr_stmt", tcc_expression, 1)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200446955 tree is an expr_stmt.