Searched refs:is_immutable (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.h483 is_immutable() const function in class:Expression
1407 return (this->expr_->is_immutable()
1542 { return this->left_->is_immutable() && this->right_->is_immutable(); }
H A Dexpressions.cc3255 if (!this->expr_->is_immutable())
3548 if (!this->expr_->is_immutable())
4147 || this->expr_->is_immutable());
4198 && this->expr_->is_immutable())
11825 if (*pv != NULL && !(*pv)->is_immutable())
12142 if (*pv != NULL && !(*pv)->is_immutable())
12489 bool is_constant_initializer = array_val->is_immutable();
14609 is_immutable() const function in class:Interface_mtable_expression
H A Dgogo.cc1319 init_cast->is_immutable() && !var_type->has_pointer();

Completed in 189 milliseconds