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

/haiku-buildtools/legacy/gcc/texinfo/util/
H A Dtexindex.c1208 init_index ()
1393 init_index ();
1503 init_index ();
1199 init_index () function
/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c6460 cp_parser_array_notation (location_t loc, cp_parser *parser, tree *init_index,
6494 *init_index = NULL_TREE;
6505 *init_index = cp_parser_expression (parser);
6524 if (*init_index == error_mark_node || length_index == error_mark_node
6533 value_tree = build_array_notation_ref (loc, array_value, *init_index,
6458 cp_parser_array_notation(location_t loc, cp_parser *parser, tree *init_index, tree array_value) argument

Completed in 268 milliseconds