Home
last modified time | relevance | path

Searched refs:function_end_locus (Results 1 – 25 of 46) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-low.c135 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 Dauto-profile.c726 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 Dfunction.h321 location_t function_end_locus; member
H A Dcoverage.c649 expanded_location endloc = expand_location (cfun->function_end_locus); in coverage_begin_function()
H A Dtsan.c742 gimple_set_location (g, cfun->function_end_locus); in replace_func_exit()
H A Dipa.c894 cfun->function_end_locus = input_location; in cgraph_build_static_cdtor_1()
H A Dcfgexpand.c3728 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 Dtree-ssa-uninit.c189 || linemap_location_before_p (line_table, cfun->function_end_locus, in warn_uninit()
H A Dlto-streamer-in.c1323 stream_input_location (&fn->function_end_locus, &bp, data_in);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-low.cc135 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 Dauto-profile.cc726 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 Dfunction.h328 location_t function_end_locus; member
H A Dgimple-ssa-isolate-paths.cc407 stmtloc = cfun->function_end_locus; in diag_returned_locals()
H A Dtsan.cc756 gimple_set_location (g, cfun->function_end_locus); in replace_func_exit()
H A Dipa.cc897 cfun->function_end_locus = input_location; in cgraph_build_static_cdtor_1()
H A Dcoverage.cc654 expanded_location endloc = expand_location (cfun->function_end_locus); in coverage_begin_function()
H A Dcfgexpand.cc3908 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 Dlto-streamer-in.cc1312 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 Dsupergraph.cc620 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 Danalyzer.cc57 return fun->function_end_locus; in get_stmt_location()
H A Dsupergraph.cc790 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 Ddecl.cc2075 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 Ddecl.cc1943 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 DChangeLog.tree-ssa245 * decl.c (finish_function): Set cfun->function_end_locus.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-decl.c3025 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()

12