Searched refs:SET_EXPR_LOCATION (Results 1 – 21 of 21) sorted by relevance
| /trueos/contrib/gcc/ |
| HD | c-semantics.c | 123 SET_EXPR_LOCATION (ret, input_location); in build_stmt()
|
| HD | c-omp.c | 240 SET_EXPR_LOCATION (init, elocus); in c_finish_omp_for() 380 SET_EXPR_LOCATION (t, locus); in c_finish_omp_for()
|
| HD | gimple-low.c | 97 SET_EXPR_LOCATION (x, cfun->function_end_locus); in lower_function_body() 113 SET_EXPR_LOCATION (x, UNKNOWN_LOCATION); in lower_function_body()
|
| HD | tree-mudflap.c | 463 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()
|
| HD | c-parser.c | 2325 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()
|
| HD | tree-ssa-propagate.c | 616 SET_EXPR_LOCATION (expr, EXPR_LOCATION (stmt)); in set_rhs()
|
| HD | c-typeck.c | 7711 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()
|
| HD | gimplify.c | 618 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()
|
| HD | tree.h | 1463 #define SET_EXPR_LOCATION(NODE, FROM) \ macro 1485 #define SET_EXPR_LOCATION(NODE, FROM) annotate_with_locus (NODE, FROM) macro
|
| HD | c-decl.c | 441 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()
|
| HD | tree-vect-transform.c | 590 SET_EXPR_LOCATION (vec_stmt, EXPR_LOCATION (stmt)); in vect_finish_stmt_generation()
|
| HD | tree-cfg.c | 2676 SET_EXPR_LOCATION (stmt, e->goto_locus); in disband_implicit_edges()
|
| HD | tree.c | 2898 SET_EXPR_LOCATION (t, UNKNOWN_LOCATION); in build1_stat()
|
| HD | ChangeLog-2004 | 12267 (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.
|
| HD | ChangeLog-2005 | 29852 * c-decl.c (finish_function): Use SET_EXPR_LOCATION instead of
|
| /trueos/contrib/gcc/cp/ |
| HD | cp-gimplify.c | 353 SET_EXPR_LOCATION (*stmt_p, stmt_locus); in gimplify_switch_stmt()
|
| HD | semantics.c | 372 SET_EXPR_LOCATION (t, input_location); in add_stmt() 4005 SET_EXPR_LOCATION (stmt, locus); in finish_omp_for()
|
| HD | parser.c | 6563 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()
|
| HD | decl.c | 11861 SET_EXPR_LOCATION (stmt, UNKNOWN_LOCATION); in finish_function()
|
| HD | ChangeLog-2004 | 4189 statement_location and use SET_EXPR_LOCATION macro.
|
| HD | ChangeLog | 6464 * decl.c (finish_function): Use SET_EXPR_LOCATION instead of
|