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

/freebsd-9.3-release/contrib/gcc/
H A Dprotoize.c98 static void check_source (int, const char *);
2736 check_source (int cond, const char *clean_p)
2765 check_source (++last_known_line_start < clean_text_limit, 0);
2779 check_source (++ptr < clean_text_limit, 0))
2951 check_source (++clean_text_p < clean_text_limit, 0);
2964 check_source (--clean_text_p > clean_read_ptr, 0);
2970 check_source (--clean_text_p > clean_read_ptr, 0);
3024 for (; depth; check_source (++end_formals < clean_text_limit, 0))
3059 check_source (0, end_formals); /* leave the declaration intact */
3080 check_source (
2717 check_source (int cond, const char *clean_p) function
[all...]

Completed in 99 milliseconds