Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dgimple-low.c587 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()
Dcfgexpand.c1187 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()
Dprofile.c783 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()
Dtree-mudflap.c916 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()
Dtree-vectorizer.h34 #define EXPR_LOC(e) EXPR_LOCUS(e)
Dtree-cfg.c630 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()
Dtree-nested.c392 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()
Dtree-ssa.c1178 ? EXPR_LOCUS (context) in warn_uninit()
Dvalue-prof.c93 ? EXPR_LOCUS (stmt) in check_counter()
Dc-common.c1092 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()
Dtree.h1467 #define EXPR_LOCUS(NODE) \ macro
1481 #define EXPR_LOCUS(NODE) \ macro
1490 #define EXPR_HAS_LOCATION(NODE) (EXPR_LOCUS (NODE) != NULL)
Dtree.c3254 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()
Domp-low.c4268 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()
Dgimplify.c616 SET_EXPR_LOCUS (mod, EXPR_LOCUS (val)); in internal_get_tmp_var()
6201 SET_EXPR_LOCUS (tmp, EXPR_LOCUS (expr)); in gimplify_one_sizepos()
Dtree-vect-transform.c592 SET_EXPR_LOCUS (vec_stmt, EXPR_LOCUS (stmt)); in vect_finish_stmt_generation()
Dc-typeck.c7879 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()
DChangeLog.tree-ssa362 * 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.
DChangeLog-200412267 (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,
DChangeLog-200525670 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/
Dexcept.c962 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()
DChangeLog.tree-ssa14 * except.c (check_handlers_1): Use EXPR_LOCUS instead of STMT_LINENO.
18 set EXPR_LOCUS.
Dsemantics.c3425 SET_EXPR_LOCUS (init, EXPR_LOCUS (*tp)); in finalize_nrv_r()
Dparser.c6867 EXPR_LOCUS (statement)); in cp_parser_selection_statement()