Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c447 static tree patch_bc_statement PARAMS ((tree));
15362 return patch_bc_statement (node);
18880 patch_bc_statement (node) in patch_bc_statement() function
H A Dparse.y207 static tree patch_bc_statement PARAMS ((tree));
11797 return patch_bc_statement (node);
15315 patch_bc_statement (node) in patch_bc_statement() function
H A DChangeLog8087 (patch_bc_statement): Call search_loop. Fixed comment.
8931 (patch_bc_statement): Match format specifier to variable argument.
8962 * parse.y (patch_bc_statement): Fixed identation and a bogus
8997 (patch_bc_statement): Re-write.
9592 (patch_bc_statement): Extra code to search continue target in a
11815 (patch_bc_statement): Fixed typos. Handle SWITCH statement
12115 build_bc_statement, patch_bc_statement, patch_loop_statement,
12161 patch_bc_statement, patch_exit_expr): New functions.