Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-semantics.c123 SET_EXPR_LOCATION (ret, input_location); in build_stmt()
H A Dc-omp.c240 SET_EXPR_LOCATION (init, elocus); in c_finish_omp_for()
380 SET_EXPR_LOCATION (t, locus); in c_finish_omp_for()
H A Dgimple-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()
H A Dtree-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()
H A Dc-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()
H A Dtree-ssa-propagate.c616 SET_EXPR_LOCATION (expr, EXPR_LOCATION (stmt)); in set_rhs()
H A Dc-typeck.c7732 SET_EXPR_LOCATION (stmt, if_locus); in c_finish_if_stmt()
7761 SET_EXPR_LOCATION (t, start_locus); in c_finish_loop()
7793 SET_EXPR_LOCATION (t, start_locus); in c_finish_loop()
7800 SET_EXPR_LOCATION (exit, start_locus); in c_finish_loop()
7802 SET_EXPR_LOCATION (exit, input_location); in c_finish_loop()
7915 SET_EXPR_LOCATION (expr, input_location); in c_process_expr_stmt()
H A Dgimplify.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()
H A Dtree.h1463 #define SET_EXPR_LOCATION(NODE, FROM) \ macro
1485 #define SET_EXPR_LOCATION(NODE, FROM) annotate_with_locus (NODE, FROM) macro
H A Dc-decl.c441 SET_EXPR_LOCATION (t, input_location); in add_stmt()
7322 SET_EXPR_LOCATION (stmt, BUILTINS_LOCATION); in finish_function()
8230 SET_EXPR_LOCATION (decl_stmt, DECL_SOURCE_LOCATION (decl)); in declare_block_prologue_local_vars()
H A Dtree-vect-transform.c590 SET_EXPR_LOCATION (vec_stmt, EXPR_LOCATION (stmt)); in vect_finish_stmt_generation()
H A Dtree-cfg.c2676 SET_EXPR_LOCATION (stmt, e->goto_locus); in disband_implicit_edges()
H A Dtree.c2898 SET_EXPR_LOCATION (t, UNKNOWN_LOCATION); in build1_stat()
H A DChangeLog-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.
H A DChangeLog-200529852 * c-decl.c (finish_function): Use SET_EXPR_LOCATION instead of
/freebsd-12.1/contrib/gcc/cp/
H A Dcp-gimplify.c353 SET_EXPR_LOCATION (*stmt_p, stmt_locus); in gimplify_switch_stmt()
H A Dsemantics.c372 SET_EXPR_LOCATION (t, input_location); in add_stmt()
4005 SET_EXPR_LOCATION (stmt, locus); in finish_omp_for()
H A Dparser.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()
H A Ddecl.c11861 SET_EXPR_LOCATION (stmt, UNKNOWN_LOCATION); in finish_function()
H A DChangeLog-20044189 statement_location and use SET_EXPR_LOCATION macro.
H A DChangeLog6464 * decl.c (finish_function): Use SET_EXPR_LOCATION instead of