Home
last modified time | relevance | path

Searched refs:reshape_init_array (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c150 static bool reshape_init_array (tree, tree, tree *, tree);
8224 reshape_init_array (tree elt_type, tree max_index, in reshape_init_array() function
8450 if (!reshape_init_array (TREE_TYPE (type), max_index, in reshape_init()
H A DChangeLog44 (reshape_init_array): New function. Use integers instead of trees
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog421 (reshape_init_array): Likewise.
4978 (reshape_init_array): Rename to...
4981 (reshape_init_array, reshape_init_vector, reshape_init_class,
6334 * decl.c (reshape_init_array): Use UHWI type for max_index_cst
H A Ddecl.c4473 reshape_init_array (tree type, reshape_iter *d) in reshape_init_array() function
4703 return reshape_init_array (type, d); in reshape_init_r()
H A DChangeLog-20041559 check_for_uninitialized_const_var, reshape_init_array,
1945 * decl.c (reshape_init_array): Initialize max_index_cst to fix
2026 (reshape_init_array): New function. Use integers instead of trees