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

/freebsd-9.3-release/contrib/gcc/
H A Dprotoize.c3624 const char *start_body;
3631 for (start_body = end_formals + 1; *start_body != '{';)
3632 check_source (++start_body < clean_text_limit, 0);
3635 start_body_orig = orig_text_base + (start_body - clean_text_base);
3638 for (; scan < start_body; scan++, scan_orig++)
3658 clean_read_ptr = start_body - 1;
3605 const char *start_body; local

Completed in 179 milliseconds