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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.h2588 Channel_type(bool may_send, bool may_receive, Type* element_type) argument
2590 may_send_(may_send), may_receive_(may_receive),
2592 { go_assert(may_send || may_receive); }
2596 may_send() const function in class:Channel_type
H A Dtypes.cc657 && rhs->channel_type()->may_send()
7068 bool may_send; local
7073 may_send = true;
7080 may_send = false;
7084 may_send = true;
7090 return Type::make_channel_type(may_send, may_receive, element_type);
H A Dstatements.cc4448 if (!channel_type->may_send())
4837 if (this->is_send_ && !ct->may_send())
H A Dparse.cc3544 if (ele->may_send())
H A Dexpressions.cc7921 else if (!this->one_arg()->type()->channel_type()->may_send())

Completed in 154 milliseconds