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

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20090114-1.c3 int channel_type; member in struct:__anon1428
23 if(input->channel_type==1
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dstatements.cc1427 Channel_type* channel_type = this->channel_->type()->channel_type(); local
1428 if (channel_type == NULL)
1433 if (!channel_type->may_receive())
1449 Statement::make_temporary(channel_type->element_type(), NULL, loc);
4419 if (type->channel_type() != NULL)
4420 context.type = type->channel_type()->element_type();
4435 Channel_type* channel_type = type->channel_type(); local
4436 if (channel_type
4483 Channel_type* channel_type = this->channel_->type()->channel_type(); local
[all...]
H A Dparse.h172 Type* channel_type();
H A Dexpressions.cc3584 else if (t->channel_type() != NULL)
3585 go_assert(et->channel_type() != NULL);
3588 || et->channel_type() != NULL
3606 || et->channel_type() != NULL
7012 else if (type->channel_type() != NULL)
7852 && arg_type->channel_type() == NULL)
7862 && arg_type->channel_type() == NULL)
7898 || type->channel_type() != NULL
7919 if (this->one_arg()->type()->channel_type() == NULL)
7921 else if (!this->one_arg()->type()->channel_type()
13802 Channel_type* channel_type = this->channel_->type()->channel_type(); local
13838 Channel_type* channel_type = this->channel_->type()->channel_type(); local
13864 Channel_type* channel_type = this->channel_->type()->channel_type(); local
[all...]
H A Dtypes.cc406 return t1->channel_type()->is_identical(t2->channel_type(),
471 || rhs->channel_type() != NULL
479 || lhs->channel_type() != NULL
551 && t1->channel_type() == NULL
655 if (lhs->channel_type() != NULL
656 && rhs->channel_type() != NULL
657 && rhs->channel_type()->may_send()
658 && rhs->channel_type()->may_receive()
660 && Type::are_identical(lhs->channel_type()
[all...]
H A Dgogo.cc5939 Type* channel_type = channel->type(); local
5940 if (channel_type->channel_type() == NULL)
5942 return channel_type->channel_type()->element_type();
5984 else if (t->channel_type() != NULL)
5987 return t->channel_type()->element_type();
6010 if (t->channel_type() != NULL)
6011 return t->channel_type()->element_type();
H A Dtypes.h846 channel_type() function in class:Type
850 channel_type() const function in class:Type
H A Dparse.cc245 return this->channel_type();
649 Parse::channel_type() function in class:Parse
3464 Channel_type* ct = expr->type()->channel_type();
3537 Channel_type* ele = ct->element_type()->channel_type();
/haiku-buildtools/autoconf/lib/Autom4te/
H A DChannelDefs.pm274 elsif (channel_type ($cat) eq 'warning')
H A DChannels.pm75 &register_channel &msg &exists_channel &channel_type
357 =item C<channel_type ($name)>
364 sub channel_type ($) subroutine

Completed in 199 milliseconds