Searched refs:compound_stmt (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/gcc/cp/
H A Dmethod.c641 tree compound_stmt;
643 compound_stmt = begin_compound_stmt (0);
740 finish_compound_stmt (compound_stmt);
799 tree compound_stmt;
800 compound_stmt = begin_compound_stmt (BCS_FN_BODY);
801 finish_compound_stmt (compound_stmt);
639 tree compound_stmt; local
797 tree compound_stmt; local
H A Dinit.c83 finish_init_stmts (bool is_global, tree stmt_expr, tree compound_stmt) argument
85 finish_compound_stmt (compound_stmt);
1087 tree compound_stmt; local
1138 is_global = begin_init_stmts (&stmt_expr, &compound_stmt);
1143 stmt_expr = finish_init_stmts (is_global, stmt_expr, compound_stmt);
2413 tree compound_stmt;
2485 is_global = begin_init_stmts (&stmt_expr, &compound_stmt);
2652 stmt_expr = finish_init_stmts (is_global, stmt_expr, compound_stmt);
2410 tree compound_stmt; local
H A Dsemantics.c1020 begin_function_try_block (tree *compound_stmt) argument
1025 *compound_stmt = begin_compound_stmt (0);
1085 finish_function_handler_sequence (tree try_block, tree compound_stmt) argument
1089 finish_compound_stmt (compound_stmt);
H A Ddecl.c5704 tree compound_stmt;
5729 compound_stmt = begin_compound_stmt (BCS_FN_BODY);
5731 finish_compound_stmt (compound_stmt);
11123 tree compound_stmt;
11131 compound_stmt = begin_compound_stmt (0);
11136 finish_compound_stmt (compound_stmt);
5692 tree compound_stmt; local
11101 tree compound_stmt; local
H A Dparser.c6510 tree compound_stmt;
6516 compound_stmt = begin_compound_stmt (in_try ? BCS_TRY_BLOCK : 0);
6520 finish_compound_stmt (compound_stmt);
6524 return compound_stmt;
14560 tree compound_stmt;
14568 try_block = begin_function_try_block (&compound_stmt);
14577 finish_function_handler_sequence (try_block, compound_stmt);
6508 tree compound_stmt; local
14558 tree compound_stmt; local
H A Dpt.c8727 tree compound_stmt = NULL_TREE;
8730 stmt = begin_function_try_block (&compound_stmt);
8743 finish_function_handler_sequence (stmt, compound_stmt);
8726 tree compound_stmt = NULL_TREE; local

Completed in 327 milliseconds