Searched refs:cap_ (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.h2012 left_(left), start_(start), end_(end), cap_(cap), is_lvalue_(false)
2041 (this->cap_ == NULL
2043 : this->cap_->copy()),
2071 Expression* cap_; member in class:Index_expression
H A Dexpressions.cc9706 || (this->cap_ != NULL
9707 && Expression::traverse(&this->cap_, traverse) == TRAVERSE_EXIT))
9722 Expression* cap = this->cap_;
9816 this->start_, this->end_, this->cap_);
9836 array_(array), start_(start), end_(end), cap_(cap), type_(NULL)
9863 (this->cap_ == NULL
9865 : this->cap_->copy()),
9903 Expression* cap_; member in class:Array_index_expression
9922 if (this->cap_ != NULL)
9924 if (Expression::traverse(&this->cap_, travers
14297 Expression* cap_; member in class:Slice_value_expression
[all...]

Completed in 78 milliseconds