Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dfrontend-passes.cc5066 } ind_type; typedef
5090 ind_type *ind; in index_cost()
5112 ind = (ind_type *) data; in index_cost()
5129 const ind_type *i1 = (const ind_type *) e1; in loop_comp()
5130 const ind_type *i2 = (const ind_type *) e2; in loop_comp()
5152 ind_type *ind; in index_interchange()
5166 ind = XALLOCAVEC (ind_type, n_iter + 1); in index_interchange()
5182 qsort ((void *) ind, n_iter, sizeof (ind_type), loop_comp); in index_interchange()
H A DChangeLog-2017581 (ind_type): New function.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dfrontend-passes.c4786 } ind_type; typedef
4810 ind_type *ind; in index_cost()
4832 ind = (ind_type *) data; in index_cost()
4849 const ind_type *i1 = (const ind_type *) e1; in loop_comp()
4850 const ind_type *i2 = (const ind_type *) e2; in loop_comp()
4872 ind_type *ind; in index_interchange()
4886 ind = XALLOCAVEC (ind_type, n_iter + 1); in index_interchange()
4902 qsort ((void *) ind, n_iter, sizeof (ind_type), loop_comp); in index_interchange()