Home
last modified time | relevance | path

Searched refs:SET_EXPR_LOCATION (Results 1 – 21 of 21) sorted by relevance

/trueos/contrib/gcc/
HDc-semantics.c123 SET_EXPR_LOCATION (ret, input_location); in build_stmt()
HDc-omp.c240 SET_EXPR_LOCATION (init, elocus); in c_finish_omp_for()
380 SET_EXPR_LOCATION (t, locus); in c_finish_omp_for()
HDgimple-low.c97 SET_EXPR_LOCATION (x, cfun->function_end_locus); in lower_function_body()
113 SET_EXPR_LOCATION (x, UNKNOWN_LOCATION); in lower_function_body()
HDtree-mudflap.c463 SET_EXPR_LOCATION (t, DECL_SOURCE_LOCATION (current_function_decl)); in mf_decl_cache_locals()
469 SET_EXPR_LOCATION (t, DECL_SOURCE_LOCATION (current_function_decl)); in mf_decl_cache_locals()
HDc-parser.c2325 SET_EXPR_LOCATION (e, input_location); in c_parser_typeof_specifier()
3766 SET_EXPR_LOCATION (label, loc1); in c_parser_label()
4018 SET_EXPR_LOCATION (stmt, input_location); in c_parser_statement_after_labels()
4020 SET_EXPR_LOCATION (stmt, loc); in c_parser_statement_after_labels()
4041 SET_EXPR_LOCATION (cond, loc); in c_parser_paren_condition()
4351 SET_EXPR_LOCATION (cond, loc); in c_parser_for_statement()
8053 SET_EXPR_LOCATION (cond, input_location); in c_parser_omp_for_loop()
8191 SET_EXPR_LOCATION (substmt, loc); in c_parser_omp_sections_scope()
8217 SET_EXPR_LOCATION (substmt, loc); in c_parser_omp_sections_scope()
8420 SET_EXPR_LOCATION (stmt, loc); in c_parser_omp_construct()
HDtree-ssa-propagate.c616 SET_EXPR_LOCATION (expr, EXPR_LOCATION (stmt)); in set_rhs()
HDc-typeck.c7711 SET_EXPR_LOCATION (stmt, if_locus); in c_finish_if_stmt()
7740 SET_EXPR_LOCATION (t, start_locus); in c_finish_loop()
7772 SET_EXPR_LOCATION (t, start_locus); in c_finish_loop()
7779 SET_EXPR_LOCATION (exit, start_locus); in c_finish_loop()
7781 SET_EXPR_LOCATION (exit, input_location); in c_finish_loop()
7894 SET_EXPR_LOCATION (expr, input_location); in c_process_expr_stmt()
HDgimplify.c618 SET_EXPR_LOCATION (mod, input_location); in internal_get_tmp_var()
774 SET_EXPR_LOCATION (t, locus); in annotate_one_with_locus()
2031 SET_EXPR_LOCATION (*expr_p, input_location); in gimplify_call_expr()
6203 SET_EXPR_LOCATION (tmp, input_location); in gimplify_one_sizepos()
HDtree.h1463 #define SET_EXPR_LOCATION(NODE, FROM) \ macro
1485 #define SET_EXPR_LOCATION(NODE, FROM) annotate_with_locus (NODE, FROM) macro
HDc-decl.c441 SET_EXPR_LOCATION (t, input_location); in add_stmt()
7328 SET_EXPR_LOCATION (stmt, BUILTINS_LOCATION); in finish_function()
8236 SET_EXPR_LOCATION (decl_stmt, DECL_SOURCE_LOCATION (decl)); in declare_block_prologue_local_vars()
HDtree-vect-transform.c590 SET_EXPR_LOCATION (vec_stmt, EXPR_LOCATION (stmt)); in vect_finish_stmt_generation()
HDtree-cfg.c2676 SET_EXPR_LOCATION (stmt, e->goto_locus); in disband_implicit_edges()
HDtree.c2898 SET_EXPR_LOCATION (t, UNKNOWN_LOCATION); in build1_stat()
HDChangeLog-200412267 (checking macros, EXPR_LOCATION, SET_EXPR_LOCATION, EXPR_LOCUS): Update.
27114 * tree.h (EXPR_LOCATION, SET_EXPR_LOCATION, EXPR_HAS_LOCATION,
27118 * tree.c (build1_stat): Use SET_EXPR_LOCATION.
27132 * c-gimplify.c (c-gimplify.c): Generalize using SET_EXPR_LOCATION.
27148 * c-parse.in: Use SET_EXPR_LOCATION macro.
HDChangeLog-200529852 * c-decl.c (finish_function): Use SET_EXPR_LOCATION instead of
/trueos/contrib/gcc/cp/
HDcp-gimplify.c353 SET_EXPR_LOCATION (*stmt_p, stmt_locus); in gimplify_switch_stmt()
HDsemantics.c372 SET_EXPR_LOCATION (t, input_location); in add_stmt()
4005 SET_EXPR_LOCATION (stmt, locus); in finish_omp_for()
HDparser.c6563 SET_EXPR_LOCATION (statement, statement_location); in cp_parser_statement()
20394 SET_EXPR_LOCATION (decl_stmt, DECL_SOURCE_LOCATION (decl)); in declare_block_prologue_local_byref_vars()
21619 SET_EXPR_LOCATION (stmt, pragma_tok->location); in cp_parser_omp_construct()
HDdecl.c11861 SET_EXPR_LOCATION (stmt, UNKNOWN_LOCATION); in finish_function()
HDChangeLog-20044189 statement_location and use SET_EXPR_LOCATION macro.
HDChangeLog6464 * decl.c (finish_function): Use SET_EXPR_LOCATION instead of