Home
last modified time | relevance | path

Searched refs:is_def_ (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/binutils-2.27/gold/
HDsymtab.h135 return this->is_def_; in is_default()
141 { this->is_def_ = true; } in set_is_default()
146 { this->is_def_ = false; } in set_is_not_default()
1032 bool is_def_ : 1; variable
HDsymtab.cc68 this->is_def_ = false; in init_fields()
307 if (this->is_def_) in versioned_name()
/dragonfly/contrib/binutils-2.34/gold/
HDsymtab.h135 return this->is_def_; in is_default()
141 { this->is_def_ = true; } in set_is_default()
146 { this->is_def_ = false; } in set_is_not_default()
1059 bool is_def_ : 1; variable
HDresolve.cc975 this->is_def_ = from->is_def_; in clone()
HDsymtab.cc68 this->is_def_ = false; in init_fields()
308 if (this->is_def_) in versioned_name()