/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-low.c | 135 gimple_set_location (x, cfun->function_end_locus); in lower_function_body() 717 tmp_rs.label = create_artificial_label (cfun->function_end_locus); in lower_gimple_return()
|
H A D | auto-profile.c | 726 if (LOCATION_LOCUS (gimple_location (stmt)) == cfun->function_end_locus) in get_count_info() 767 if (LOCATION_LOCUS (gimple_location (stmt)) == cfun->function_end_locus) in update_inlined_ind_target() 1550 afdo_source_profile->mark_annotated (cfun->function_end_locus); in afdo_annotate_cfg()
|
H A D | function.h | 321 location_t function_end_locus; member
|
H A D | coverage.c | 649 expanded_location endloc = expand_location (cfun->function_end_locus); in coverage_begin_function()
|
H A D | tsan.c | 742 gimple_set_location (g, cfun->function_end_locus); in replace_func_exit()
|
H A D | ipa.c | 894 cfun->function_end_locus = input_location; in cgraph_build_static_cdtor_1()
|
H A D | cfgexpand.c | 3728 set_curr_insn_location (cfun->function_end_locus); in expand_gimple_stmt_1() 6065 if (LOCATION_LOCUS (cfun->function_end_locus) != UNKNOWN_LOCATION) in construct_exit_block() 6066 input_location = cfun->function_end_locus; in construct_exit_block()
|
H A D | tree-ssa-uninit.c | 189 || linemap_location_before_p (line_table, cfun->function_end_locus, in warn_uninit()
|
H A D | lto-streamer-in.c | 1323 stream_input_location (&fn->function_end_locus, &bp, data_in);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-low.cc | 135 gimple_set_location (x, cfun->function_end_locus); in lower_function_body() 718 tmp_rs.label = create_artificial_label (cfun->function_end_locus); in lower_gimple_return()
|
H A D | auto-profile.cc | 726 if (LOCATION_LOCUS (gimple_location (stmt)) == cfun->function_end_locus) in get_count_info() 767 if (LOCATION_LOCUS (gimple_location (stmt)) == cfun->function_end_locus) in update_inlined_ind_target() 1574 afdo_source_profile->mark_annotated (cfun->function_end_locus); in afdo_annotate_cfg()
|
H A D | function.h | 328 location_t function_end_locus; member
|
H A D | gimple-ssa-isolate-paths.cc | 407 stmtloc = cfun->function_end_locus; in diag_returned_locals()
|
H A D | tsan.cc | 756 gimple_set_location (g, cfun->function_end_locus); in replace_func_exit()
|
H A D | ipa.cc | 897 cfun->function_end_locus = input_location; in cgraph_build_static_cdtor_1()
|
H A D | coverage.cc | 654 expanded_location endloc = expand_location (cfun->function_end_locus); in coverage_begin_function()
|
H A D | cfgexpand.cc | 3908 set_curr_insn_location (cfun->function_end_locus); in expand_gimple_stmt_1() 6252 if (LOCATION_LOCUS (cfun->function_end_locus) != UNKNOWN_LOCATION) in construct_exit_block() 6253 input_location = cfun->function_end_locus; in construct_exit_block()
|
H A D | lto-streamer-in.cc | 1312 stream_input_location (&fn->function_end_locus, &bp, data_in); in input_struct_function_base()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | supergraph.cc | 620 return m_fun->function_end_locus; in get_start_location() 643 return m_fun->function_end_locus; in get_end_location()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | analyzer.cc | 57 return fun->function_end_locus; in get_stmt_location()
|
H A D | supergraph.cc | 790 return m_fun->function_end_locus; in get_start_location() 813 return m_fun->function_end_locus; in get_end_location()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | decl.cc | 2075 cfun->function_end_locus = make_location_t (fd->endloc); in start_function() 2077 cfun->function_end_locus = DECL_SOURCE_LOCATION (fndecl); in start_function()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | decl.cc | 1943 cfun->function_end_locus = make_location_t (fd->endloc); in start_function() 1945 cfun->function_end_locus = DECL_SOURCE_LOCATION (fndecl); in start_function()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog.tree-ssa | 245 * decl.c (finish_function): Set cfun->function_end_locus.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-decl.c | 3025 cfun->function_end_locus = input_location; in build_entry_thunks() 5780 cfun->function_end_locus = input_location; in generate_coarray_init() 7003 cfun->function_end_locus = input_location; in gfc_generate_function_code()
|