Searched refs:validated_p (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/gcc/
H A Dc-format.c85 int validated_p);
156 If validated_p is true there should be no errors.
159 get_constant (tree expr, unsigned HOST_WIDE_INT *value, int validated_p)
163 gcc_assert (!validated_p);
180 decode_format_attr (tree args, function_format_info *info, int validated_p)
189 gcc_assert (!validated_p);
201 gcc_assert (!validated_p);
208 if (!get_constant (format_num_expr, &info->format_num, validated_p))
214 if (!get_constant (first_arg_num_expr, &info->first_arg_num, validated_p))
222 gcc_assert (!validated_p);
157 get_constant(tree expr, unsigned HOST_WIDE_INT *value, int validated_p) argument
178 decode_format_attr(tree args, function_format_info *info, int validated_p) argument
[all...]

Completed in 74 milliseconds