Searched refs:may_receive (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); }
2601 may_receive() const function in class:Channel_type
H A Dtypes.cc658 && rhs->channel_type()->may_receive()
7069 bool may_receive; local
7074 may_receive = false;
7079 may_receive = true;
7085 may_receive = true;
7090 return Type::make_channel_type(may_send, may_receive, element_type);
H A Dstatements.cc1433 if (!channel_type->may_receive())
4839 else if (!this->is_send_ && !ct->may_receive())
H A Dparse.cc3471 else if (ct->may_receive())
H A Dexpressions.cc13824 if (!type->channel_type()->may_receive())

Completed in 184 milliseconds