Home
last modified time | relevance | path

Searched refs:function_start_locus (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pru/
H A Dpru-passes.c205 chk_function_decl (fntype, fun->function_start_locus); in execute()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pru/
H A Dpru-passes.cc205 chk_function_decl (fntype, fun->function_start_locus); in execute()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsupergraph.cc617 return m_fun->function_start_locus; in get_start_location()
641 return m_fun->function_start_locus; in get_end_location()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfunction.h325 location_t function_start_locus; member
H A Dtsan.cc851 gimple_set_location (g, cfun->function_start_locus); in instrument_func_entry()
856 gimple_set_location (g, cfun->function_start_locus); in instrument_func_entry()
H A Dauto-profile.cc1573 afdo_source_profile->mark_annotated (cfun->function_start_locus); in afdo_annotate_cfg()
H A Dlto-streamer-in.cc1311 stream_input_location (&fn->function_start_locus, &bp, data_in); in input_struct_function_base()
H A Dcfgexpand.cc6655 if (LOCATION_LOCUS (fun->function_start_locus) == UNKNOWN_LOCATION) in execute()
6659 set_curr_insn_location (fun->function_start_locus); in execute()
H A Dlto-streamer-out.cc2276 stream_output_location (ob, &bp, fn->function_start_locus); in output_struct_function_base()
H A DChangeLog9759 DECL_SOURCE_LOCATION (cfun->decl) instead of cfun->function_start_locus.
H A DChangeLog-20086378 * function.h (struct function): Add function_start_locus.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfunction.h318 location_t function_start_locus; member
H A Dtsan.c835 gimple_set_location (g, cfun->function_start_locus); in instrument_func_entry()
840 gimple_set_location (g, cfun->function_start_locus); in instrument_func_entry()
H A Dauto-profile.c1549 afdo_source_profile->mark_annotated (cfun->function_start_locus); in afdo_annotate_cfg()
H A Dlto-streamer-in.c1322 stream_input_location (&fn->function_start_locus, &bp, data_in);
H A Dcfgexpand.c6422 if (LOCATION_LOCUS (fun->function_start_locus) == UNKNOWN_LOCATION) in execute()
6426 set_curr_insn_location (fun->function_start_locus); in execute()
H A Dlto-streamer-out.c2218 stream_output_location (ob, &bp, fn->function_start_locus); in output_struct_function_base()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsupergraph.cc787 return m_fun->function_start_locus; in get_start_location()
811 return m_fun->function_start_locus; in get_end_location()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2008567 * parser.c (cp_parser_init_declarator): Set function_start_locus
H A Dparser.cc22598 DECL_STRUCT_FUNCTION (decl)->function_start_locus in cp_parser_init_declarator()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c2473 DECL_STRUCT_FUNCTION (current_function_decl)->function_start_locus in c_parser_declaration_or_fndef()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc2515 DECL_STRUCT_FUNCTION (current_function_decl)->function_start_locus in c_parser_declaration_or_fndef()
H A DChangeLog1424 the function_start_locus location. Don't do that afterwards for the
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c20713 DECL_STRUCT_FUNCTION (decl)->function_start_locus in cp_parser_init_declarator()