Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-gimplify.c257 tree debug_begin = NULL; in genericize_cp_loop() local
273 debug_begin = build0 (DEBUG_BEGIN_STMT, void_type_node); in genericize_cp_loop()
274 SET_EXPR_LOCATION (debug_begin, cp_expr_loc_or_loc (cond, start_locus)); in genericize_cp_loop()
290 append_to_statement_list (debug_begin, &stmt_list); in genericize_cp_loop()
291 debug_begin = NULL_TREE; in genericize_cp_loop()
306 append_to_statement_list (debug_begin, &stmt_list); in genericize_cp_loop()