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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.h1078 gc_symbol(Gogo*, Type* type, Expression_list** vals, Expression** offset,
3222 { Type::gc_symbol(gogo, this->real_type(), vals, offset, stack_size); }
H A Dtypes.cc1391 Type::gc_symbol(Gogo* gogo, Type* type, Expression_list** vals, function in class:Type
2186 // Type::gc_symbol to allow it to add extra information as is necessary.
5515 Type::gc_symbol(gogo, p->type(), vals, &o, stack_size);
6470 Type::gc_symbol(gogo, element_type, vals, offset, stack_size);
6493 Type::gc_symbol(gogo, element_type, vals, &offset2, stack_size + 1);
9172 Type::gc_symbol(gogo, this->real_type(), vals, offset, stack);

Completed in 64 milliseconds