Searched refs:function_end_locus (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dfunction.h342 location_t function_end_locus;
341 location_t function_end_locus; local
H A Dcfgexpand.c1472 if (cfun->function_end_locus != UNKNOWN_LOCATION)
1474 if (cfun->function_end_locus.file)
1476 input_location = cfun->function_end_locus;
H A Dgimple-low.c97 SET_EXPR_LOCATION (x, cfun->function_end_locus);
H A Dtree-cfg.c5778 location = cfun->function_end_locus;
5782 locus = &cfun->function_end_locus;
5804 location = cfun->function_end_locus;
5809 locus = &cfun->function_end_locus;
H A Dtree-ssa.c1185 || locus->line > cfun->function_end_locus.line)
H A Dcgraphunit.c1705 cfun->function_end_locus = input_location;
H A Dtree-inline.c2780 cfun->function_end_locus = DECL_SOURCE_LOCATION (new_decl);
H A Domp-low.c1144 cfun->function_end_locus = EXPR_LOCATION (ctx->stmt);
H A Dc-decl.c6962 cfun->function_end_locus = input_location;
/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl.c11441 cfun->function_end_locus = input_location;

Completed in 317 milliseconds