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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc12030 type_(type), indexes_(indexes), vals_(vals)
12066 { return this->indexes_; }
12088 const std::vector<unsigned long>* indexes_; member in class:Array_construction_expression
12239 if (this->indexes_ != NULL)
12240 pi = this->indexes_->begin();
12245 if (this->indexes_ != NULL)
12246 go_assert(pi != this->indexes_->end());
12248 if (this->indexes_ == NULL)
12265 if (this->indexes_ != NULL)
12268 if (this->indexes_ !
[all...]
/haiku-buildtools/gcc/gcc/
H A Dgenmatch.c1153 dt_simplify (simplify *s_, unsigned pattern_no_, dt_operand **indexes_) argument
1155 indexes (indexes_) {}

Completed in 178 milliseconds