Home
last modified time | relevance | path

Searched refs:EXPR_LOCATION (Results 1 – 25 of 27) sorted by relevance

12

/openbsd-src/gnu/gcc/gcc/
H A Dc-omp.c214 elocus = EXPR_LOCATION (init); in c_finish_omp_for()
255 elocus = EXPR_LOCATION (cond); in c_finish_omp_for()
320 elocus = EXPR_LOCATION (incr); in c_finish_omp_for()
H A Dtree-vectorizer.h28 #define EXPR_LOC(e) EXPR_LOCATION(e)
H A Dprofile.c797 != LOCATION_FILE (EXPR_LOCATION (last)) in branch_prob()
799 != LOCATION_LINE (EXPR_LOCATION (last))))) in branch_prob()
H A Dtree-cfg.c628 e->goto_locus = EXPR_LOCATION (COND_EXPR_THEN (entry)); in make_cond_expr_edges()
636 e->goto_locus = EXPR_LOCATION (COND_EXPR_ELSE (entry)); in make_cond_expr_edges()
890 e->goto_locus = EXPR_LOCATION (goto_t); in make_goto_expr_edges()
1449 location_t loc = EXPR_LOCATION (stmt); in remove_useless_stmts_warn_notreached()
2075 loc = EXPR_LOCATION (stmt); in remove_bb()
5761 && (location = EXPR_LOCATION (last)) != UNKNOWN_LOCATION) in execute_warn_function_return()
5793 location = EXPR_LOCATION (last); in execute_warn_function_return()
H A Dtree-sra.c1924 annotate_all_with_locus (&list, EXPR_LOCATION (stmt)); in sra_insert_before()
1936 annotate_all_with_locus (&list, EXPR_LOCATION (stmt)); in sra_insert_after()
H A Dtree-ssa-propagate.c647 SET_EXPR_LOCATION (expr, EXPR_LOCATION (stmt)); in set_rhs()
H A Dprint-tree.c870 expanded_location xloc = expand_location (EXPR_LOCATION (node)); in print_node()
H A Dtree-vrp.c4422 locus = EXPR_LOCATION (stmt); in vrp_evaluate_conditional()
4929 locus = EXPR_LOCATION (stmt); in simplify_div_or_mod_using_ranges()
5009 locus = EXPR_LOCATION (stmt); in simplify_abs_using_ranges()
H A Dtree.h1431 #define EXPR_LOCATION(NODE) \ macro
1435 #define EXPR_HAS_LOCATION(NODE) (EXPR_LOCATION (NODE) != UNKNOWN_LOCATION)
1461 #define EXPR_LOCATION(NODE) \ macro
H A Domp-low.c1143 DECL_SOURCE_LOCATION (decl) = EXPR_LOCATION (ctx->stmt); in create_omp_child_function()
1144 cfun->function_end_locus = EXPR_LOCATION (ctx->stmt); in create_omp_child_function()
1340 input_location = EXPR_LOCATION (t); in scan_omp_1()
H A Dtree-ssa-ccp.c2504 annotate_all_with_locus (&stmts, EXPR_LOCATION (stmt)); in convert_to_gimple_builtin()
H A Dtree-nested.c603 input_location = EXPR_LOCATION (t); in walk_stmts()
H A Dtree-ssa-loop-niter.c1143 location_t loc = EXPR_LOCATION (stmt); in number_of_iterations_exit()
H A Dtree-inline.c1946 input_location = EXPR_LOCATION (t); in expand_call_inline()
H A Dbuiltins.c10039 location_t locus = EXPR_LOCATION (exp); in expand_builtin_object_size()
10101 location_t locus = EXPR_LOCATION (exp); in expand_builtin_memory_chk()
10254 locus = EXPR_LOCATION (exp); in maybe_emit_chk_warning()
10322 location_t locus = EXPR_LOCATION (exp); in maybe_emit_sprintf_chk_warning()
H A Dstmt.c1409 locus = EXPR_LOCATION (exp); in warn_if_unused_value()
H A Dtree-pretty-print.c436 expanded_location xloc = expand_location (EXPR_LOCATION (node)); in dump_generic_node()
H A Dtree-vect-transform.c590 SET_EXPR_LOCATION (vec_stmt, EXPR_LOCATION (stmt)); in vect_finish_stmt_generation()
H A Dgimplify.c5426 input_location = EXPR_LOCATION (*expr_p); in gimplify_expr()
H A Dc-typeck.c7255 switch_location = EXPR_LOCATION (cs->switch_expr); in c_finish_case()
H A Dexpr.c6700 input_location = EXPR_LOCATION (exp); in expand_expr_real()
/openbsd-src/gnu/gcc/gcc/cp/
H A Dtree.c1982 input_location = EXPR_LOCATION (*tp); in cp_walk_subtrees()
H A Dpt.c8487 input_location = EXPR_LOCATION (t); in tsubst_expr()
8786 t = finish_omp_for (EXPR_LOCATION (t), decl, init, cond, incr, body, in tsubst_expr()
H A Ddecl.c2635 switch_location = EXPR_LOCATION (cs->switch_stmt); in pop_switch()
/openbsd-src/gnu/gcc/gcc/treelang/
H A DChangeLog202 set EXPR_LOCATION on ret1.

12