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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Druntime.cc161 t = Type::make_channel_type(true, true, any);
H A Dparse.cc691 return Type::make_channel_type(send, receive, element_type);
3474 Type* t = Type::make_channel_type(false, true,
3545 sub = Type::make_channel_type(false, true, ele->element_type());
3548 return Type::make_channel_type(false, true, sub);
H A Dtypes.h541 make_channel_type(bool send, bool receive, Type*);
H A Dtypes.cc7090 return Type::make_channel_type(may_send, may_receive, element_type);
7096 Type::make_channel_type(bool send, bool receive, Type* element_type) function in class:Type

Completed in 196 milliseconds