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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc8732 Type* fatype = bme->first_argument_type(); local
8733 if (fatype != NULL)
8735 if (fatype->points_to() == NULL)
8736 fatype = Type::make_pointer_type(fatype);
8737 first_arg = Expression::make_unsafe_cast(fatype, first_arg, loc);

Completed in 171 milliseconds