Searched refs:binops_by_token (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
H A Dparser.c1234 Transformed into an associative array (binops_by_token) by
1271 binops_by_token[N].token_type == N. Used in cp_parser_binary_expression variable
1273 static cp_parser_binary_operations_map_node binops_by_token[N_CP_TTYPES];
2787 /* Initialize the binops_by_token so that we can get the tree
2790 binops_by_token[binops[i].token_type] = binops[i];
5914 The binops_by_token map is used to get the tree codes for each <token> type.
5920 : binops_by_token[token->type].prec)
5960 tree_type = binops_by_token[token->type].tree_type;

Completed in 123 milliseconds