Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dfunction.h341 location_t function_end_locus; member
H A Dcfgexpand.c1559 if (cfun->function_end_locus != UNKNOWN_LOCATION) in construct_exit_block()
1561 if (cfun->function_end_locus.file) in construct_exit_block()
1563 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.c5769 location = cfun->function_end_locus; in execute_warn_function_return()
5773 locus = &cfun->function_end_locus; in execute_warn_function_return()
5795 location = cfun->function_end_locus; in execute_warn_function_return()
5800 locus = &cfun->function_end_locus; in execute_warn_function_return()
H A Dcgraphunit.c1705 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.c6795 cfun->function_end_locus = input_location; in finish_function()
/openbsd-src/gnu/gcc/gcc/treelang/
H A Dtreetree.c478 cfun->function_end_locus = loc; in tree_code_create_function_wrapup()
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog.tree-ssa245 * decl.c (finish_function): Set cfun->function_end_locus.
H A Ddecl.c11330 cfun->function_end_locus = input_location; in finish_function()