Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-format.c1198 format_check_context format_ctx; in check_format_info() local
1225 format_ctx.res = &res; in check_format_info()
1226 format_ctx.info = info; in check_format_info()
1227 format_ctx.params = params; in check_format_info()
1229 check_function_arguments_recurse (check_format_arg, &format_ctx, in check_format_info()
1301 format_check_context *format_ctx = (format_check_context *) ctx; in check_format_arg() local
1302 format_check_results *res = format_ctx->res; in check_format_arg()
1303 function_format_info *info = format_ctx->info; in check_format_arg()
1304 tree params = format_ctx->params; in check_format_arg()