Searched refs:EXPR_LOCATION (Results 1 – 25 of 27) sorted by relevance
12
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-omp.c | 214 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 D | tree-vectorizer.h | 28 #define EXPR_LOC(e) EXPR_LOCATION(e)
|
| H A D | profile.c | 797 != LOCATION_FILE (EXPR_LOCATION (last)) in branch_prob() 799 != LOCATION_LINE (EXPR_LOCATION (last))))) in branch_prob()
|
| H A D | tree-cfg.c | 628 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 D | tree-sra.c | 1924 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 D | tree-ssa-propagate.c | 647 SET_EXPR_LOCATION (expr, EXPR_LOCATION (stmt)); in set_rhs()
|
| H A D | print-tree.c | 870 expanded_location xloc = expand_location (EXPR_LOCATION (node)); in print_node()
|
| H A D | tree-vrp.c | 4422 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 D | tree.h | 1431 #define EXPR_LOCATION(NODE) \ macro 1435 #define EXPR_HAS_LOCATION(NODE) (EXPR_LOCATION (NODE) != UNKNOWN_LOCATION) 1461 #define EXPR_LOCATION(NODE) \ macro
|
| H A D | omp-low.c | 1143 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 D | tree-ssa-ccp.c | 2504 annotate_all_with_locus (&stmts, EXPR_LOCATION (stmt)); in convert_to_gimple_builtin()
|
| H A D | tree-nested.c | 603 input_location = EXPR_LOCATION (t); in walk_stmts()
|
| H A D | tree-ssa-loop-niter.c | 1143 location_t loc = EXPR_LOCATION (stmt); in number_of_iterations_exit()
|
| H A D | tree-inline.c | 1946 input_location = EXPR_LOCATION (t); in expand_call_inline()
|
| H A D | builtins.c | 10039 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 D | stmt.c | 1409 locus = EXPR_LOCATION (exp); in warn_if_unused_value()
|
| H A D | tree-pretty-print.c | 436 expanded_location xloc = expand_location (EXPR_LOCATION (node)); in dump_generic_node()
|
| H A D | tree-vect-transform.c | 590 SET_EXPR_LOCATION (vec_stmt, EXPR_LOCATION (stmt)); in vect_finish_stmt_generation()
|
| H A D | gimplify.c | 5426 input_location = EXPR_LOCATION (*expr_p); in gimplify_expr()
|
| H A D | c-typeck.c | 7255 switch_location = EXPR_LOCATION (cs->switch_expr); in c_finish_case()
|
| H A D | expr.c | 6700 input_location = EXPR_LOCATION (exp); in expand_expr_real()
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | tree.c | 1982 input_location = EXPR_LOCATION (*tp); in cp_walk_subtrees()
|
| H A D | pt.c | 8487 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 D | decl.c | 2635 switch_location = EXPR_LOCATION (cs->switch_stmt); in pop_switch()
|
| /openbsd-src/gnu/gcc/gcc/treelang/ |
| H A D | ChangeLog | 202 set EXPR_LOCATION on ret1.
|
12