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

/netbsd-current/external/gpl3/binutils/dist/gold/
H A Darm-reloc-property.h170 : is_leaf_(true), name_(name), children_()
177 : is_leaf_(false), name_(), children_()
192 { return this->is_leaf_; }
198 gold_assert(this->is_leaf_);
206 gold_assert(!this->is_leaf_);
214 gold_assert(!this->is_leaf_ && i < this->children_.size());
227 if (this->is_leaf_)
240 bool is_leaf_; member in class:gold::Arm_reloc_property::Tree_node
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Darm-reloc-property.h170 : is_leaf_(true), name_(name), children_()
177 : is_leaf_(false), name_(), children_()
192 { return this->is_leaf_; }
198 gold_assert(this->is_leaf_);
206 gold_assert(!this->is_leaf_);
214 gold_assert(!this->is_leaf_ && i < this->children_.size());
227 if (this->is_leaf_)
240 bool is_leaf_; member in class:gold::Arm_reloc_property::Tree_node
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Darm-reloc-property.h170 : is_leaf_(true), name_(name), children_()
177 : is_leaf_(false), name_(), children_()
192 { return this->is_leaf_; }
198 gold_assert(this->is_leaf_);
206 gold_assert(!this->is_leaf_);
214 gold_assert(!this->is_leaf_ && i < this->children_.size());
227 if (this->is_leaf_)
240 bool is_leaf_; member in class:gold::Arm_reloc_property::Tree_node

Completed in 93 milliseconds