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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc472 Type* bound_type = Type::lookup_integer_type("int"); local
484 || !Type::are_convertible(bound_type, val_type, NULL))
504 int bound_type_size = bound_type->integer_type()->bits();

Completed in 297 milliseconds