Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dfunction.h347 location_t function_end_locus; member
H A Dcfgexpand.c1540 if (cfun->function_end_locus != UNKNOWN_LOCATION) in construct_exit_block()
1542 if (cfun->function_end_locus.file) in construct_exit_block()
1544 input_location = cfun->function_end_locus; in construct_exit_block()
H A Dgimple-low.c97 SET_EXPR_LOCATION (x, cfun->function_end_locus); in lower_function_body()
H A Dtree-ssa.c1184 || locus->line > cfun->function_end_locus.line) in warn_uninit()
H A Dtree-cfg.c5776 location = cfun->function_end_locus; in execute_warn_function_return()
5780 locus = &cfun->function_end_locus; in execute_warn_function_return()
5802 location = cfun->function_end_locus; in execute_warn_function_return()
5807 locus = &cfun->function_end_locus; in execute_warn_function_return()
H A Dcgraphunit.c1719 cfun->function_end_locus = input_location; in cgraph_build_static_cdtor()
H A Dtree-inline.c2780 cfun->function_end_locus = DECL_SOURCE_LOCATION (new_decl); in tree_function_versioning()
H A Domp-low.c1144 cfun->function_end_locus = EXPR_LOCATION (ctx->stmt); in create_omp_child_function()
H A Dc-decl.c7366 cfun->function_end_locus = input_location; in finish_function()
H A DChangeLog.tree-ssa7373 * function.h (struct function): Add function_end_locus.
7376 to function_end_locus before expand_function_end.
H A DChangeLog-200427155 * cfgexpand.c: Handle USE_MAPPED_LOCATION case for function_end_locus.
33605 ib_boundaries_block, function_end_locus and saved_tree/saved_args.
/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog.tree-ssa245 * decl.c (finish_function): Set cfun->function_end_locus.
H A Ddecl.c11970 cfun->function_end_locus = input_location; in finish_function()