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

/haiku-buildtools/gcc/gcc/
H A Dtree-object-size.c69 unsigned int *depths; member in struct:object_size_info
547 osi.depths = NULL;
574 osi.depths = XCNEWVEC (unsigned int, num_ssa_names);
585 free (osi.depths);
586 osi.depths = NULL;
1067 if (osi->depths[varno])
1069 if (osi->depths[varno] != depth)
1089 osi->depths[varno] = depth;
1152 osi->depths[varno] = 0;
1182 osi->depths[SSA_NAME_VERSIO
[all...]
H A Det-forest.c205 static int depths[MAX_NODES]; variable
228 depths[len] = depth;
276 gcc_assert (depths[len] == depth && datas[len] == occ->of);
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dstack.go9 // go, defer, and closure calls at different stack depths.

Completed in 45 milliseconds