Searched refs:build_debugable_stmt (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | parse.c | 452 static tree build_debugable_stmt PARAMS ((int, tree)); 4148 yyval.node = build_debugable_stmt (EXPR_WFL_LINECOL (yyvsp[-3].node), yyval.node); in yyparse() 4157 yyval.node = build_debugable_stmt (EXPR_WFL_LINECOL (yyvsp[-4].node), yyval.node); in yyparse() 4586 yyval.node = build_debugable_stmt (EXPR_WFL_LINECOL (yyvsp[-2].node), yyvsp[-2].node); in yyparse() 4829 { yyval.node = build_debugable_stmt (BUILD_LOCATION (), yyvsp[0].node); } in yyparse() 8019 build_debugable_stmt (EXPR_WFL_LINECOL (current), 10908 build_debugable_stmt (EXPR_WFL_LINECOL (init), 11424 stmt = build_debugable_stmt (EXPR_WFL_LINECOL (stmt), stmt); 16010 build_debugable_stmt (location, stmt) in build_debugable_stmt() function 18455 node = build_debugable_stmt (location, node); [all …]
|
| H A D | parse.y | 212 static tree build_debugable_stmt PARAMS ((int, tree)); 1232 $$ = build_debugable_stmt (EXPR_WFL_LINECOL ($1), $$); 1238 $$ = build_debugable_stmt (EXPR_WFL_LINECOL ($1), $$); 1601 $$ = build_debugable_stmt (EXPR_WFL_LINECOL ($1), $1); 1787 { $$ = build_debugable_stmt (BUILD_LOCATION (), $1); } 4454 build_debugable_stmt (EXPR_WFL_LINECOL (current), 7343 build_debugable_stmt (EXPR_WFL_LINECOL (init), 7859 stmt = build_debugable_stmt (EXPR_WFL_LINECOL (stmt), stmt); 12445 build_debugable_stmt (location, stmt) in build_debugable_stmt() function 14890 node = build_debugable_stmt (location, node); [all …]
|
| H A D | ChangeLog | 11954 (build_debugable_stmt, complete_for_loop): New function prototypes. 11960 (declare_local_variables): Call build_debugable_stmt. 11961 (build_debugable_stmt): New function.
|