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

/haiku-buildtools/binutils/gas/testsuite/gas/tic54x/
H A Dsections.s32 .global ivals
33 ivals .word 0aah, 0bbh, 0cch label
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/tic54x/
H A Dsections.s32 .global ivals
33 ivals .word 0aah, 0bbh, 0cch label
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dparse.cc1722 Expression_list* ivals = new Expression_list(); local
1729 &any_new, ivars, ivals);
1749 this->finish_init_vars(ivars, ivals, location);
H A Dtypes.cc7810 Expression_list* ivals = new Expression_list(); local
7811 ivals->reserve(2);
7816 ivals->push_back(this->type_descriptor_constructor(gogo, rt, name, NULL,
7868 ivals->push_back(Expression::make_slice_composite_literal(pif->type(),
7874 return Expression::make_struct_composite_literal(itdt, ivals, bloc);

Completed in 87 milliseconds