Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDprotoize.c98 static void check_source (int, const char *);
2717 check_source (int cond, const char *clean_p) in check_source() function
2746 check_source (++last_known_line_start < clean_text_limit, 0); in seek_to_line()
2760 check_source (++ptr < clean_text_limit, 0)) in forward_to_next_token_char()
2932 check_source (++clean_text_p < clean_text_limit, 0); in edit_fn_declaration()
2945 check_source (--clean_text_p > clean_read_ptr, 0); in edit_fn_declaration()
2951 check_source (--clean_text_p > clean_read_ptr, 0); in edit_fn_declaration()
3005 for (; depth; check_source (++end_formals < clean_text_limit, 0)) in edit_fn_declaration()
3040 check_source (0, end_formals); /* leave the declaration intact */ in edit_fn_declaration()
3061 check_source (0, start_formals); /* leave the decl intact */ in edit_fn_declaration()
[all …]
HDChangeLog-19998095 process_aux_info_file, identify_lineno, check_source,