Home
last modified time | relevance | path

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

12

/trueos/contrib/gcc/
HDc-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()
HDtree-ssa-alias-warnings.c808 alias_loc = EXPR_LOCATION (alias_site); in strict_aliasing_warn()
813 ref1_loc = EXPR_LOCATION (ref_site1); in strict_aliasing_warn()
818 ref2_loc = EXPR_LOCATION (ref_site2); in strict_aliasing_warn()
HDtree-vectorizer.h28 #define EXPR_LOC(e) EXPR_LOCATION(e)
HDprofile.c797 != LOCATION_FILE (EXPR_LOCATION (last)) in branch_prob()
799 != LOCATION_LINE (EXPR_LOCATION (last))))) in branch_prob()
HDtree-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()
1456 location_t loc = EXPR_LOCATION (stmt); in remove_useless_stmts_warn_notreached()
2082 loc = EXPR_LOCATION (stmt); in remove_bb()
5768 && (location = EXPR_LOCATION (last)) != UNKNOWN_LOCATION) in execute_warn_function_return()
5800 location = EXPR_LOCATION (last); in execute_warn_function_return()
HDtree-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()
HDtree-ssa-propagate.c616 SET_EXPR_LOCATION (expr, EXPR_LOCATION (stmt)); in set_rhs()
HDprint-tree.c872 expanded_location xloc = expand_location (EXPR_LOCATION (node)); in print_node()
HDtree-vrp.c4428 locus = EXPR_LOCATION (stmt); in vrp_evaluate_conditional()
4935 locus = EXPR_LOCATION (stmt); in simplify_div_or_mod_using_ranges()
5015 locus = EXPR_LOCATION (stmt); in simplify_abs_using_ranges()
HDtree.h1461 #define EXPR_LOCATION(NODE) \ macro
1465 #define EXPR_HAS_LOCATION(NODE) (EXPR_LOCATION (NODE) != UNKNOWN_LOCATION)
1491 #define EXPR_LOCATION(NODE) \ macro
HDomp-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()
HDtree-nested.c603 input_location = EXPR_LOCATION (t); in walk_stmts()
HDtree-ssa-ccp.c2498 annotate_all_with_locus (&stmts, EXPR_LOCATION (stmt)); in convert_to_gimple_builtin()
HDtree-ssa-loop-niter.c1143 location_t loc = EXPR_LOCATION (stmt); in number_of_iterations_exit()
HDtree-inline.c1946 input_location = EXPR_LOCATION (t); in expand_call_inline()
HDbuiltins.c10108 location_t locus = EXPR_LOCATION (exp); in expand_builtin_object_size()
10170 location_t locus = EXPR_LOCATION (exp); in expand_builtin_memory_chk()
10323 locus = EXPR_LOCATION (exp); in maybe_emit_chk_warning()
10391 location_t locus = EXPR_LOCATION (exp); in maybe_emit_sprintf_chk_warning()
HDtree-vect-transform.c590 SET_EXPR_LOCATION (vec_stmt, EXPR_LOCATION (stmt)); in vect_finish_stmt_generation()
HDstmt.c1420 locus = EXPR_LOCATION (exp); in warn_if_unused_value()
HDtree-pretty-print.c436 expanded_location xloc = expand_location (EXPR_LOCATION (node)); in dump_generic_node()
HDgimplify.c5426 input_location = EXPR_LOCATION (*expr_p); in gimplify_expr()
HDc-typeck.c7649 switch_location = EXPR_LOCATION (cs->switch_expr); in c_finish_case()
HDexpr.c6745 input_location = EXPR_LOCATION (exp); in expand_expr_real()
/trueos/contrib/gcc/cp/
HDtree.c1999 input_location = EXPR_LOCATION (*tp); in cp_walk_subtrees()
HDpt.c8501 input_location = EXPR_LOCATION (t); in tsubst_expr()
8809 t = finish_omp_for (EXPR_LOCATION (t), decl, init, cond, incr, body, in tsubst_expr()
HDdecl.c2650 switch_location = EXPR_LOCATION (cs->switch_stmt); in pop_switch()

12