| /freebsd-12-stable/contrib/gcc/ |
| D | gimple-low.c | 587 SET_EXPR_LOCUS (t, EXPR_LOCUS (stmt)); in lower_return_expr() 672 SET_EXPR_LOCUS (t, EXPR_LOCUS (stmt)); in lower_builtin_setjmp() 679 SET_EXPR_LOCUS (t, EXPR_LOCUS (stmt)); in lower_builtin_setjmp() 696 SET_EXPR_LOCUS (t, EXPR_LOCUS (stmt)); in lower_builtin_setjmp() 703 SET_EXPR_LOCUS (t, EXPR_LOCUS (stmt)); in lower_builtin_setjmp()
|
| D | cfgexpand.c | 1187 if (EXPR_LOCUS (stmt)) in expand_gimple_cond_expr() 1189 emit_line_note (*(EXPR_LOCUS (stmt))); in expand_gimple_cond_expr() 1204 if (EXPR_LOCUS (then_exp)) in expand_gimple_cond_expr() 1205 emit_line_note (*(EXPR_LOCUS (then_exp))); in expand_gimple_cond_expr() 1213 if (EXPR_LOCUS (else_exp)) in expand_gimple_cond_expr() 1214 emit_line_note (*(EXPR_LOCUS (else_exp))); in expand_gimple_cond_expr() 1245 if (EXPR_LOCUS (else_exp)) in expand_gimple_cond_expr() 1246 emit_line_note (*(EXPR_LOCUS (else_exp))); in expand_gimple_cond_expr()
|
| D | profile.c | 783 if (EXPR_LOCUS (last)) in branch_prob() 792 if (last && EXPR_LOCUS (last) in branch_prob() 801 && (e->goto_locus->file != EXPR_LOCUS (last)->file in branch_prob() 802 || (e->goto_locus->line != EXPR_LOCUS (last)->line))) in branch_prob()
|
| D | tree-mudflap.c | 916 mf_xform_derefs_1 (&i, &TREE_OPERAND (s, 0), EXPR_LOCUS (s), in mf_xform_derefs() 918 mf_xform_derefs_1 (&i, &TREE_OPERAND (s, 1), EXPR_LOCUS (s), in mf_xform_derefs() 927 EXPR_LOCUS (s), integer_zero_node); in mf_xform_derefs() 929 mf_xform_derefs_1 (&i, &TREE_OPERAND (s, 0), EXPR_LOCUS (s), in mf_xform_derefs()
|
| D | tree-vectorizer.h | 34 #define EXPR_LOC(e) EXPR_LOCUS(e)
|
| D | tree-cfg.c | 630 e->goto_locus = EXPR_LOCUS (COND_EXPR_THEN (entry)); in make_cond_expr_edges() 638 e->goto_locus = EXPR_LOCUS (COND_EXPR_ELSE (entry)); in make_cond_expr_edges() 892 e->goto_locus = EXPR_LOCUS (goto_t); in make_goto_expr_edges() 2085 t = EXPR_LOCUS (stmt); in remove_bb() 2951 SET_EXPR_LOCUS (stmt, EXPR_LOCUS (orig_stmt)); in bsi_replace() 5683 SET_EXPR_LOCUS (new_stmt, EXPR_LOCUS (orig_stmt)); in gimplify_val() 5770 && (locus = EXPR_LOCUS (last)) != NULL) in execute_warn_function_return() 5805 locus = EXPR_LOCUS (last); in execute_warn_function_return()
|
| D | tree-nested.c | 392 SET_EXPR_LOCUS (stmt, EXPR_LOCUS (tsi_stmt (*tsi))); in init_tmp_var() 420 SET_EXPR_LOCUS (stmt, EXPR_LOCUS (tsi_stmt (*tsi))); in save_tmp_var() 1543 SET_EXPR_LOCUS (x, EXPR_LOCUS (tsi_stmt (wi->tsi))); in convert_nl_goto_reference()
|
| D | tree-ssa.c | 1178 ? EXPR_LOCUS (context) in warn_uninit()
|
| D | value-prof.c | 93 ? EXPR_LOCUS (stmt) in check_counter()
|
| D | c-common.c | 1092 EXPR_LOCUS (inner_then)); in empty_body_warning() 1096 EXPR_LOCUS (inner_else)); in empty_body_warning() 6365 EXPR_LOCUS (t), fdecl); in c_warn_unused_result() 6369 EXPR_LOCUS (t)); in c_warn_unused_result()
|
| D | tree.h | 1467 #define EXPR_LOCUS(NODE) \ macro 1481 #define EXPR_LOCUS(NODE) \ macro 1490 #define EXPR_HAS_LOCATION(NODE) (EXPR_LOCUS (NODE) != NULL)
|
| D | tree.c | 3254 if (EXPR_LOCUS (node) in annotate_with_file_line() 3259 last_annotated_node = EXPR_LOCUS (node); in annotate_with_file_line() 3278 last_annotated_node = EXPR_LOCUS (node); in annotate_with_file_line()
|
| D | omp-low.c | 4268 SET_EXPR_LOCUS (stmt, EXPR_LOCUS (tsi_stmt (*tsi))); in init_tmp_var() 4286 SET_EXPR_LOCUS (stmt, EXPR_LOCUS (tsi_stmt (*tsi))); in save_tmp_var()
|
| D | gimplify.c | 616 SET_EXPR_LOCUS (mod, EXPR_LOCUS (val)); in internal_get_tmp_var() 6201 SET_EXPR_LOCUS (tmp, EXPR_LOCUS (expr)); in gimplify_one_sizepos()
|
| D | tree-vect-transform.c | 592 SET_EXPR_LOCUS (vec_stmt, EXPR_LOCUS (stmt)); in vect_finish_stmt_generation()
|
| D | c-typeck.c | 7879 EXPR_HAS_LOCATION (expr) ? EXPR_LOCUS (expr) : &input_location); in emit_side_effect_warnings() 8077 SET_EXPR_LOCUS (*last_p, EXPR_LOCUS (last)); in c_finish_stmt_expr()
|
| D | ChangeLog.tree-ssa | 362 * c-common.c (c_do_switch_warnings): Use EXPR_LOCUS instead 370 * c-dump.c (dump_stmt): Use EXPR_LOCUS instead of STMT_LINENO. 374 EXPR_LOCUS if not yet set. 376 (build_stmt): Set EXPR_LOCUS instead of STMT_LINENO. 377 (prep_stmt): Use EXPR_LOCUS instead of STMT_LINENO. 380 (stmt_expr_last_stmt): Use EXPR_LOCUS instead of STMT_LINENO. 7175 * expr.c (expand_expr): Break out EXPR_LOCUS code from ... 7428 on EXPR_LOCUS; save and restore input_location around that. 7519 (EXPR_LOCUS): Renamed from TREE_LOCUS. Null for non-exprs.
|
| D | ChangeLog-2004 | 12267 (checking macros, EXPR_LOCATION, SET_EXPR_LOCATION, EXPR_LOCUS): Update. 23350 instead of EXPR_LOCUS in a boolean context, which is always true 27115 EXPR_LOCUS, SET_EXPR_LOCUS, EXPR_FILENAME, EXPR_LINENO, 27947 (lineno_stmt, lineno_label): Don't clear EXPR_LOCUS before calling 33251 * c-dump.c (dump_stmt): Use EXPR_LOCUS instead of 33277 * c-parse.in: Use EXPR_LOCUS instead of STMT_LINENO. 33304 Set EXPR_LOCUS instead of STMT_LINENO. 33315 (prep_stmt): Use EXPR_LOCUS instead of STMT_LINENO. 33973 (build1_stat): Clear EXPR_LOCUS and TREE_BLOCK. 34008 IS_EMPTY_STMT, EXPR_LOCUS, SET_EXPR_LOCUS, EXPR_FILENAME,
|
| D | ChangeLog-2005 | 25670 to talk_tree as 'data' parameter, rather than EXPR_LOCUS. 25671 (warn_uninit): Get EXPR_LOCUS from context now instead. 29857 EXPR_LOCATION rather than EXPR_LOCUS if USE_MAPPED_LOCATION. 32668 EXPR_LOCUS from orig_cond to the new cond_stmt. 32669 (vect_finish_stmt_generation): Copy EXPR_LOCUS from stmt to
|
| /freebsd-12-stable/contrib/gcc/cp/ |
| D | except.c | 962 EXPR_LOCUS (handler), TREE_TYPE (handler)); in check_handlers_1() 964 EXPR_LOCUS (master), type); in check_handlers_1() 994 " its try block", EXPR_LOCUS (handler)); in check_handlers()
|
| D | ChangeLog.tree-ssa | 14 * except.c (check_handlers_1): Use EXPR_LOCUS instead of STMT_LINENO. 18 set EXPR_LOCUS.
|
| D | semantics.c | 3425 SET_EXPR_LOCUS (init, EXPR_LOCUS (*tp)); in finalize_nrv_r()
|
| D | parser.c | 6867 EXPR_LOCUS (statement)); in cp_parser_selection_statement()
|