Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dc-format.c810 int number_non_literal; member
1217 res.number_non_literal = 0; in check_format_info()
1232 if (res.number_non_literal > 0) in check_format_info()
1274 if (res.number_extra_args > 0 && res.number_non_literal == 0 in check_format_info()
1277 if (res.number_dollar_extra_args > 0 && res.number_non_literal == 0 in check_format_info()
1280 if (res.number_empty > 0 && res.number_non_literal == 0 in check_format_info()
1359 res->number_non_literal++; in check_format_arg()
1365 res->number_non_literal++; in check_format_arg()
1371 res->number_non_literal++; in check_format_arg()
1392 res->number_non_literal++; in check_format_arg()
[all …]