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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Ddataflow.cc52 go_assert(no->is_variable() || no->is_result_variable());
53 if (no->is_variable() && no->var_value()->is_global())
H A Dgogo.cc935 if (v->is_variable() && v->package() == NULL)
1288 if (!no->is_variable())
2029 && no->is_variable()
2477 if (!no->is_variable())
2480 if (no->is_variable() && no->var_value()->is_global())
2936 else if ((*p)->is_variable())
2944 if (!this->need_init_fn_ && (*p)->is_variable())
3017 if (named_object->is_variable())
3650 if (!no->is_variable())
3653 if (no->is_variable()
[all...]
H A Dparse.cc1731 if (this->gogo_->in_global_scope() && no->is_variable())
1777 if (type == NULL && any_new && val_no->is_variable())
1799 if (val_no->is_variable())
1804 if (no->is_variable())
1842 if (type == NULL && any_new && val_no->is_variable())
1866 if (val_no->is_variable())
1871 if (no->is_variable())
1932 if (val_no->is_variable())
1937 if (no->is_variable())
1989 && (no->is_variable() || n
[all...]
H A Dexpressions.cc322 go_assert(rhs->is_variable());
367 go_assert(rhs->is_variable());
681 if (this->variable_->is_variable())
702 if (this->variable_->is_variable())
715 if (this->variable_->is_variable())
727 if (this->variable_->is_variable())
736 if (this->variable_->is_variable())
756 if (this->variable_->is_variable())
3212 && !this->expr_->is_variable())
3378 go_assert(this->expr_->is_variable());
13565 Expression::is_variable() const function in class:Expression
[all...]
H A Dexport.cc84 if (no->is_variable() && no->name()[0] == '_' && no->name()[1] == '.')
H A Dexpressions.h668 is_variable() const;
1408 || (this->op_ == OPERATOR_AND && this->expr_->is_variable()));
H A Dstatements.cc319 go_assert(var_->is_variable());
435 && !this->init_->is_variable())
646 && !this->rhs_->is_variable())
2418 go_assert(named_parameter != NULL && named_parameter->is_variable());
4465 && !this->val_->is_variable())
H A Dgogo.h2000 is_variable() const function in class:Named_object
/haiku-buildtools/gcc/gcc/fortran/
H A Dcheck.c3617 bool is_variable = true; local
3621 is_variable = a->value.function.esym
3627 || !is_variable)

Completed in 399 milliseconds