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

/freebsd-11.0-release/contrib/gcc/
H A Dtree-complex.c47 } complex_lattice_t; typedef in typeref:enum:__anon1375
51 DEF_VEC_I(complex_lattice_t); variable
52 DEF_VEC_ALLOC_I(complex_lattice_t, heap);
54 static VEC(complex_lattice_t, heap) *complex_lattice_values;
109 static complex_lattice_t
114 complex_lattice_t ret;
119 return VEC_index (complex_lattice_t, complex_lattice_values,
169 VEC_replace (complex_lattice_t, complex_lattice_values,
266 complex_lattice_t new_l, old_l, op1_l, op2_l;
283 old_l = VEC_index (complex_lattice_t, complex_lattice_value
[all...]

Completed in 49 milliseconds