Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-format.cc1890 int &has_operand_number, tree first_fillin_param,
1962 int &has_operand_number; member in argument_parser
2136 has_operand_number (has_operand_number_), in argument_parser()
2152 if ((fki->flags & (int) FMT_FLAG_USE_DOLLAR) && has_operand_number != 0) in read_any_dollar()
2166 has_operand_number = 1; in read_any_dollar()
2236 if (has_operand_number != 0) in read_any_format_width()
2240 has_operand_number == 1, in read_any_format_width()
2247 has_operand_number = 1; in read_any_format_width()
2251 has_operand_number = 0; in read_any_format_width()
2266 if (has_operand_number <= 0) in read_any_format_width()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-format.c1897 int &has_operand_number, tree first_fillin_param,
1969 int &has_operand_number; variable
2143 has_operand_number (has_operand_number_), in argument_parser()
2159 if ((fki->flags & (int) FMT_FLAG_USE_DOLLAR) && has_operand_number != 0) in read_any_dollar()
2173 has_operand_number = 1; in read_any_dollar()
2243 if (has_operand_number != 0) in read_any_format_width()
2247 has_operand_number == 1, in read_any_format_width()
2254 has_operand_number = 1; in read_any_format_width()
2258 has_operand_number = 0; in read_any_format_width()
2273 if (has_operand_number <= 0) in read_any_format_width()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200432838 numbers might occur but has_operand_number == 0.