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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.h1484 op_(op), left_(left), right_(right), type_(NULL)
1495 { return this->left_; }
1538 { return this->left_->is_constant() && this->right_->is_constant(); }
1542 { return this->left_->is_immutable() && this->right_->is_immutable(); }
1562 return Expression::make_binary(this->op_, this->left_->copy(),
1622 Expression* left_; member in class:Binary_expression
2012 left_(left), start_(start), end_(end), cap_(cap), is_lvalue_(false)
2037 return new Index_expression(this->left_->copy(), this->start_->copy(),
2059 { this->left_->issue_nil_check(); }
2062 Expression* left_; member in class:Index_expression
[all...]
H A Dexpressions.cc4354 int t = Expression::traverse(&this->left_, traverse);
4913 Expression* left = this->left_;
5000 Struct_type* st = this->left_->type()->struct_type();
5006 if (!Type::are_compatible_for_comparison(true, this->left_->type(),
5018 Expression* left = this->left_;
5079 Array_type* at = this->left_->type()->array_type();
5085 if (!Type::are_compatible_for_comparison(true, this->left_->type(),
5097 at->type_functions(gogo, this->left_->type()->named_type(), NULL, NULL,
5105 args->push_back(this->operand_address(inserter, this->left_));
5123 Type* left_type = this->left_
11374 Expression* left_; member in class:Selector_expression
[all...]
/haiku-buildtools/binutils/gold/
H A Dexpression.cc372 : left_(left), right_(right)
377 delete this->left_;
387 return this->left_->eval_maybe_dot(eei->symtab, eei->layout,
422 { this->left_->print(f); }
441 Expression* left_; member in class:gold::Binary_expression

Completed in 115 milliseconds