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

/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c6464 tree length_index, stride = NULL_TREE, value_tree, array_type;
6496 length_index = NULL_TREE;
6515 length_index = cp_parser_expression (parser);
6524 if (*init_index == error_mark_node || length_index == error_mark_node
6534 length_index, stride, array_type);
6462 tree length_index, stride = NULL_TREE, value_tree, array_type; local

Completed in 193 milliseconds