Lines Matching refs:current_function_decl

332       elt.ident = cgraph_node::get (current_function_decl)->profile_id;  in get_coverage_counts()
339 warning_at (DECL_SOURCE_LOCATION (current_function_decl), in get_coverage_counts()
342 current_function_decl); in get_coverage_counts()
356 warning_at (DECL_SOURCE_LOCATION (current_function_decl), in get_coverage_counts()
361 current_function_decl, in get_coverage_counts()
365 warning_at (DECL_SOURCE_LOCATION (current_function_decl), in get_coverage_counts()
368 "its profile data (counter %qs)", current_function_decl, in get_coverage_counts()
373 = dump_user_location_t::from_function_decl (current_function_decl); in get_coverage_counts()
398 warning_at (DECL_SOURCE_LOCATION (current_function_decl), in get_coverage_counts()
402 current_function_decl); in get_coverage_counts()
425 = build_var (current_function_decl, array_type, counter); in coverage_counter_alloc()
535 = expand_location (DECL_SOURCE_LOCATION (current_function_decl)); in coverage_compute_lineno_checksum()
541 (chksum, IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (current_function_decl))); in coverage_compute_lineno_checksum()
625 = expand_location (DECL_SOURCE_LOCATION (current_function_decl)); in coverage_begin_function()
635 cgraph_node::get (current_function_decl)->profile_id); in coverage_begin_function()
641 (DECL_ASSEMBLER_NAME (current_function_decl))); in coverage_begin_function()
642 gcov_write_unsigned (DECL_ARTIFICIAL (current_function_decl) in coverage_begin_function()
643 && !DECL_FUNCTION_VERSIONED (current_function_decl) in coverage_begin_function()
644 && !DECL_LAMBDA_FUNCTION_P (current_function_decl)); in coverage_begin_function()
702 item->fn_decl = current_function_decl; in coverage_end_function()