Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dparse.h607 BLOCK_EXPR_DECLS (GET_CURRENT_BLOCK (current_function_decl)); \
608 BLOCK_EXPR_DECLS (GET_CURRENT_BLOCK (current_function_decl)) = (NODE); \
613 #define GET_CURRENT_BLOCK(F) ((F) ? DECL_FUNCTION_BODY ((F)) : \ macro
H A Dparse.c7683 for (block = GET_CURRENT_BLOCK (fct_decl);
10828 if (BLOCK_EXPR_BODY (GET_CURRENT_BLOCK (current_function_decl)))
11103 if (!GET_CURRENT_BLOCK (fndecl))
11105 return add_stmt_to_block (GET_CURRENT_BLOCK (fndecl), NULL_TREE, expr);
16101 tree b = GET_CURRENT_BLOCK (current_function_decl);
16123 while (BLOCK_IS_IMPLICIT (GET_CURRENT_BLOCK (current_function_decl))) in maybe_absorb_scoping_blocks()
20006 block = BLOCK_SUBBLOCKS (GET_CURRENT_BLOCK (current_function_decl));
H A Dparse.y4118 for (block = GET_CURRENT_BLOCK (fct_decl);
7263 if (BLOCK_EXPR_BODY (GET_CURRENT_BLOCK (current_function_decl)))
7538 if (!GET_CURRENT_BLOCK (fndecl))
7540 return add_stmt_to_block (GET_CURRENT_BLOCK (fndecl), NULL_TREE, expr);
12536 tree b = GET_CURRENT_BLOCK (current_function_decl);
12558 while (BLOCK_IS_IMPLICIT (GET_CURRENT_BLOCK (current_function_decl))) in maybe_absorb_scoping_blocks()
16441 block = BLOCK_SUBBLOCKS (GET_CURRENT_BLOCK (current_function_decl));
H A DChangeLog7818 * parse.y (java_method_add_stmt): Test against GET_CURRENT_BLOCK
9015 * parse.h (BLOCK_CHAIN_DECL): New use GET_CURRENT_BLOCK.
9016 (GET_CURRENT_BLOCK): New macro.
9021 (declare_local_variables): Use GET_CURRENT_BLOCK.
9029 (lookup_name_in_blocks): Use GET_CURRENT_BLOCK.